|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use ProtocolEngine | |
|---|---|
| com.maverick.nio | This package contains a generic framework for Java NIO daemons. |
| com.maverick.sshd | This package contains the base implementation of the SSH server. |
| Uses of ProtocolEngine in com.maverick.nio |
|---|
| Fields in com.maverick.nio declared as ProtocolEngine | |
|---|---|
protected ProtocolEngine |
SocketConnection.protocolEngine
|
| Methods in com.maverick.nio that return ProtocolEngine | |
|---|---|
protected abstract ProtocolEngine |
ProtocolContext.createEngine()
Create a protocol engine. |
ProtocolEngine |
SocketConnection.getProtocolEngine()
Get the protocol engine for this socket. |
| Methods in com.maverick.nio with parameters of type ProtocolEngine | |
|---|---|
void |
SocketConnection.initialize(ProtocolEngine protocolEngine,
Daemon daemon)
Initialize the socket with the protocol engine and the daemon process. |
void |
SocketHandler.initialize(ProtocolEngine engine,
Daemon daemon)
Initialize this socket with a ProtocolEngine and the current
Daemon. |
| Uses of ProtocolEngine in com.maverick.sshd |
|---|
| Classes in com.maverick.sshd that implement ProtocolEngine | |
|---|---|
class |
TransportProtocol
This class implements the SSH Transport Protocol for the SSHD server. |
| Methods in com.maverick.sshd that return ProtocolEngine | |
|---|---|
ProtocolEngine |
SshContext.createEngine()
|
| Methods in com.maverick.sshd with parameters of type ProtocolEngine | |
|---|---|
void |
SocketForwardingChannel.initialize(ProtocolEngine engine,
Daemon daemon)
No initialization is necessary so this method does nothing. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||