Package | Description |
---|---|
com.sshtools.client | |
com.sshtools.common.nio | |
com.sshtools.common.nio.ssl | |
com.sshtools.common.ssh | |
com.sshtools.server |
Modifier and Type | Method and Description |
---|---|
protected boolean |
TransportProtocolClient.canConnect(SocketConnection connection) |
Modifier and Type | Method and Description |
---|---|
SocketConnection |
SocketConnectionFactory.createSocketConnection(SshEngineContext context,
SocketAddress localAddress,
SocketAddress remoteAddress) |
SocketConnection |
DefaultSocketConnectionFactory.createSocketConnection(SshEngineContext context,
SocketAddress localAddress,
SocketAddress remoteAddress) |
SocketConnection |
ProtocolEngine.getSocketConnection()
Get the
SocketConnection for this connection. |
Modifier and Type | Method and Description |
---|---|
void |
ProtocolEngine.onSocketConnect(SocketConnection connection)
The socket is connected and the protocol can now start.
|
Modifier and Type | Method and Description |
---|---|
void |
ProtocolContext.setSocketHandlerImpl(Class<? extends SocketConnection> socketConnectionImpl)
Sets the socket handler implementation class for this context.
|
Modifier and Type | Class and Description |
---|---|
class |
SSLContextConnection
This class implements an SSL socket connection for the custom server.
|
class |
SSLSocketConnection
This class implements an SSL socket connection for the custom server.
|
Modifier and Type | Method and Description |
---|---|
SocketConnection |
TransportProtocol.getSocketConnection() |
Modifier and Type | Method and Description |
---|---|
protected abstract boolean |
TransportProtocol.canConnect(SocketConnection connection) |
void |
TransportProtocol.onSocketConnect(SocketConnection connection) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
TransportProtocolServer.canConnect(SocketConnection connection) |
Copyright © 2017. All rights reserved.