com.barchart.udt.nio
Class RendezvousChannelUDT
java.lang.Object
java.nio.channels.spi.AbstractInterruptibleChannel
java.nio.channels.SelectableChannel
java.nio.channels.spi.AbstractSelectableChannel
java.nio.channels.SocketChannel
com.barchart.udt.nio.SocketChannelUDT
com.barchart.udt.nio.RendezvousChannelUDT
- All Implemented Interfaces:
- ChannelUDT, Closeable, ByteChannel, Channel, GatheringByteChannel, InterruptibleChannel, ReadableByteChannel, ScatteringByteChannel, WritableByteChannel
public class RendezvousChannelUDT
- extends SocketChannelUDT
- implements ChannelUDT
SocketChannel-like wrapper for SocketUDT, can be either
stream or message oriented, depending on TypeUDT
See Firewall
Traversing with UDT
| Methods inherited from class com.barchart.udt.nio.SocketChannelUDT |
bind, connect, finishConnect, implCloseSelectableChannel, implConfigureBlocking, isConnected, isConnectFinished, isConnectionPending, providerUDT, read, read, socket, socketUDT, toString, typeUDT, write, write |
RendezvousChannelUDT
protected RendezvousChannelUDT(SelectorProviderUDT provider,
SocketUDT socketUDT)
throws ExceptionUDT
- Ensure rendezvous mode.
- Throws:
ExceptionUDT
kindUDT
public KindUDT kindUDT()
- Description copied from interface:
ChannelUDT
- The kind of UDT channel.
- Specified by:
kindUDT in interface ChannelUDT- Overrides:
kindUDT in class SocketChannelUDT
Copyright © 2009-2013 Barchart, Inc.. All Rights Reserved.