Uses of Class
org.apache.mina.core.buffer.IoBuffer
Packages that use IoBuffer
Package
Description
Base class for implementing transport based on active polling strategies like NIO select call,
or any API based on I/O polling system calls (epoll, poll, select, kqueue, etc).
Filter implementations that helps you to implement complex protocols via 'codec' concept.
Protocol codecs that helps you to implement even more complex protocols by splitting a codec into multiple sub-codecs.
Protocol codecs which uses Java object serilization and leads to rapid protocol implementation.
A protocol codec for text-based protocols.
An IoFilter that provides flexible error generation facilities.
Classes that implement IoFilter and provide Secure Sockets Layer functionality.
Stream based IoFilter implementation.
Socket (TCP/IP) and Datagram (UDP/IP) support based on Java NIO (New I/O) API.
-
Uses of IoBuffer in org.apache.mina.core.buffer
Subclasses of IoBuffer in org.apache.mina.core.bufferModifier and TypeClassDescriptionclassA base implementation ofIoBuffer.private classclassAIoBufferthat wraps a buffer and proxies any operations to it.private classClasses in org.apache.mina.core.buffer that implement interfaces with type arguments of type IoBufferFields in org.apache.mina.core.buffer declared as IoBufferModifier and TypeFieldDescriptionprivate final IoBufferIoBufferWrapper.bufThe buffer proxied by this proxy.Methods in org.apache.mina.core.buffer that return IoBufferModifier and TypeMethodDescriptionCachedBufferAllocator.allocate(int requestedCapacity, boolean direct) Returns the buffer which is capable of the specified size.static IoBufferIoBuffer.allocate(int capacity) Returns the direct or heap buffer which is capable to store the specified amount of bytes.static IoBufferIoBuffer.allocate(int capacity, boolean useDirectBuffer) Returns a direct or heap IoBuffer which can contain the specified number of bytes.IoBufferAllocator.allocate(int capacity, boolean direct) Returns the buffer which is capable of the specified size.SimpleBufferAllocator.allocate(int capacity, boolean direct) final IoBufferAbstractIoBuffer.asReadOnlyBuffer()abstract IoBufferIoBuffer.asReadOnlyBuffer()IoBufferWrapper.asReadOnlyBuffer()protected abstract IoBufferAbstractIoBuffer.asReadOnlyBuffer0()Implement this method to return the unexpandable read only version of this buffer.protected IoBufferCachedBufferAllocator.CachedBuffer.asReadOnlyBuffer0()protected IoBufferSimpleBufferAllocator.SimpleBuffer.asReadOnlyBuffer0()private IoBufferAbstractIoBuffer.autoExpand(int expectedRemaining) This method forwards the call toAbstractIoBuffer.expand(int)only whenautoExpandproperty istrue.private IoBufferAbstractIoBuffer.autoExpand(int pos, int expectedRemaining) This method forwards the call toAbstractIoBuffer.expand(int)only whenautoExpandproperty istrue.final IoBufferAbstractIoBuffer.capacity(int newCapacity) Increases the capacity of this buffer.abstract IoBufferIoBuffer.capacity(int newCapacity) Increases the capacity of this buffer.IoBufferWrapper.capacity(int newCapacity) Increases the capacity of this buffer.final IoBufferAbstractIoBuffer.clear()abstract IoBufferIoBuffer.clear()IoBufferWrapper.clear()final IoBufferAbstractIoBuffer.compact()abstract IoBufferIoBuffer.compact()IoBufferWrapper.compact()final IoBufferAbstractIoBuffer.duplicate()abstract IoBufferIoBuffer.duplicate()IoBufferWrapper.duplicate()protected abstract IoBufferAbstractIoBuffer.duplicate0()Implement this method to return the unexpandable duplicate of this buffer.protected IoBufferCachedBufferAllocator.CachedBuffer.duplicate0()protected IoBufferSimpleBufferAllocator.SimpleBuffer.duplicate0()final IoBufferAbstractIoBuffer.expand(int expectedRemaining) Changes the capacity and limit of this buffer so this buffer get the specifiedexpectedRemainingroom from the current position.private IoBufferAbstractIoBuffer.expand(int expectedRemaining, boolean autoExpand) final IoBufferAbstractIoBuffer.expand(int pos, int expectedRemaining) Changes the capacity and limit of this buffer so this buffer get the specifiedexpectedRemainingroom from the specifiedposition.private IoBufferAbstractIoBuffer.expand(int pos, int expectedRemaining, boolean autoExpand) abstract IoBufferIoBuffer.expand(int expectedRemaining) Changes the capacity and limit of this buffer so this buffer get the specifiedexpectedRemainingroom from the current position.abstract IoBufferIoBuffer.expand(int position, int expectedRemaining) Changes the capacity and limit of this buffer so this buffer get the specifiedexpectedRemainingroom from the specifiedposition.IoBufferWrapper.expand(int expectedRemaining) Changes the capacity and limit of this buffer so this buffer get the specifiedexpectedRemainingroom from the current position.IoBufferWrapper.expand(int pos, int expectedRemaining) Changes the capacity and limit of this buffer so this buffer get the specifiedexpectedRemainingroom from the specifiedposition.AbstractIoBuffer.fill(byte value, int size) Fills this buffer with the specified value.AbstractIoBuffer.fill(int size) Fills this buffer withNUL (0x00).abstract IoBufferIoBuffer.fill(byte value, int size) Fills this buffer with the specified value.abstract IoBufferIoBuffer.fill(int size) Fills this buffer withNUL (0x00).IoBufferWrapper.fill(byte value, int size) Fills this buffer with the specified value.IoBufferWrapper.fill(int size) Fills this buffer withNUL (0x00).AbstractIoBuffer.fillAndReset(byte value, int size) Fills this buffer with the specified value.AbstractIoBuffer.fillAndReset(int size) Fills this buffer withNUL (0x00).abstract IoBufferIoBuffer.fillAndReset(byte value, int size) Fills this buffer with the specified value.abstract IoBufferIoBuffer.fillAndReset(int size) Fills this buffer withNUL (0x00).IoBufferWrapper.fillAndReset(byte value, int size) Fills this buffer with the specified value.IoBufferWrapper.fillAndReset(int size) Fills this buffer withNUL (0x00).final IoBufferAbstractIoBuffer.flip()abstract IoBufferIoBuffer.flip()IoBufferWrapper.flip()AbstractIoBuffer.get(byte[] dst) final IoBufferAbstractIoBuffer.get(byte[] dst, int offset, int length) abstract IoBufferIoBuffer.get(byte[] dst) abstract IoBufferIoBuffer.get(byte[] dst, int offset, int length) IoBufferWrapper.get(byte[] dst) IoBufferWrapper.get(byte[] dst, int offset, int length) IoBufferWrapper.getParentBuffer()final IoBufferAbstractIoBuffer.getSlice(int length) Get a new IoBuffer containing a slice of the current bufferfinal IoBufferAbstractIoBuffer.getSlice(int index, int length) Get a new IoBuffer containing a slice of the current bufferabstract IoBufferIoBuffer.getSlice(int length) Get a new IoBuffer containing a slice of the current bufferabstract IoBufferIoBuffer.getSlice(int index, int length) Get a new IoBuffer containing a slice of the current bufferIoBufferWrapper.getSlice(int length) Get a new IoBuffer containing a slice of the current bufferIoBufferWrapper.getSlice(int index, int length) Get a new IoBuffer containing a slice of the current bufferfinal IoBufferAbstractIoBuffer.limit(int newLimit) abstract IoBufferIoBuffer.limit(int newLimit) IoBufferWrapper.limit(int newLimit) final IoBufferAbstractIoBuffer.mark()abstract IoBufferIoBuffer.mark()IoBufferWrapper.mark()final IoBufferAbstractIoBuffer.minimumCapacity(int minimumCapacity) Sets the minimum capacity of this buffer which is used to determine the new capacity of the buffer shrunk byIoBuffer.compact()andIoBuffer.shrink()operation.abstract IoBufferIoBuffer.minimumCapacity(int minimumCapacity) Sets the minimum capacity of this buffer which is used to determine the new capacity of the buffer shrunk byIoBuffer.compact()andIoBuffer.shrink()operation.IoBufferWrapper.minimumCapacity(int minimumCapacity) Sets the minimum capacity of this buffer which is used to determine the new capacity of the buffer shrunk byIoBuffer.compact()andIoBuffer.shrink()operation.final IoBufferabstract IoBufferfinal IoBufferAbstractIoBuffer.position(int newPosition) abstract IoBufferIoBuffer.position(int newPosition) IoBufferWrapper.position(int newPosition) final IoBufferAbstractIoBuffer.put(byte b) AbstractIoBuffer.put(byte[] src) final IoBufferAbstractIoBuffer.put(byte[] src, int offset, int length) final IoBufferAbstractIoBuffer.put(int index, byte b) final IoBufferAbstractIoBuffer.put(ByteBuffer src) Writes the content of the specifiedsrcinto this buffer.Writes the content of the specifiedsrcinto this buffer.abstract IoBufferIoBuffer.put(byte b) abstract IoBufferIoBuffer.put(byte[] src) abstract IoBufferIoBuffer.put(byte[] src, int offset, int length) abstract IoBufferIoBuffer.put(int index, byte b) abstract IoBufferIoBuffer.put(ByteBuffer src) Writes the content of the specifiedsrcinto this buffer.abstract IoBufferWrites the content of the specifiedsrcinto this buffer.IoBufferWrapper.put(byte b) IoBufferWrapper.put(byte[] src) IoBufferWrapper.put(byte[] src, int offset, int length) IoBufferWrapper.put(int index, byte b) IoBufferWrapper.put(ByteBuffer src) Writes the content of the specifiedsrcinto this buffer.Writes the content of the specifiedsrcinto this buffer.final IoBufferAbstractIoBuffer.putChar(char value) final IoBufferAbstractIoBuffer.putChar(int index, char value) abstract IoBufferIoBuffer.putChar(char value) abstract IoBufferIoBuffer.putChar(int index, char value) IoBufferWrapper.putChar(char value) IoBufferWrapper.putChar(int index, char value) final IoBufferAbstractIoBuffer.putDouble(double value) final IoBufferAbstractIoBuffer.putDouble(int index, double value) abstract IoBufferIoBuffer.putDouble(double value) abstract IoBufferIoBuffer.putDouble(int index, double value) IoBufferWrapper.putDouble(double value) IoBufferWrapper.putDouble(int index, double value) Writes an enum's ordinal value to the buffer as a byte.Writes an enum's ordinal value to the buffer as a byte.abstract IoBufferWrites an enum's ordinal value to the buffer as a byte.abstract IoBufferWrites an enum's ordinal value to the buffer as a byte.Writes an enum's ordinal value to the buffer as a byte.Writes an enum's ordinal value to the buffer as a byte.AbstractIoBuffer.putEnumInt(int index, Enum<?> e) Writes an enum's ordinal value to the buffer as an integer.AbstractIoBuffer.putEnumInt(Enum<?> e) Writes an enum's ordinal value to the buffer as an integer.abstract IoBufferIoBuffer.putEnumInt(int index, Enum<?> e) Writes an enum's ordinal value to the buffer as an integer.abstract IoBufferIoBuffer.putEnumInt(Enum<?> e) Writes an enum's ordinal value to the buffer as an integer.IoBufferWrapper.putEnumInt(int index, Enum<?> e) Writes an enum's ordinal value to the buffer as an integer.IoBufferWrapper.putEnumInt(Enum<?> e) Writes an enum's ordinal value to the buffer as an integer.AbstractIoBuffer.putEnumSet(int index, Set<E> set) Writes the specifiedSetto the buffer as a byte sized bit vector.AbstractIoBuffer.putEnumSet(Set<E> set) Writes the specifiedSetto the buffer as a byte sized bit vector.IoBuffer.putEnumSet(int index, Set<E> set) Writes the specifiedSetto the buffer as a byte sized bit vector.IoBuffer.putEnumSet(Set<E> set) Writes the specifiedSetto the buffer as a byte sized bit vector.IoBufferWrapper.putEnumSet(int index, Set<E> set) Writes the specifiedSetto the buffer as a byte sized bit vector.IoBufferWrapper.putEnumSet(Set<E> set) Writes the specifiedSetto the buffer as a byte sized bit vector.AbstractIoBuffer.putEnumSetInt(int index, Set<E> set) Writes the specifiedSetto the buffer as an int sized bit vector.AbstractIoBuffer.putEnumSetInt(Set<E> set) Writes the specifiedSetto the buffer as an int sized bit vector.IoBuffer.putEnumSetInt(int index, Set<E> set) Writes the specifiedSetto the buffer as an int sized bit vector.IoBuffer.putEnumSetInt(Set<E> set) Writes the specifiedSetto the buffer as an int sized bit vector.IoBufferWrapper.putEnumSetInt(int index, Set<E> set) Writes the specifiedSetto the buffer as an int sized bit vector.IoBufferWrapper.putEnumSetInt(Set<E> set) Writes the specifiedSetto the buffer as an int sized bit vector.AbstractIoBuffer.putEnumSetLong(int index, Set<E> set) Writes the specifiedSetto the buffer as a long sized bit vector.AbstractIoBuffer.putEnumSetLong(Set<E> set) Writes the specifiedSetto the buffer as a long sized bit vector.IoBuffer.putEnumSetLong(int index, Set<E> set) Writes the specifiedSetto the buffer as a long sized bit vector.IoBuffer.putEnumSetLong(Set<E> set) Writes the specifiedSetto the buffer as a long sized bit vector.IoBufferWrapper.putEnumSetLong(int index, Set<E> set) Writes the specifiedSetto the buffer as a long sized bit vector.IoBufferWrapper.putEnumSetLong(Set<E> set) Writes the specifiedSetto the buffer as a long sized bit vector.AbstractIoBuffer.putEnumSetShort(int index, Set<E> set) Writes the specifiedSetto the buffer as a short sized bit vector.AbstractIoBuffer.putEnumSetShort(Set<E> set) Writes the specifiedSetto the buffer as a short sized bit vector.IoBuffer.putEnumSetShort(int index, Set<E> set) Writes the specifiedSetto the buffer as a short sized bit vector.IoBuffer.putEnumSetShort(Set<E> set) Writes the specifiedSetto the buffer as a short sized bit vector.IoBufferWrapper.putEnumSetShort(int index, Set<E> set) Writes the specifiedSetto the buffer as a short sized bit vector.IoBufferWrapper.putEnumSetShort(Set<E> set) Writes the specifiedSetto the buffer as a short sized bit vector.AbstractIoBuffer.putEnumShort(int index, Enum<?> e) Writes an enum's ordinal value to the buffer as a short.AbstractIoBuffer.putEnumShort(Enum<?> e) Writes an enum's ordinal value to the buffer as a short.abstract IoBufferIoBuffer.putEnumShort(int index, Enum<?> e) Writes an enum's ordinal value to the buffer as a short.abstract IoBufferIoBuffer.putEnumShort(Enum<?> e) Writes an enum's ordinal value to the buffer as a short.IoBufferWrapper.putEnumShort(int index, Enum<?> e) IoBufferWrapper.putEnumShort(Enum<?> e) Writes an enum's ordinal value to the buffer as a short.final IoBufferAbstractIoBuffer.putFloat(float value) final IoBufferAbstractIoBuffer.putFloat(int index, float value) abstract IoBufferIoBuffer.putFloat(float value) abstract IoBufferIoBuffer.putFloat(int index, float value) IoBufferWrapper.putFloat(float value) IoBufferWrapper.putFloat(int index, float value) final IoBufferAbstractIoBuffer.putInt(int value) final IoBufferAbstractIoBuffer.putInt(int index, int value) abstract IoBufferIoBuffer.putInt(int value) abstract IoBufferIoBuffer.putInt(int index, int value) IoBufferWrapper.putInt(int value) IoBufferWrapper.putInt(int index, int value) final IoBufferAbstractIoBuffer.putLong(int index, long value) final IoBufferAbstractIoBuffer.putLong(long value) abstract IoBufferIoBuffer.putLong(int index, long value) abstract IoBufferIoBuffer.putLong(long value) IoBufferWrapper.putLong(int index, long value) IoBufferWrapper.putLong(long value) AbstractIoBuffer.putMediumInt(int value) Relative put method for writing a medium int value.AbstractIoBuffer.putMediumInt(int index, int value) Absolute put method for writing a medium int value.abstract IoBufferIoBuffer.putMediumInt(int value) Relative put method for writing a medium int value.abstract IoBufferIoBuffer.putMediumInt(int index, int value) Absolute put method for writing a medium int value.IoBufferWrapper.putMediumInt(int value) Relative put method for writing a medium int value.IoBufferWrapper.putMediumInt(int index, int value) Absolute put method for writing a medium int value.Writes the specified Java object to the buffer.abstract IoBufferWrites the specified Java object to the buffer.Writes the specified Java object to the buffer.AbstractIoBuffer.putPrefixedString(CharSequence val, int prefixLength, int padding, byte padValue, CharsetEncoder encoder) Writes the content ofvalinto this buffer as a string which has a 16-bit length field before the actual encoded string, using the specifiedencoder.AbstractIoBuffer.putPrefixedString(CharSequence in, int prefixLength, int padding, CharsetEncoder encoder) Writes the content ofininto this buffer as a string which has a 16-bit length field before the actual encoded string, using the specifiedencoder.AbstractIoBuffer.putPrefixedString(CharSequence in, int prefixLength, CharsetEncoder encoder) Writes the content ofininto this buffer as a string which has a 16-bit length field before the actual encoded string, using the specifiedencoder.AbstractIoBuffer.putPrefixedString(CharSequence in, CharsetEncoder encoder) Writes the content ofininto this buffer as a string which has a 16-bit length field before the actual encoded string, using the specifiedencoder.abstract IoBufferIoBuffer.putPrefixedString(CharSequence val, int prefixLength, int padding, byte padValue, CharsetEncoder encoder) Writes the content ofvalinto this buffer as a string which has a 16-bit length field before the actual encoded string, using the specifiedencoder.abstract IoBufferIoBuffer.putPrefixedString(CharSequence in, int prefixLength, int padding, CharsetEncoder encoder) Writes the content ofininto this buffer as a string which has a 16-bit length field before the actual encoded string, using the specifiedencoder.abstract IoBufferIoBuffer.putPrefixedString(CharSequence in, int prefixLength, CharsetEncoder encoder) Writes the content ofininto this buffer as a string which has a 16-bit length field before the actual encoded string, using the specifiedencoder.abstract IoBufferIoBuffer.putPrefixedString(CharSequence in, CharsetEncoder encoder) Writes the content ofininto this buffer as a string which has a 16-bit length field before the actual encoded string, using the specifiedencoder.IoBufferWrapper.putPrefixedString(CharSequence in, int prefixLength, int padding, byte padValue, CharsetEncoder encoder) Writes the content ofvalinto this buffer as a string which has a 16-bit length field before the actual encoded string, using the specifiedencoder.IoBufferWrapper.putPrefixedString(CharSequence in, int prefixLength, int padding, CharsetEncoder encoder) Writes the content ofininto this buffer as a string which has a 16-bit length field before the actual encoded string, using the specifiedencoder.IoBufferWrapper.putPrefixedString(CharSequence in, int prefixLength, CharsetEncoder encoder) Writes the content ofininto this buffer as a string which has a 16-bit length field before the actual encoded string, using the specifiedencoder.IoBufferWrapper.putPrefixedString(CharSequence in, CharsetEncoder encoder) Writes the content ofininto this buffer as a string which has a 16-bit length field before the actual encoded string, using the specifiedencoder.final IoBufferAbstractIoBuffer.putShort(int index, short value) final IoBufferAbstractIoBuffer.putShort(short value) abstract IoBufferIoBuffer.putShort(int index, short value) abstract IoBufferIoBuffer.putShort(short value) IoBufferWrapper.putShort(int index, short value) IoBufferWrapper.putShort(short value) AbstractIoBuffer.putString(CharSequence val, int fieldSize, CharsetEncoder encoder) Writes the content ofininto this buffer as aNUL-terminated string using the specifiedencoder.AbstractIoBuffer.putString(CharSequence val, CharsetEncoder encoder) Writes the content ofininto this buffer using the specifiedencoder.abstract IoBufferIoBuffer.putString(CharSequence val, int fieldSize, CharsetEncoder encoder) Writes the content ofininto this buffer as aNUL-terminated string using the specifiedencoder.abstract IoBufferIoBuffer.putString(CharSequence val, CharsetEncoder encoder) Writes the content ofininto this buffer using the specifiedencoder.IoBufferWrapper.putString(CharSequence in, int fieldSize, CharsetEncoder encoder) Writes the content ofininto this buffer as aNUL-terminated string using the specifiedencoder.IoBufferWrapper.putString(CharSequence in, CharsetEncoder encoder) Writes the content ofininto this buffer using the specifiedencoder.AbstractIoBuffer.putUnsigned(byte value) Writes an unsigned byte into the ByteBufferAbstractIoBuffer.putUnsigned(int value) Writes an unsigned byte into the ByteBufferAbstractIoBuffer.putUnsigned(int index, byte value) Writes an unsigned byte into the ByteBuffer at a specified positionAbstractIoBuffer.putUnsigned(int index, int value) Writes an unsigned byte into the ByteBuffer at a specified positionAbstractIoBuffer.putUnsigned(int index, long value) Writes an unsigned byte into the ByteBuffer at a specified positionAbstractIoBuffer.putUnsigned(int index, short value) Writes an unsigned byte into the ByteBuffer at a specified positionAbstractIoBuffer.putUnsigned(long value) Writes an unsigned byte into the ByteBufferAbstractIoBuffer.putUnsigned(short value) Writes an unsigned byte into the ByteBufferabstract IoBufferIoBuffer.putUnsigned(byte value) Writes an unsigned byte into the ByteBufferabstract IoBufferIoBuffer.putUnsigned(int value) Writes an unsigned byte into the ByteBufferabstract IoBufferIoBuffer.putUnsigned(int index, byte value) Writes an unsigned byte into the ByteBuffer at a specified positionabstract IoBufferIoBuffer.putUnsigned(int index, int value) Writes an unsigned byte into the ByteBuffer at a specified positionabstract IoBufferIoBuffer.putUnsigned(int index, long value) Writes an unsigned byte into the ByteBuffer at a specified positionabstract IoBufferIoBuffer.putUnsigned(int index, short value) Writes an unsigned byte into the ByteBuffer at a specified positionabstract IoBufferIoBuffer.putUnsigned(long value) Writes an unsigned byte into the ByteBufferabstract IoBufferIoBuffer.putUnsigned(short value) Writes an unsigned byte into the ByteBufferIoBufferWrapper.putUnsigned(byte value) Writes an unsigned byte into the ByteBufferIoBufferWrapper.putUnsigned(int value) Writes an unsigned byte into the ByteBufferIoBufferWrapper.putUnsigned(int index, byte value) Writes an unsigned byte into the ByteBuffer at a specified positionIoBufferWrapper.putUnsigned(int index, int value) Writes an unsigned byte into the ByteBuffer at a specified positionIoBufferWrapper.putUnsigned(int index, long value) Writes an unsigned byte into the ByteBuffer at a specified positionIoBufferWrapper.putUnsigned(int index, short value) Writes an unsigned byte into the ByteBuffer at a specified positionIoBufferWrapper.putUnsigned(long value) Writes an unsigned byte into the ByteBufferIoBufferWrapper.putUnsigned(short value) Writes an unsigned byte into the ByteBufferfinal IoBufferAbstractIoBuffer.putUnsignedInt(byte value) Writes an unsigned int into the ByteBufferfinal IoBufferAbstractIoBuffer.putUnsignedInt(int value) Writes an unsigned int into the ByteBufferfinal IoBufferAbstractIoBuffer.putUnsignedInt(int index, byte value) Writes an unsigned int into the ByteBuffer at a specified positionfinal IoBufferAbstractIoBuffer.putUnsignedInt(int index, int value) Writes an unsigned int into the ByteBuffer at a specified positionfinal IoBufferAbstractIoBuffer.putUnsignedInt(int index, long value) Writes an unsigned int into the ByteBuffer at a specified positionfinal IoBufferAbstractIoBuffer.putUnsignedInt(int index, short value) Writes an unsigned int into the ByteBuffer at a specified positionfinal IoBufferAbstractIoBuffer.putUnsignedInt(long value) Writes an unsigned int into the ByteBufferfinal IoBufferAbstractIoBuffer.putUnsignedInt(short value) Writes an unsigned int into the ByteBufferabstract IoBufferIoBuffer.putUnsignedInt(byte value) Writes an unsigned int into the ByteBufferabstract IoBufferIoBuffer.putUnsignedInt(int value) Writes an unsigned int into the ByteBufferabstract IoBufferIoBuffer.putUnsignedInt(int index, byte value) Writes an unsigned int into the ByteBuffer at a specified positionabstract IoBufferIoBuffer.putUnsignedInt(int index, int value) Writes an unsigned int into the ByteBuffer at a specified positionabstract IoBufferIoBuffer.putUnsignedInt(int index, long value) Writes an unsigned int into the ByteBuffer at a specified positionabstract IoBufferIoBuffer.putUnsignedInt(int index, short value) Writes an unsigned int into the ByteBuffer at a specified positionabstract IoBufferIoBuffer.putUnsignedInt(long value) Writes an unsigned int into the ByteBufferabstract IoBufferIoBuffer.putUnsignedInt(short value) Writes an unsigned int into the ByteBufferIoBufferWrapper.putUnsignedInt(byte value) Writes an unsigned int into the ByteBufferIoBufferWrapper.putUnsignedInt(int value) Writes an unsigned int into the ByteBufferIoBufferWrapper.putUnsignedInt(int index, byte value) Writes an unsigned int into the ByteBuffer at a specified positionIoBufferWrapper.putUnsignedInt(int index, int value) Writes an unsigned int into the ByteBuffer at a specified positionIoBufferWrapper.putUnsignedInt(int index, long value) Writes an unsigned int into the ByteBuffer at a specified positionIoBufferWrapper.putUnsignedInt(int index, short value) Writes an unsigned int into the ByteBuffer at a specified positionIoBufferWrapper.putUnsignedInt(long value) Writes an unsigned int into the ByteBufferIoBufferWrapper.putUnsignedInt(short value) Writes an unsigned int into the ByteBufferfinal IoBufferAbstractIoBuffer.putUnsignedShort(byte value) Writes an unsigned short into the ByteBufferfinal IoBufferAbstractIoBuffer.putUnsignedShort(int value) Writes an unsigned Short into the ByteBufferfinal IoBufferAbstractIoBuffer.putUnsignedShort(int index, byte value) Writes an unsigned Short into the ByteBuffer at a specified positionfinal IoBufferAbstractIoBuffer.putUnsignedShort(int index, int value) Writes an unsigned Short into the ByteBuffer at a specified positionfinal IoBufferAbstractIoBuffer.putUnsignedShort(int index, long value) Writes an unsigned Short into the ByteBuffer at a specified positionfinal IoBufferAbstractIoBuffer.putUnsignedShort(int index, short value) Writes an unsigned Short into the ByteBuffer at a specified positionfinal IoBufferAbstractIoBuffer.putUnsignedShort(long value) Writes an unsigned Short into the ByteBufferfinal IoBufferAbstractIoBuffer.putUnsignedShort(short value) Writes an unsigned Short into the ByteBufferabstract IoBufferIoBuffer.putUnsignedShort(byte value) Writes an unsigned short into the ByteBufferabstract IoBufferIoBuffer.putUnsignedShort(int value) Writes an unsigned Short into the ByteBufferabstract IoBufferIoBuffer.putUnsignedShort(int index, byte value) Writes an unsigned Short into the ByteBuffer at a specified positionabstract IoBufferIoBuffer.putUnsignedShort(int index, int value) Writes an unsigned Short into the ByteBuffer at a specified positionabstract IoBufferIoBuffer.putUnsignedShort(int index, long value) Writes an unsigned Short into the ByteBuffer at a specified positionabstract IoBufferIoBuffer.putUnsignedShort(int index, short value) Writes an unsigned Short into the ByteBuffer at a specified positionabstract IoBufferIoBuffer.putUnsignedShort(long value) Writes an unsigned Short into the ByteBufferabstract IoBufferIoBuffer.putUnsignedShort(short value) Writes an unsigned Short into the ByteBufferIoBufferWrapper.putUnsignedShort(byte value) Writes an unsigned short into the ByteBufferIoBufferWrapper.putUnsignedShort(int value) Writes an unsigned Short into the ByteBufferIoBufferWrapper.putUnsignedShort(int index, byte value) Writes an unsigned Short into the ByteBuffer at a specified positionIoBufferWrapper.putUnsignedShort(int index, int value) Writes an unsigned Short into the ByteBuffer at a specified positionIoBufferWrapper.putUnsignedShort(int index, long value) Writes an unsigned Short into the ByteBuffer at a specified positionIoBufferWrapper.putUnsignedShort(int index, short value) Writes an unsigned Short into the ByteBuffer at a specified positionIoBufferWrapper.putUnsignedShort(long value) Writes an unsigned Short into the ByteBufferIoBufferWrapper.putUnsignedShort(short value) Writes an unsigned Short into the ByteBufferfinal IoBufferAbstractIoBuffer.reset()abstract IoBufferIoBuffer.reset()IoBufferWrapper.reset()final IoBufferAbstractIoBuffer.rewind()abstract IoBufferIoBuffer.rewind()IoBufferWrapper.rewind()final IoBufferAbstractIoBuffer.setAutoExpand(boolean autoExpand) Turns on or offautoExpand.abstract IoBufferIoBuffer.setAutoExpand(boolean autoExpand) Turns on or offautoExpand.IoBufferWrapper.setAutoExpand(boolean autoExpand) Turns on or offautoExpand.final IoBufferAbstractIoBuffer.setAutoShrink(boolean autoShrink) Turns on or offautoShrink.abstract IoBufferIoBuffer.setAutoShrink(boolean autoShrink) Turns on or offautoShrink.IoBufferWrapper.setAutoShrink(boolean autoShrink) Turns on or offautoShrink.final IoBufferAbstractIoBuffer.shrink()Changes the capacity of this buffer so this buffer occupies as less memory as possible while retaining the position, limit and the buffer content between the position and limit.abstract IoBufferIoBuffer.shrink()Changes the capacity of this buffer so this buffer occupies as less memory as possible while retaining the position, limit and the buffer content between the position and limit.IoBufferWrapper.shrink()Changes the capacity of this buffer so this buffer occupies as less memory as possible while retaining the position, limit and the buffer content between the position and limit.AbstractIoBuffer.skip(int size) Forwards the position of this buffer as the specifiedsizebytes.abstract IoBufferIoBuffer.skip(int size) Forwards the position of this buffer as the specifiedsizebytes.IoBufferWrapper.skip(int size) Forwards the position of this buffer as the specifiedsizebytes.final IoBufferAbstractIoBuffer.slice()abstract IoBufferIoBuffer.slice()IoBufferWrapper.slice()protected abstract IoBufferAbstractIoBuffer.slice0()Implement this method to return the unexpandable slice of this buffer.protected IoBufferCachedBufferAllocator.CachedBuffer.slice0()protected IoBufferSimpleBufferAllocator.SimpleBuffer.slice0()final IoBufferAbstractIoBuffer.sweep()Clears this buffer and fills its content withNUL.final IoBufferAbstractIoBuffer.sweep(byte value) double Clears this buffer and fills its content withvalue.abstract IoBufferIoBuffer.sweep()Clears this buffer and fills its content withNUL.abstract IoBufferIoBuffer.sweep(byte value) double Clears this buffer and fills its content withvalue.IoBufferWrapper.sweep()Clears this buffer and fills its content withNUL.IoBufferWrapper.sweep(byte value) double Clears this buffer and fills its content withvalue.CachedBufferAllocator.wrap(ByteBuffer nioBuffer) Wraps the specified NIOByteBufferinto MINA buffer.static IoBufferIoBuffer.wrap(byte[] byteArray) Wraps the specified byte array into a MINA heap buffer.static IoBufferIoBuffer.wrap(byte[] byteArray, int offset, int length) Wraps the specified byte array into MINA heap buffer.static IoBufferIoBuffer.wrap(ByteBuffer nioBuffer) Wraps the specified NIOByteBufferinto a MINA buffer (either direct or heap).IoBufferAllocator.wrap(ByteBuffer nioBuffer) Wraps the specified NIOByteBufferinto MINA buffer.SimpleBufferAllocator.wrap(ByteBuffer nioBuffer) Methods in org.apache.mina.core.buffer with parameters of type IoBufferModifier and TypeMethodDescriptionintintstatic StringIoBufferHexDumper.getHexDumpSlice(IoBuffer buf, int offset, int length) Dumps anIoBufferto a hex formatted string.static final StringIoBufferHexDumper.getPrettyHexDumpSlice(IoBuffer buf, int offset, int length) Produces a verbose hex dumpWrites the content of the specifiedsrcinto this buffer.abstract IoBufferWrites the content of the specifiedsrcinto this buffer.Writes the content of the specifiedsrcinto this buffer.Constructors in org.apache.mina.core.buffer with parameters of type IoBuffer -
Uses of IoBuffer in org.apache.mina.core.polling
Methods in org.apache.mina.core.polling with parameters of type IoBufferModifier and TypeMethodDescriptionprotected abstract intprotected abstract intWrite a sequence of bytes to aIoSession, means to be called when a session was found ready for writing. -
Uses of IoBuffer in org.apache.mina.filter.buffer
Subclasses with type arguments of type IoBuffer in org.apache.mina.filter.bufferModifier and TypeClassDescriptionclassAnLazyInitializerimplementation that initializes anIoBufferonly when needed.Fields in org.apache.mina.filter.buffer with type parameters of type IoBufferModifier and TypeFieldDescriptionprivate final LazyInitializedCacheMap<IoSession, IoBuffer> BufferedWriteFilter.buffersMapMethods in org.apache.mina.filter.buffer that return IoBufferMethods in org.apache.mina.filter.buffer with parameters of type IoBufferModifier and TypeMethodDescriptionprivate voidBufferedWriteFilter.internalFlush(IoFilter.NextFilter nextFilter, IoSession session, IoBuffer buf) Internal method that actually flushes the buffered data.private voidWrites anIoBufferto the session's buffer.private voidConstructor parameters in org.apache.mina.filter.buffer with type arguments of type IoBufferModifierConstructorDescriptionBufferedWriteFilter(int bufferSize, LazyInitializedCacheMap<IoSession, IoBuffer> buffersMap) Constructor which sets buffer size tobufferSize. -
Uses of IoBuffer in org.apache.mina.filter.codec
Fields in org.apache.mina.filter.codec declared as IoBufferMethods in org.apache.mina.filter.codec with parameters of type IoBufferModifier and TypeMethodDescriptionvoidCumulativeProtocolDecoder.decode(IoSession session, IoBuffer in, ProtocolDecoderOutput out) Cumulates content ofininto internal buffer and forwards decoding request to doDecode(IoSession, IoBuffer, ProtocolDecoderOutput).voidProtocolDecoder.decode(IoSession session, IoBuffer in, ProtocolDecoderOutput out) Decodes binary or protocol-specific content into higher-level message objects.voidSynchronizedProtocolDecoder.decode(IoSession session, IoBuffer in, ProtocolDecoderOutput out) Decodes binary or protocol-specific content into higher-level message objects.protected abstract booleanCumulativeProtocolDecoder.doDecode(IoSession session, IoBuffer in, ProtocolDecoderOutput out) Implement this method to consume the specified cumulative buffer and decode its content into message(s).private voidCumulativeProtocolDecoder.storeRemainingInSession(IoBuffer buf, IoSession session) -
Uses of IoBuffer in org.apache.mina.filter.codec.demux
Methods in org.apache.mina.filter.codec.demux with parameters of type IoBufferModifier and TypeMethodDescriptionChecks the specified buffer is decodable by this decoder.MessageDecoder.decode(IoSession session, IoBuffer in, ProtocolDecoderOutput out) Decodes binary or protocol-specific content into higher-level message objects.protected booleanDemuxingProtocolDecoder.doDecode(IoSession session, IoBuffer in, ProtocolDecoderOutput out) Implement this method to consume the specified cumulative buffer and decode its content into message(s). -
Uses of IoBuffer in org.apache.mina.filter.codec.prefixedstring
Methods in org.apache.mina.filter.codec.prefixedstring with parameters of type IoBufferModifier and TypeMethodDescriptionprotected booleanPrefixedStringDecoder.doDecode(IoSession session, IoBuffer in, ProtocolDecoderOutput out) Implement this method to consume the specified cumulative buffer and decode its content into message(s). -
Uses of IoBuffer in org.apache.mina.filter.codec.serialization
Methods in org.apache.mina.filter.codec.serialization with parameters of type IoBufferModifier and TypeMethodDescriptionprotected booleanObjectSerializationDecoder.doDecode(IoSession session, IoBuffer in, ProtocolDecoderOutput out) Implement this method to consume the specified cumulative buffer and decode its content into message(s). -
Uses of IoBuffer in org.apache.mina.filter.codec.statemachine
Fields in org.apache.mina.filter.codec.statemachine declared as IoBufferModifier and TypeFieldDescriptionprivate IoBufferConsumeToCrLfDecodingState.bufferprivate IoBufferConsumeToDynamicTerminatorDecodingState.bufferprivate IoBufferConsumeToEndOfSessionDecodingState.bufferprivate IoBufferConsumeToTerminatorDecodingState.bufferprivate IoBufferFixedLengthDecodingState.bufferFields in org.apache.mina.filter.codec.statemachine with type parameters of type IoBufferMethods in org.apache.mina.filter.codec.statemachine with parameters of type IoBufferModifier and TypeMethodDescriptionConsumeToCrLfDecodingState.decode(IoBuffer in, ProtocolDecoderOutput out) Invoked when data is available for this state.ConsumeToDynamicTerminatorDecodingState.decode(IoBuffer in, ProtocolDecoderOutput out) Invoked when data is available for this state.ConsumeToEndOfSessionDecodingState.decode(IoBuffer in, ProtocolDecoderOutput out) Invoked when data is available for this state.ConsumeToTerminatorDecodingState.decode(IoBuffer in, ProtocolDecoderOutput out) Invoked when data is available for this state.CrLfDecodingState.decode(IoBuffer in, ProtocolDecoderOutput out) Invoked when data is available for this state.DecodingState.decode(IoBuffer in, ProtocolDecoderOutput out) Invoked when data is available for this state.DecodingStateMachine.decode(IoBuffer in, ProtocolDecoderOutput out) Invoked when data is available for this state.voidDecodingStateProtocolDecoder.decode(IoSession session, IoBuffer in, ProtocolDecoderOutput out) Decodes binary or protocol-specific content into higher-level message objects.FixedLengthDecodingState.decode(IoBuffer in, ProtocolDecoderOutput out) Invoked when data is available for this state.IntegerDecodingState.decode(IoBuffer in, ProtocolDecoderOutput out) Invoked when data is available for this state.ShortIntegerDecodingState.decode(IoBuffer in, ProtocolDecoderOutput out) Invoked when data is available for this state.SingleByteDecodingState.decode(IoBuffer in, ProtocolDecoderOutput out) Invoked when data is available for this state.SkippingState.decode(IoBuffer in, ProtocolDecoderOutput out) Invoked when data is available for this state.protected abstract DecodingStateConsumeToCrLfDecodingState.finishDecode(IoBuffer product, ProtocolDecoderOutput out) Invoked when this state has reached aCRLF.protected abstract DecodingStateConsumeToDynamicTerminatorDecodingState.finishDecode(IoBuffer product, ProtocolDecoderOutput out) Invoked when this state has reached the terminator byte.protected abstract DecodingStateConsumeToEndOfSessionDecodingState.finishDecode(IoBuffer product, ProtocolDecoderOutput out) Invoked when this state has consumed all bytes until the session is closed.protected abstract DecodingStateConsumeToTerminatorDecodingState.finishDecode(IoBuffer product, ProtocolDecoderOutput out) Invoked when this state has reached the terminator byte.protected abstract DecodingStateFixedLengthDecodingState.finishDecode(IoBuffer product, ProtocolDecoderOutput out) Invoked when this state has consumed the configured number of bytes. -
Uses of IoBuffer in org.apache.mina.filter.codec.textline
Fields in org.apache.mina.filter.codec.textline declared as IoBufferModifier and TypeFieldDescriptionprivate final IoBufferTextLineDecoder.Context.bufThe temporary buffer containing the decoded lineprivate IoBufferTextLineDecoder.delimBufAn IoBuffer containing the delimiterMethods in org.apache.mina.filter.codec.textline that return IoBufferMethods in org.apache.mina.filter.codec.textline with parameters of type IoBufferModifier and TypeMethodDescriptionvoidvoidTextLineDecoder.decode(IoSession session, IoBuffer in, ProtocolDecoderOutput out) Decodes binary or protocol-specific content into higher-level message objects.private voidTextLineDecoder.decodeAuto(TextLineDecoder.Context ctx, IoSession session, IoBuffer in, ProtocolDecoderOutput out) Decode a line using the default delimiter on the current systemprivate voidTextLineDecoder.decodeNormal(TextLineDecoder.Context ctx, IoSession session, IoBuffer in, ProtocolDecoderOutput out) Decode a line using the delimiter defined by the callerprivate void -
Uses of IoBuffer in org.apache.mina.filter.compression
Methods in org.apache.mina.filter.compression that return IoBufferModifier and TypeMethodDescriptionCompress the input.Uncompress the given buffer, returning it in a new buffer.Methods in org.apache.mina.filter.compression with parameters of type IoBuffer -
Uses of IoBuffer in org.apache.mina.filter.errorgenerating
Methods in org.apache.mina.filter.errorgenerating that return IoBufferModifier and TypeMethodDescriptionprivate IoBufferErrorGeneratingFilter.insertBytesToNewIoBuffer(IoSession session, IoBuffer buffer) Methods in org.apache.mina.filter.errorgenerating with parameters of type IoBufferModifier and TypeMethodDescriptionprivate IoBufferErrorGeneratingFilter.insertBytesToNewIoBuffer(IoSession session, IoBuffer buffer) private voidErrorGeneratingFilter.manipulateIoBuffer(IoSession session, IoBuffer buffer) -
Uses of IoBuffer in org.apache.mina.filter.ssl
Fields in org.apache.mina.filter.ssl declared as IoBufferModifier and TypeFieldDescriptionprivate IoBufferSslHandler.appBufferApplication cleartext data to be read by applicationprivate final IoBufferSslHandler.emptyBufferEmpty buffer used during initial handshake and close operationsprivate final IoBufferSslFilter.EncryptedWriteRequest.encryptedMessageprivate IoBufferSslHandler.inNetBufferEncrypted data from the netprivate IoBufferSslHandler.outNetBufferEncrypted data to be written to the netMethods in org.apache.mina.filter.ssl that return IoBufferModifier and TypeMethodDescription(package private) static IoBufferSslHandler.copy(ByteBuffer src) Creates a new MINA buffer that is a deep copy of the remaining bytes in the given buffer (between index buf.position() and buf.limit())(package private) IoBufferSslHandler.fetchAppBuffer()Get decrypted application data.(package private) IoBufferSslHandler.fetchOutNetBuffer()Get encrypted data to be sent.Constructors in org.apache.mina.filter.ssl with parameters of type IoBufferModifierConstructorDescriptionprivateEncryptedWriteRequest(WriteRequest writeRequest, IoBuffer encryptedMessage) Create a new instance of an EncryptedWriteRequest -
Uses of IoBuffer in org.apache.mina.filter.stream
Methods in org.apache.mina.filter.stream that return IoBufferModifier and TypeMethodDescriptionprotected abstract IoBufferAbstractStreamWriteFilter.getNextBuffer(T message) protected IoBufferFileRegionWriteFilter.getNextBuffer(FileRegion fileRegion) protected IoBufferStreamWriteFilter.getNextBuffer(InputStream is) -
Uses of IoBuffer in org.apache.mina.handler.stream
Fields in org.apache.mina.handler.stream declared as IoBufferMethods in org.apache.mina.handler.stream with parameters of type IoBuffer -
Uses of IoBuffer in org.apache.mina.http
Methods in org.apache.mina.http with parameters of type IoBufferModifier and TypeMethodDescriptionvoidHttpClientDecoder.decode(IoSession session, IoBuffer msg, ProtocolDecoderOutput out) Decodes binary or protocol-specific content into higher-level message objects.voidHttpServerDecoder.decode(IoSession session, IoBuffer msg, ProtocolDecoderOutput out) Decodes binary or protocol-specific content into higher-level message objects. -
Uses of IoBuffer in org.apache.mina.proxy
Methods in org.apache.mina.proxy with parameters of type IoBufferModifier and TypeMethodDescriptionvoidProxyLogicHandler.messageReceived(IoFilter.NextFilter nextFilter, IoBuffer buf) Handle incoming data during the handshake process.protected WriteFutureAbstractProxyLogicHandler.writeData(IoFilter.NextFilter nextFilter, IoBuffer data) Writes data to the proxy server. -
Uses of IoBuffer in org.apache.mina.proxy.filter
Subclasses of IoBuffer in org.apache.mina.proxy.filterModifier and TypeClassDescriptionclassProxyHandshakeIoBuffer.java -IoBufferwrapper to indicate handshake related messages which should not be passed upstream of theProxyFilter.Constructors in org.apache.mina.proxy.filter with parameters of type IoBufferModifierConstructorDescriptionCreates a new ProxyHandshakeIoBuffer instance -
Uses of IoBuffer in org.apache.mina.proxy.handlers.http
Fields in org.apache.mina.proxy.handlers.http declared as IoBufferModifier and TypeFieldDescriptionprivate IoBufferAbstractHttpLogicHandler.responseDataTemporary buffer to accumulate the HTTP response from the proxy.Methods in org.apache.mina.proxy.handlers.http with parameters of type IoBufferModifier and TypeMethodDescriptionvoidAbstractHttpLogicHandler.messageReceived(IoFilter.NextFilter nextFilter, IoBuffer buf) Handles incoming data during the handshake process. -
Uses of IoBuffer in org.apache.mina.proxy.handlers.socks
Methods in org.apache.mina.proxy.handlers.socks that return IoBufferModifier and TypeMethodDescriptionprivate IoBufferSocks5LogicHandler.encodeAuthenticationPacket(SocksProxyRequest request) Encodes the authentication packet for supported authentication methods.private IoBufferSocks5LogicHandler.encodeGSSAPIAuthenticationPacket(SocksProxyRequest request) Encodes the authentication packet for supported authentication methods.private IoBufferSocks5LogicHandler.encodeInitialGreetingPacket(SocksProxyRequest request) Encodes the initial greeting packet.private IoBufferSocks5LogicHandler.encodeProxyRequestPacket(SocksProxyRequest request) Encodes the proxy authorization request packet.Methods in org.apache.mina.proxy.handlers.socks with parameters of type IoBufferModifier and TypeMethodDescriptionprotected voidSocks4LogicHandler.handleResponse(IoBuffer buf) Handle a SOCKS4/SOCKS4a response from the proxy server.protected voidSocks5LogicHandler.handleResponse(IoFilter.NextFilter nextFilter, IoBuffer buf, int step) Handle a SOCKS v5 response from the proxy server.voidSocks4LogicHandler.messageReceived(IoFilter.NextFilter nextFilter, IoBuffer buf) Handle incoming data during the handshake process.voidSocks5LogicHandler.messageReceived(IoFilter.NextFilter nextFilter, IoBuffer buf) Handles incoming data during the handshake process. -
Uses of IoBuffer in org.apache.mina.proxy.utils
Fields in org.apache.mina.proxy.utils declared as IoBufferModifier and TypeFieldDescriptionprivate IoBufferIoBufferDecoder.DecodingContext.decodedBufferThe buffered data.private IoBufferIoBufferDecoder.DecodingContext.delimiterThe delimiter in use.Methods in org.apache.mina.proxy.utils that return IoBufferModifier and TypeMethodDescriptionIoBufferDecoder.decodeFully(IoBuffer in) Will return null unless it has enough data to decode.IoBufferDecoder.DecodingContext.getDecodedBuffer()IoBufferDecoder.DecodingContext.getDelimiter()Methods in org.apache.mina.proxy.utils with parameters of type IoBufferModifier and TypeMethodDescriptionIoBufferDecoder.decodeFully(IoBuffer in) Will return null unless it has enough data to decode.voidIoBufferDecoder.DecodingContext.setDecodedBuffer(IoBuffer decodedBuffer) Sets the decoded data buffervoidIoBufferDecoder.DecodingContext.setDelimiter(IoBuffer delimiter) Sets the delimiter -
Uses of IoBuffer in org.apache.mina.transport.socket.apr
Methods in org.apache.mina.transport.socket.apr with parameters of type IoBufferModifier and TypeMethodDescriptionprotected intAprIoProcessor.read(AprSession session, IoBuffer buffer) protected intAprIoProcessor.write(AprSession session, IoBuffer buf, int length) Write a sequence of bytes to aIoSession, means to be called when a session was found ready for writing. -
Uses of IoBuffer in org.apache.mina.transport.socket.nio
Methods in org.apache.mina.transport.socket.nio with parameters of type IoBufferModifier and TypeMethodDescriptionprotected intNioProcessor.read(NioSession session, IoBuffer buf) protected SocketAddressNioDatagramAcceptor.receive(DatagramChannel handle, IoBuffer buffer) protected intNioDatagramAcceptor.send(NioSession session, IoBuffer buffer, SocketAddress remoteAddress) protected intNioProcessor.write(NioSession session, IoBuffer buf, int length) -
Uses of IoBuffer in org.apache.mina.util.byteaccess
Fields in org.apache.mina.util.byteaccess declared as IoBufferMethods in org.apache.mina.util.byteaccess that return IoBufferModifier and TypeMethodDescriptionBufferByteArray.getSingleIoBuffer()ByteArray.getSingleIoBuffer()CompositeByteArray.getSingleIoBuffer()Methods in org.apache.mina.util.byteaccess that return types with arguments of type IoBufferModifier and TypeMethodDescriptionBufferByteArray.getIoBuffers()ByteArray.getIoBuffers()CompositeByteArray.getIoBuffers()Methods in org.apache.mina.util.byteaccess with parameters of type IoBufferModifier and TypeMethodDescriptionvoidGets enough bytes to fill theIoBufferand advances the reader.voidGets enough bytes to fill theIoBufferfrom the given index.voidGets enough bytes to fill theIoBufferand advances the reader.voidGets enough bytes to fill theIoBufferfrom the given index.voidGets enough bytes to fill theIoBufferand advances the reader.voidGets enough bytes to fill theIoBufferfrom the given index.voidplaces the data starting at current position into the suppliedIoBuffervoidGets enough bytes to fill theIoBufferfrom the given index.voidGets enough bytes to fill theIoBufferand advances the reader.voidPuts enough bytes to fill theIoBufferand advances the reader.voidPuts bytes from theIoBufferat the given index.voidPuts enough bytes to fill theIoBufferand advances the reader.voidPuts bytes from theIoBufferat the given index.voidPuts enough bytes to fill theIoBufferand advances the reader.voidPuts bytes from theIoBufferat the given index.voidPuts enough bytes to fill theIoBufferand advances the reader.Constructors in org.apache.mina.util.byteaccess with parameters of type IoBufferModifierConstructorDescriptionCreates a new instance of BufferByteArray and uses the suppliedIoBufferto back this class