ch.ethz.ssh2.packets
Class PacketGlobalForwardRequest

java.lang.Object
  extended by ch.ethz.ssh2.packets.PacketGlobalForwardRequest

public class PacketGlobalForwardRequest
extends Object

PacketGlobalForwardRequest.

Version:
2.50, 03/15/10
Author:
Christian Plattner

Field Summary
 String bindAddress
           
 int bindPort
           
 boolean wantReply
           
 
Constructor Summary
PacketGlobalForwardRequest(boolean wantReply, String bindAddress, int bindPort)
           
 
Method Summary
 byte[] getPayload()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

wantReply

public boolean wantReply

bindAddress

public String bindAddress

bindPort

public int bindPort
Constructor Detail

PacketGlobalForwardRequest

public PacketGlobalForwardRequest(boolean wantReply,
                                  String bindAddress,
                                  int bindPort)
Method Detail

getPayload

public byte[] getPayload()


Copyright © 2011. All Rights Reserved.