Class Overview
PacketOpenDirectTCPIPChannel.
Summary
| Public Constructors |
|
|
PacketOpenDirectTCPIPChannel(int channelID, int initialWindowSize, int maxPacketSize, String host_to_connect, int port_to_connect, String originator_IP_address, int originator_port)
|
|
[Expand]
Inherited Methods |
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
Fields
Public Constructors
public
PacketOpenDirectTCPIPChannel
(int channelID, int initialWindowSize, int maxPacketSize, String host_to_connect, int port_to_connect, String originator_IP_address, int originator_port)
Parameters
| channelID
| |
| initialWindowSize
| |
| maxPacketSize
| |
| host_to_connect
| |
| port_to_connect
| |
| originator_IP_address
| |
| originator_port
| |
Public Methods
public
byte[]
getPayload
()