Flushable, org.refcodes.component.Closable, org.refcodes.component.Closable.CloseAutomaton, org.refcodes.component.ClosedAccessor, org.refcodes.component.ConnectableComponent, org.refcodes.component.ConnectableComponent.ConnectableAutomaton, org.refcodes.component.ConnectionStatusAccessor, org.refcodes.component.Flushable, org.refcodes.component.OpenedAccessor, ByteBlockConsumer, ByteBlockSender, ByteConsumer, ByteDatagramConsumer, ByteDatagramSender, ByteSender, SendableByteSenderDecorator, LoopbackByteSenderImpl, OutputStreamConnectionByteSenderImplpublic abstract class AbstractByteSender extends org.refcodes.component.AbstractConnectableAutomaton implements ByteSender
AbstractByteSender is a base abstract implementation of the
ByteSender interface providing common functionality for concrete real
live ByteDatagramSender and ByteBlockSender (=
ByteSender) implementations.org.refcodes.component.Closable.CloseAutomaton, org.refcodes.component.Closable.CloseBuilder<B extends org.refcodes.component.Closable.CloseBuilder<B>>org.refcodes.component.ClosedAccessor.ClosedMutator, org.refcodes.component.ClosedAccessor.ClosedPropertyorg.refcodes.component.ConnectableComponent.ConnectableAutomatonorg.refcodes.component.ConnectionStatusAccessor.ConnectionStatusMutator, org.refcodes.component.ConnectionStatusAccessor.ConnectionStatusProperty| Constructor | Description |
|---|---|
AbstractByteSender() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
writeDatagrams(byte[] aDatagrams,
int aOffset,
int aLength) |
Writes (sends) a byte block.
|
close, getConnectionStatus, isClosable, isClosed, isOpenable, isOpened, open, setConnectionStatuswriteDatagram, writeDatagramsflushclose, closeIn, closeQuietly, closeUncheckedgetConnectionStatus, isConnectionOpenedpublic void writeDatagrams(byte[] aDatagrams,
int aOffset,
int aLength)
throws org.refcodes.component.OpenException
writeDatagrams in interface ByteBlockConsumerwriteDatagrams in interface ByteSenderaDatagrams - The byte to be pushed.aOffset - The offset from which to take the data.aLength - The number of elements to push starting at the given
offset.org.refcodes.component.OpenException - Thrown in case opening or accessing an open line
(connection, junction, link) caused problems.Copyright © 2018. All rights reserved.