com.sshtools.j2ssh.forwarding
Class ForwardingChannelImpl
java.lang.Object
com.sshtools.j2ssh.forwarding.ForwardingChannelImpl
- ForwardingChannel
public class ForwardingChannelImpl
extends java.lang.Object
ForwardingChannelImpl(String forwardType, String name, String hostToConnectOrBind, int portToConnectOrBind, String originatingHost, int originatingPort) - Creates a new ForwardingChannelImpl object.
|
ForwardingChannelImpl
public ForwardingChannelImpl(String forwardType,
String name,
String hostToConnectOrBind,
int portToConnectOrBind,
String originatingHost,
int originatingPort)
throws ForwardingConfigurationException
Creates a new ForwardingChannelImpl object.
forwardType
- hostToConnectOrBind
- portToConnectOrBind
- originatingHost
- originatingPort
-
getChannelConfirmationData
public byte[] getChannelConfirmationData()
getChannelOpenData
public byte[] getChannelOpenData()
Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.