Save This Page
Home » j2ssh-0.2.9-src » com.sshtools.daemon.authentication » [javadoc | source]
com.sshtools.daemon.authentication
public class: AuthenticationProtocolServer [javadoc | source]
java.lang.Object
   com.sshtools.j2ssh.transport.Service
      com.sshtools.j2ssh.transport.AsyncService
         com.sshtools.daemon.authentication.AuthenticationProtocolServer

All Implemented Interfaces:
    Runnable

Fields inherited from com.sshtools.j2ssh.transport.AsyncService:
thread
Fields inherited from com.sshtools.j2ssh.transport.Service:
REQUESTING_SERVICE,  ACCEPTING_SERVICE,  messageStore,  transport,  startMode,  state
Constructor:
 public AuthenticationProtocolServer() 
Method from com.sshtools.daemon.authentication.AuthenticationProtocolServer Summary:
acceptService,   getAsyncMessageFilter,   getConnectionState,   getSessionIdentifier,   onMessageReceived,   onServiceAccept,   onServiceInit,   onServiceRequest,   onStop,   readMessage,   registerMessage,   sendMessage
Methods from com.sshtools.j2ssh.transport.AsyncService:
getAsyncMessageFilter,   onMessageReceived,   onStart,   onStop,   run
Methods from com.sshtools.j2ssh.transport.Service:
getServiceName,   getState,   init,   onServiceAccept,   onServiceInit,   onServiceRequest,   onStart,   sendServiceAccept,   start,   stop
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.sshtools.daemon.authentication.AuthenticationProtocolServer Detail:
 public  void acceptService(Service service) 
 protected int[] getAsyncMessageFilter() 
 public TransportProtocolState getConnectionState() 
 public byte[] getSessionIdentifier() 
 protected  void onMessageReceived(SshMessage msg) throws IOException 
 protected  void onServiceAccept() throws IOException 
 protected  void onServiceInit(int startMode) throws IOException 
 protected  void onServiceRequest() throws IOException 
 protected  void onStop() 
 public SshMessage readMessage() throws IOException 
 public  void registerMessage(int messageId,
    Class cls) 
 public  void sendMessage(SshMessage msg) throws IOException