| java.lang.Object org.quickserver.net.server.QuickAuthenticator ftpserver.Authenticator
Methods inherited from org.quickserver.net.server.QuickAuthenticator | abstract public boolean askAuthorisation(ClientHandler clientHandler) throws IOException, AppException(Code)(Java Doc) public byte[] askBinaryInput(ClientHandler clientHandler, byte msg) throws IOException(Code)(Java Doc) public String askByteInput(ClientHandler clientHandler, String msg) throws IOException(Code)(Java Doc) public Object askObjectInput(ClientHandler clientHandler, Object msg) throws IOException, ClassNotFoundException(Code)(Java Doc) public String askStringInput(ClientHandler clientHandler, String msg) throws IOException(Code)(Java Doc) public void sendBinary(ClientHandler clientHandler, byte msg) throws IOException(Code)(Java Doc) public void sendByte(ClientHandler clientHandler, String msg) throws IOException(Code)(Java Doc) public void sendObject(ClientHandler clientHandler, Object msg) throws IOException(Code)(Java Doc) public void sendString(ClientHandler clientHandler, String msg) throws IOException(Code)(Java Doc)
|
|
|