public interface ConnectionService extends Service
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
createX11Display(boolean singleConnection,
java.lang.String authenticationProtocol,
java.lang.String authenticationCookie,
int screen) |
TcpipForwarder |
getTcpipForwarder()
Retrieve the tcpip forwarder
|
java.lang.String |
initAgentForward() |
int |
registerChannel(Channel channel)
Register a newly created channel with a new unique identifier
|
void |
setAllowMoreSessions(boolean allow) |
void |
unregisterChannel(Channel channel)
Remove this channel from the list of managed channels
|
close, getSession, process, startint registerChannel(Channel channel) throws java.io.IOException
channel - the channel to registerjava.lang.Exceptionjava.io.IOExceptionvoid unregisterChannel(Channel channel)
channel - the channelTcpipForwarder getTcpipForwarder()
java.lang.String initAgentForward()
throws java.io.IOException
java.io.IOExceptionjava.lang.String createX11Display(boolean singleConnection,
java.lang.String authenticationProtocol,
java.lang.String authenticationCookie,
int screen)
throws java.io.IOException
java.io.IOExceptionvoid setAllowMoreSessions(boolean allow)
Copyright © 2008-2014 The Apache Software Foundation. All Rights Reserved.