public interface Service
TransportProtocol.
There is only one active service at anyone time and the current SSH protocol
defines the AuthenticationProtocol and the ConnectionProtocol.| Modifier and Type | Method and Description |
|---|---|
void |
idle(org.apache.mina.core.session.IdleStatus status)
Called when the transport layer has been idle for 10 seconds
|
void |
init(org.apache.mina.core.session.IoSession session,
SshTransport transport)
Initialize the service.
|
boolean |
processMessage(byte[] msg)
Process a transport message.
|
void |
start()
Start the service.
|
void |
stop()
Stop the service
|
void init(org.apache.mina.core.session.IoSession session,
SshTransport transport)
throws IOException
transport - IOExceptionboolean processMessage(byte[] msg)
throws IOException
TransportProtocol that is not a transport level message the
message is passed onto the active service using this method. The service
processes the message and returns a value to indicate whether the message
was used.msg - IOExceptionvoid idle(org.apache.mina.core.session.IdleStatus status)
status - void start()
void stop()
Copyright © 2012. All Rights Reserved.