Class WinPipeConnector
java.lang.Object
org.eclipse.jgit.transport.sshd.agent.AbstractConnector
org.eclipse.jgit.internal.transport.sshd.agent.connector.WinPipeConnector
- All Implemented Interfaces:
Closeable,AutoCloseable,Connector
A connector based on JNA using Windows' named pipes to communicate with an
ssh agent. This is used by Microsoft's Win32-OpenSSH port.
-
Field Summary
FieldsFields inherited from class org.eclipse.jgit.transport.sshd.agent.AbstractConnector
DEFAULT_MAX_REPLY_LENGTH -
Constructor Summary
ConstructorsConstructorDescriptionWinPipeConnector(String pipeName) Creates aWinPipeConnectorfor the given named pipe. -
Method Summary
Methods inherited from class org.eclipse.jgit.transport.sshd.agent.AbstractConnector
getMaximumMessageLength, prepareMessage, toLength
-
Field Details
-
DESCRIPTOR
-
-
Constructor Details
-
WinPipeConnector
Creates aWinPipeConnectorfor the given named pipe.- Parameters:
pipeName- to connect to
-
-
Method Details
-
connect
- Throws:
IOException
-
close
- Throws:
IOException
-
rpc
- Throws:
IOException
-