public class ServerSessionImpl extends Object implements ServerSession
| Modifier and Type | Field and Description |
|---|---|
ServerSessionCallback |
sscb |
| Constructor and Description |
|---|
ServerSessionImpl(Channel c) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
ServerSessionCallback |
getServerSessionCallback() |
int |
getState() |
InputStream |
getStderr() |
OutputStream |
getStdin() |
InputStream |
getStdout() |
void |
setServerSessionCallback(ServerSessionCallback sscb) |
public ServerSessionCallback sscb
public ServerSessionImpl(Channel c)
public int getState()
public InputStream getStdout()
getStdout in interface ServerSessionpublic InputStream getStderr()
getStderr in interface ServerSessionpublic OutputStream getStdin()
getStdin in interface ServerSessionpublic void close()
close in interface ServerSessionpublic ServerSessionCallback getServerSessionCallback()
public void setServerSessionCallback(ServerSessionCallback sscb)
Copyright © 2014. All Rights Reserved.