|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ForwardingCallback
This interface defines the callback methods required by the socketless SSHD implementation
| Method Summary | |
|---|---|
void |
localForwardingCancelled(java.lang.String destinationHost,
int destinationPort,
byte[] sessionid)
A client has cancelled a local forwarding |
void |
localForwardingStarted(java.lang.String destinationHost,
int destinationPort,
byte[] sessionid)
A client has started a local forwarding |
void |
remoteForwardingCancelled(java.lang.String listeningAddress,
int listeningPort,
byte[] sessionid)
A client has cancelled a remote forwarding |
void |
remoteForwardingStarted(java.lang.String listeningAddress,
int listeningPort,
byte[] sessionid)
A client has started a remote forwarding |
| Method Detail |
|---|
void localForwardingStarted(java.lang.String destinationHost,
int destinationPort,
byte[] sessionid)
destinationHost - the host to which the user is forwarding todestinationPort - the port to which the user is forwarding tosessionid - the users session id
void localForwardingCancelled(java.lang.String destinationHost,
int destinationPort,
byte[] sessionid)
destinationHost - the host to which the user is forwarding todestinationPort - the port to which the user is forwarding tosessionid - the users session id
void remoteForwardingStarted(java.lang.String listeningAddress,
int listeningPort,
byte[] sessionid)
listeningAddress - the address on which the server is listeninglisteningPort - the port on which the server is listeningsessionid - the clients session id
void remoteForwardingCancelled(java.lang.String listeningAddress,
int listeningPort,
byte[] sessionid)
listeningAddress - the address on which the server is listeninglisteningPort - the port on which the server is listeningsessionid - the clients session id
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||