barchart-udt-core
2.3.0-SNAPSHOT / 2013-05-13T01:37:38.485-0500

Uses of Class
com.barchart.udt.nio.SocketChannelUDT

Packages that use SocketChannelUDT
com.barchart.udt.nio java.nio - Style Programming API for UDT 
 

Uses of SocketChannelUDT in com.barchart.udt.nio
 

Subclasses of SocketChannelUDT in com.barchart.udt.nio
 class RendezvousChannelUDT
          SocketChannel-like wrapper for SocketUDT, can be either stream or message oriented, depending on TypeUDT
 

Fields in com.barchart.udt.nio declared as SocketChannelUDT
protected  SocketChannelUDT NioOutputStreamUDT.channel
           
protected  SocketChannelUDT NioInputStreamUDT.channel
           
protected  SocketChannelUDT NioSocketUDT.channelUDT
           
 

Methods in com.barchart.udt.nio that return SocketChannelUDT
 SocketChannelUDT ServerSocketChannelUDT.accept()
           
 SocketChannelUDT SocketChannelUDT.bind(SocketAddress localAddress)
          java 7
 SocketChannelUDT NioSocketUDT.getChannel()
           
 SocketChannelUDT SelectorProviderUDT.openSocketChannel()
          Open UDT KindUDT.CONNECTOR socket channel.
 

Constructors in com.barchart.udt.nio with parameters of type SocketChannelUDT
NioInputStreamUDT(SocketChannelUDT channel)
          Creates a new input stream for the specified channel.
NioOutputStreamUDT(SocketChannelUDT channel)
          Creates a new UDT output stream.
NioSocketUDT(SocketChannelUDT channelUDT)
           
 


barchart-udt-core
2.3.0-SNAPSHOT / 2013-05-13T01:37:38.485-0500

Copyright © 2009-2013 Barchart, Inc.. All Rights Reserved.