Save This Page
Home » j2ssh-0.2.9-src » com.sshtools.j2ssh.forwarding » [javadoc | source]
com.sshtools.j2ssh.forwarding
public class: ForwardingChannelImpl [javadoc | source]
java.lang.Object
   com.sshtools.j2ssh.forwarding.ForwardingChannelImpl

All Implemented Interfaces:
    ForwardingChannel

Constructor:
 public ForwardingChannelImpl(String forwardType,
    String name,
    String hostToConnectOrBind,
    int portToConnectOrBind,
    String originatingHost,
    int originatingPort) throws ForwardingConfigurationException 
    Creates a new ForwardingChannelImpl object.
    Parameters:
    forwardType -
    hostToConnectOrBind -
    portToConnectOrBind -
    originatingHost -
    originatingPort -
    Throws:
    ForwardingConfigurationException -
Method from com.sshtools.j2ssh.forwarding.ForwardingChannelImpl Summary:
getChannelConfirmationData,   getChannelOpenData,   getChannelType,   getHostToConnectOrBind,   getName,   getOriginatingHost,   getOriginatingPort,   getPortToConnectOrBind
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.sshtools.j2ssh.forwarding.ForwardingChannelImpl Detail:
 public byte[] getChannelConfirmationData() 
 public byte[] getChannelOpenData() 
 public String getChannelType() 
 public String getHostToConnectOrBind() 
 public String getName() 
 public String getOriginatingHost() 
 public int getOriginatingPort() 
 public int getPortToConnectOrBind()