Uses of Package
org.refcodes.io
-
Classes in org.refcodes.io used by org.refcodes.io Class Description AbstractByteProvider TheAbstractByteProvideris a base abstract implementation of theByteReceiverinterface providing common functionality for concrete real liveByteDatagramReceiverandByteBlockReceiver(=ByteReceiver) implementations.AbstractByteReceiver TheAbstractByteReceiveris a base abstract implementation of theByteReceiverinterface providing common functionality for concrete real liveByteDatagramReceiverandByteBlockReceiver(=ByteReceiver) implementations.AbstractByteReceiver.ConnectableAutomaton The Class ConnectableAutomaton.AbstractByteSender TheAbstractByteSenderis a base abstract implementation of theByteSenderinterface providing common functionality for concrete real liveByteDatagramSenderandByteBlockSender(=ByteSender) implementations.AbstractInputStreamByteReceiver Abstract implementation of theByteReceiverinterface.AbstractInputStreamReceiver Abstract implementation of theReceiverinterface.AbstractPrefetchInputStreamByteReceiver Abstract implementation of theByteReceiverinterface.AbstractPrefetchInputStreamReceiver Abstract implementation of theReceiverinterface.AbstractReceiver TheAbstractReceiveris a base abstract implementation of theReceiverinterface providing common functionality for concrete real liveByteDatagramReceiverandByteBlockReceiver(=Receiver) implementations.AbstractSender TheAbstractSenderis a base abstract implementation of theByteSenderinterface providing common functionality for concrete real liveByteDatagramSenderandByteBlockSender(=ByteSender) implementations.AbstractShortReceiver TheAbstractShortReceiveris a base abstract implementation of theShortReceiverinterface providing common functionality for concrete real liveShortDatagramReceiverandShortBlockReceiver(=ShortReceiver) implementations.AbstractShortSender TheAbstractShortSenderis a base abstract implementation of theShortSenderinterface providing common functionality for concrete real liveShortDatagramSenderandShortBlockSender(=ShortSender) implementations.BidirectionalConnectionByteTransceiver TheBidirectionalConnectionByteTransceiverdefines theDatagramTransceiverfunctionality set on top of a I/O connection (as of theBidirectionalConnectionComponent.BidirectionalConnectionAutomaton).BidirectionalConnectionTransceiver TheBidirectionalConnectionTransceiverdefines theDatagramTransceiverfunctionality set on top of a I/O connection (as of theBidirectionalConnectionComponent.BidirectionalConnectionAutomaton).BidirectionalStreamConnectionByteTransceiver ABidirectionalStreamConnectionByteTransceiveris aDatagramTransceiverconnected through I/O streams with anotherBidirectionalStreamConnectionByteTransceiver.BidirectionalStreamConnectionTransceiver ABidirectionalStreamConnectionTransceiveris aDatagramTransceiverconnected through I/O streams with anotherBidirectionalStreamConnectionTransceiver.BlockConsumer TheBlockConsumeris used to send datagram blocks (arrays) in a unified way.BlockProvider TheBlockProvideris used to receive datagram blocks (arrays) in a unified way.BlockReceiver TheBlockReceiveris used to receive datagram blocks (arrays) in a unified way.BlockSender TheBlockSenderis used to send datagram blocks (arrays) in a unified way.ByteArrayConsumer The Interface ByteArrayConsumer.ByteArrayProvider The Interface ByteArrayProvider.ByteArrayReceiver The Interface ByteArrayReceiver.ByteBlockConsumer TheByteBlockConsumeris used to send byte blocks (arrays) in a unified way.ByteBlockProvider TheByteBlockProvideris used to receive byte blocks (arrays) in a unified way.ByteBlockReceiver TheByteBlockReceiveris used to receive byte blocks (arrays) in a unified way.ByteBlockSender TheByteBlockSenderis used to send byte blocks (arrays) in a unified way.ByteConsumer The Interface ByteConsumer.ByteDatagramConsumer TheByteDatagramConsumeris used to send bytes in a unified way.ByteDatagramProvider TheByteDatagramProvideris used to receive bytes in a unified way.ByteDatagramReceiver TheByteDatagramReceiveris used to receive bytes in a unified way.ByteDatagramSender TheByteDatagramSenderis used to send bytes in a unified way.ByteProvider The Interface ByteProvider.ByteReceiver The Interface ByteReceiver.ByteSender The Interface ByteSender.ByteTransceiver AByteTransceivercombines the functionality of aByteSenderand of aByteReceiver. e.g. for building loopback devices.ConnectionByteReceiver TheConnectionByteReceiverdefines theDatagramReceiverfunctionality set on top of a connection (as of theConnectionComponent.ConnectionAutomaton) for data types "byte".ConnectionByteSender TheConnectionByteSenderdefines theDatagramSenderfunctionality set on top of a connection (as of theConnectionComponent.ConnectionAutomaton) for data types "byte".ConnectionByteTransceiver TheConnectionByteTransceiverdefines theDatagramTransceiverfunctionality set on top of a connection (as of theConnectionComponent.ConnectionAutomaton) for data types "byte".ConnectionReceiver TheConnectionReceiverdefines theDatagramReceiverfunctionality set on top of a connection (as of theConnectionComponent.ConnectionAutomaton).ConnectionSender TheConnectionSenderdefines theDatagramSenderfunctionality set on top of a connection (as of theConnectionComponent.ConnectionAutomaton).ConnectionShortReceiver TheConnectionShortReceiverdefines theDatagramReceiverfunctionality set on top of a connection (as of theConnectionComponent.ConnectionAutomaton) for data types "short".ConnectionShortSender TheConnectionShortSenderdefines theDatagramSenderfunctionality set on top of a connection (as of theConnectionComponent.ConnectionAutomaton) for data types "short".ConnectionShortTransceiver TheConnectionShortTransceiverdefines theDatagramTransceiverfunctionality set on top of a connection (as of theConnectionComponent.ConnectionAutomaton) for data types "short".ConnectionTransceiver TheConnectionTransceiverdefines theDatagramTransceiverfunctionality set on top of a connection (as of theConnectionComponent.ConnectionAutomaton).Consumer The Interface Consumer.DatagramConsumer TheDatagramConsumeris used to send datagrams in a unified way.DatagramProvider TheDatagramProvideris used to receive datagrams in a unified way.DatagramReceiver TheDatagramReceiveris used to receive datagrams in a unified way.DatagramSender TheDatagramSenderis used to send datagrams in a unified way.DatagramTransceiver Combines theDatagramSenderandDatagramReceiverfunctionality in a single interface to be implemented by a single class so thatDatagramSenderandDatagramReceiverfunctionality can be provided by a single instance.InputStreamAccessor Provides an accessor for a Input-Stream property.InputStreamAccessor.InputStreamBuilder Provides a builder method for a Input-Stream property returning the builder for applying multiple build operations.InputStreamAccessor.InputStreamMutator Provides a mutator for a Input-Stream property.InputStreamAccessor.InputStreamProperty Provides a Input-Stream property.InputStreamConnectionByteReceiver AInputStreamConnectionByteReceiveris aDatagramReceiverconnected through I/O streams with aOutputStreamConnectionSender.InputStreamConnectionReceiver AInputStreamConnectionReceiveris aDatagramReceiverconnected through I/O streams with aOutputStreamConnectionSender.InputStreamStringBuilder LoopbackByteReceiver ALoopbackByteReceiveris aDatagramReceiverconnected directly within the same JVM with aLoopbackByteSender; a "loopback" connection is used for establishing the connection which cannot be accessed outside the JVM or the running machine.LoopbackByteSender ALoopbackByteSenderis aDatagramSenderconnected directly within the same JVM with aLoopbackByteReceiver; a "loopback" connection is used for establishing the connection which cannot be accessed outside the JVM or the running machine.LoopbackByteTransceiver ALoopbackByteTransceiveris aDatagramTransceiverconnected directly within the same JVM with anotherLoopbackByteTransceiver; a "loopback" connection is used for establishing the connection which cannot be accessed outside the JVM or the running machine.LoopbackReceiver ALoopbackReceiveris aDatagramReceiverconnected directly within the same JVM with aLoopbackSender; a "loopback" connection is used for establishing the connection which cannot be accessed outside the JVM or the running machine.LoopbackSender ALoopbackSenderis aDatagramSenderconnected directly within the same JVM with aLoopbackReceiver; a "loopback" connection is used for establishing the connection which cannot be accessed outside the JVM or the running machine.LoopbackShortReceiver ALoopbackShortReceiveris aDatagramReceiverconnected directly within the same JVM with aLoopbackShortSender; a "loopback" connection is used for establishing the connection which cannot be accessed outside the JVM or the running machine.LoopbackShortSender ALoopbackShortSenderis aDatagramSenderconnected directly within the same JVM with aLoopbackByteReceiver; a "loopback" connection is used for establishing the connection which cannot be accessed outside the JVM or the running machine.LoopbackShortTransceiver ALoopbackShortTransceiveris aDatagramTransceiverconnected directly within the same JVM with anotherLoopbackShortTransceiver; a "loopback" connection is used for establishing the connection which cannot be accessed outside the JVM or the running machine.LoopbackTransceiver ALoopbackTransceiveris aDatagramTransceiverconnected directly within the same JVM with anotherLoopbackTransceiver; a "loopback" connection is used for establishing the connection which cannot be accessed outside the JVM or the running machine.MaxConnectionsAccessor Provides an accessor for a maximum connections property.MaxConnectionsAccessor.MaxConnectionsBuilder Provides a builder method for a maximum connections property returning the builder for applying multiple build operations.MaxConnectionsAccessor.MaxConnectionsMutator Provides a mutator for a maximum connections property.OutputStreamAccessor Provides an accessor for a Output-Stream property.OutputStreamAccessor.OutputStreamBuilder Provides a builder method for a Output-Stream property returning the builder for applying multiple build operations.OutputStreamAccessor.OutputStreamMutator Provides a mutator for a Output-Stream property.OutputStreamConnectionByteSender AOutputStreamConnectionByteSenderis aDatagramSenderconnected through I/O streams with aInputStreamConnectionReceiver.OutputStreamConnectionSender AOutputStreamConnectionSenderis aDatagramSenderconnected through I/O streams with aInputStreamConnectionReceiver.Provider The Interface Provider.Receivable The Interface Receivable.Receiver The Interface Receiver.Sendable The Interface Sendable.Sender The Interface Sender.ShortBlockConsumer TheShortBlockConsumeris used to send short blocks (arrays) in a unified way.ShortBlockProvider TheShortBlockProvideris used to receive short blocks (arrays) in a unified way.ShortBlockReceiver TheShortBlockReceiveris used to receive short blocks (arrays) in a unified way.ShortBlockSender TheShortBlockSenderis used to send short blocks (arrays) in a unified way.ShortConsumer The Interface ShortConsumer.ShortDatagramConsumer TheShortDatagramConsumeris used to send shorts in a unified way.ShortDatagramProvider TheShortDatagramProvideris used to receive shorts in a unified way.ShortDatagramReceiver TheShortDatagramReceiveris used to receive shorts in a unified way.ShortDatagramSender TheShortDatagramSenderis used to send shorts in a unified way.ShortProvider The Interface ShortProvider.ShortReceiver The Interface ShortReceiver.ShortSender The Interface ShortSender.ShortTransceiver AShortTransceivercombines the functionality of aShortSenderand of aShortReceiver. e.g. for building loopback devices.Transceiver ATransceivercombines the functionality of aSenderand of aReceiver. e.g. for building loopback devices.