|
Secure iNet Factory | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jscape.inet.ssh.AbstractChannelRequest
com.jscape.inet.ssh.SessionRequest
com.jscape.inet.ssh.AdaptiveSessionRequest
public class AdaptiveSessionRequest
Adaptive session request.
| Field Summary |
|---|
| Fields inherited from interface com.jscape.inet.ssh.ChannelRequest |
|---|
DEFAULT_PACKET_SIZE, DEFAULT_WINDOW_SIZE |
| Constructor Summary | |
|---|---|
AdaptiveSessionRequest()
Creates a new request instance. |
|
AdaptiveSessionRequest(long windowSize,
int packetSize)
Creates a new request instance. |
|
| Method Summary | |
|---|---|
void |
execute(ConnectionClient client)
Executes the request. |
| Methods inherited from class com.jscape.inet.ssh.SessionRequest |
|---|
getChannel |
| Methods inherited from class com.jscape.inet.ssh.AbstractChannelRequest |
|---|
getPacketSize, getWindowSize |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AdaptiveSessionRequest(long windowSize,
int packetSize)
windowSize - window sizepacketSize - max packet sizepublic AdaptiveSessionRequest()
| Method Detail |
|---|
public void execute(ConnectionClient client)
throws java.io.IOException
ChannelRequest
client - connection client
java.io.IOException - if an I/O error occursChannelRequest.execute(com.jscape.inet.ssh.connection.ConnectionClient)
|
Secure iNet Factory | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||