ch.ethz.ssh2.channel
Class RemoteForwardingData

java.lang.Object
  extended by ch.ethz.ssh2.channel.RemoteForwardingData

public class RemoteForwardingData
extends Object

RemoteForwardingData. Data about a requested remote forwarding.

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

Field Summary
 String bindAddress
           
 int bindPort
           
 
Constructor Summary
RemoteForwardingData()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bindAddress

public String bindAddress

bindPort

public int bindPort
Constructor Detail

RemoteForwardingData

public RemoteForwardingData()


Copyright © 2011. All Rights Reserved.