public class ServerUserAuthService extends java.lang.Object implements Service
| Modifier and Type | Class and Description |
|---|---|
static class |
ServerUserAuthService.Factory |
| Constructor and Description |
|---|
ServerUserAuthService(Session s) |
| Modifier and Type | Method and Description |
|---|---|
CloseFuture |
close(boolean immediately)
Close the service.
|
ServerSession |
getSession() |
void |
process(byte cmd,
Buffer buffer)
Service the request.
|
void |
start() |
public ServerUserAuthService(Session s) throws SshException
SshExceptionpublic ServerSession getSession()
getSession in interface Servicepublic void process(byte cmd,
Buffer buffer)
throws java.lang.Exception
Servicepublic CloseFuture close(boolean immediately)
ServiceCopyright © 2008-2014 The Apache Software Foundation. All Rights Reserved.