public class ServerUserAuthService extends 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
SshException
public ServerSession getSession()
getSession
in interface Service
public void process(byte cmd, Buffer buffer) throws Exception
Service
public CloseFuture close(boolean immediately)
Service
Copyright © 2008–2015 The Apache Software Foundation. All rights reserved.