Package tcl.lang.channel

Class Summary
AbstractSocketChannel This abstract class allows fconfigure to query information about a socket channel
Channel The Channel class provides functionality that will be needed for any type of Tcl channel.
Fcopy This class implements an efficient copy between Channels
FileChannel Subclass of the abstract class SeekableChannel.
FileEvent This class is the handles the transient event that executes a 'fileevent' script exactly once.
FileEventScript AssocData structure that keeps the script for one fileevent command.
PipelineChannel This class provides a Channel view of a Pipeline object
ReadInputStreamChannel The ReadInputStreamChannel class is a bridge between existing Java InputStream objects and Tcl channels.
ResourceChannel Subclass of the abstract class Channel.
SeekableChannel Subclass of Channel that supports seeking
ServerSocketChannel The ServerSocketChannel class implements a channel object for ServerSocket connections, created using the socket -server command.
SocketChannel The SocketChannel class implements a channel object for Socket connections, created using the socket command.
SocketConnectionEvent A subclass of TclEvent used to indicate that a connection has been made to a server socket.
StdChannel Subclass of the abstract class Channel.
TclByteArrayChannel Read and write channel for byte arrays, in the form of TclObjects
 



Copyright © 2015. All rights reserved.