ch.ethz.ssh2.packets
Class PacketGlobalForwardRequest
java.lang.Object
ch.ethz.ssh2.packets.PacketGlobalForwardRequest
public class PacketGlobalForwardRequest
- extends Object
PacketGlobalForwardRequest.
- Version:
- 2.50, 03/15/10
- Author:
- Christian Plattner
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
wantReply
public boolean wantReply
bindAddress
public String bindAddress
bindPort
public int bindPort
PacketGlobalForwardRequest
public PacketGlobalForwardRequest(boolean wantReply,
String bindAddress,
int bindPort)
getPayload
public byte[] getPayload()
Copyright © 2011. All Rights Reserved.