[operations] [attributes] [fields] [template] [definition]
[implementation] [documentation]
To use the search tool you need to use a browser which supports JAVA (c)

[next] [prev] [superclass] [next peer] [prev peer] [subclass] [index] [hierarchy]

HostTCPStream

inherits from MacTCPStream
inherits from WindowsTCPStream
inherits from IRIXTCPStream

Object <- AbstractTCPStream <- MacTCPStream <- HostTCPStream



Operations

Get list of all operations

Class HostTCPStream defines no new operations.


Attributes

Get list of all attributes

Class HostTCPStream defines no new attributes.


Fields

Field Type
Stream: target: Object
AbstractTCPStream: connectState: Unsigned
localPort: Unsigned
remoteIPAddress: Unsigned
remotePort: Unsigned
MacTCPStream: driver: Signed
tcpStream: Pointer
Stream: target: Object
AbstractTCPStream: connectState: Unsigned
localPort: Unsigned
remoteIPAddress: Unsigned
remotePort: Unsigned
WindowsTCPStream: socket: Signed
Stream: target: Object
AbstractTCPStream: connectState: Unsigned
localPort: Unsigned
remoteIPAddress: Unsigned
remotePort: Unsigned
IRIXTCPStream: socket: Signed


Instance template

instance HostTCPStream tag;
         target: nilObject;
   connectState: 0;
      localPort: 0;
remoteIPAddress: 0;
     remotePort: 0;
         driver: 0;
      tcpStream: nil;
         target: nilObject;
   connectState: 0;
      localPort: 0;
remoteIPAddress: 0;
     remotePort: 0;
         socket: 0;
         target: nilObject;
   connectState: 0;
      localPort: 0;
remoteIPAddress: 0;
     remotePort: 0;
         socket: 0;
end instance;

Class definition

Define Class HostTCPStream;
 #ifdef MACINTOSH
    inherits from MacTCPStream;
 #else
 #ifdef WINDOWS
    inherits from WindowsTCPStream;
 #else
    inherits from IRIXTCPStream;
 #endif
 #endif
end class;