Uses of Class
tcl.lang.channel.AbstractSocketChannel

Packages that use AbstractSocketChannel
tcl.lang.channel   
 

Uses of AbstractSocketChannel in tcl.lang.channel
 

Subclasses of AbstractSocketChannel in tcl.lang.channel
 class ServerSocketChannel
          The ServerSocketChannel class implements a channel object for ServerSocket connections, created using the socket -server command.
 class SocketChannel
          The SocketChannel class implements a channel object for Socket connections, created using the socket command.
 



Copyright © 2015. All rights reserved.