TCPInboundChannel

Channel for handling inbound network traffic.

Inherits from type InboundTransportChannel and adds the following.

Attributes Summary
endPointName : String  
maxOpenConnections : intmaximum number of connections that can be open at one time
inactivityTimeout : intamount of time socket can remain inactive before timing out read or write requests (seconds)
addressExcludeList : Stringlist of addresses that should not be allowed to make inbound connections
addressIncludeList : Stringlist of addresses that should be allowed to make inbound connections
hostNameExcludeList : String  
hostNameIncludeList : String  
threadPool : ThreadPool@  

Attribute Details

endPointName    -     
     data type:  String
     default Value:   unspecified



maxOpenConnections    -    maximum number of connections that can be open at one time
     data type:  int
     default Value:   20000



inactivityTimeout    -    amount of time socket can remain inactive before timing out read or write requests (seconds)
     data type:  int
     default Value:   60



addressExcludeList    -    list of addresses that should not be allowed to make inbound connections
     data type:  String
     default Value:   unspecified



addressIncludeList    -    list of addresses that should be allowed to make inbound connections
     data type:  String
     default Value:   unspecified



hostNameExcludeList    -     
     data type:  String
     default Value:   unspecified



hostNameIncludeList    -     
     data type:  String
     default Value:   unspecified



threadPool    -     
     data type: ThreadPool@


Copyright IBM Corp. 1997-2004