ch.ethz.ssh2.packets
Class PacketGlobalCancelForwardRequest

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

public class PacketGlobalCancelForwardRequest
extends Object

PacketGlobalCancelForwardRequest.

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

Field Summary
 String bindAddress
           
 int bindPort
           
 boolean wantReply
           
 
Constructor Summary
PacketGlobalCancelForwardRequest(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

PacketGlobalCancelForwardRequest

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

getPayload

public byte[] getPayload()


Copyright © 2011. All Rights Reserved.