Uses of Class
org.restlet.ext.nio.internal.buffer.Buffer
-
Packages that use Buffer Package Description org.restlet.ext.nio.internal.buffer org.restlet.ext.nio.internal.channel org.restlet.ext.nio.internal.way -
-
Uses of Buffer in org.restlet.ext.nio.internal.buffer
Methods in org.restlet.ext.nio.internal.buffer with parameters of type Buffer Modifier and Type Method Description booleanBufferProcessor. canLoop(Buffer buffer, java.lang.Object... args)Deprecated.Indicates if the processing loop can continue.booleanBufferProcessor. couldFill(Buffer buffer, java.lang.Object... args)Deprecated.Indicates if the buffer could be filled again.intBufferProcessor. onDrain(Buffer buffer, int maxDrained, java.lang.Object... args)Deprecated.Drains the byte buffer.intBufferProcessor. onFill(Buffer buffer, java.lang.Object... args)Deprecated.Fills the byte buffer. -
Uses of Buffer in org.restlet.ext.nio.internal.channel
Fields in org.restlet.ext.nio.internal.channel declared as Buffer Modifier and Type Field Description private BufferBufferedSelectionChannel. bufferDeprecated.The source IO buffer.private BufferChannelInputStream. bufferDeprecated.The internal byte buffer.Methods in org.restlet.ext.nio.internal.channel that return Buffer Modifier and Type Method Description BufferBufferedSelectionChannel. getBuffer()Deprecated.Returns the source buffer.protected BufferChannelInputStream. getBuffer()Deprecated.Returns the internal byte buffer.Methods in org.restlet.ext.nio.internal.channel with parameters of type Buffer Modifier and Type Method Description booleanBufferedSelectionChannel. canLoop(Buffer buffer, java.lang.Object... args)Deprecated.Indicates if the processing loop can continue.booleanChannelInputStream. canLoop(Buffer buffer, java.lang.Object... args)Deprecated.Indicates if the processing loop can continue.booleanWritableSslChannel. canLoop(Buffer buffer, java.lang.Object... args)Deprecated.booleanReadableBufferedChannel. couldDrain(Buffer buffer, java.lang.Object... args)Deprecated.Indicates if the buffer could be drained again.booleanWritableBufferedChannel. couldDrain(Buffer buffer, java.lang.Object... args)Deprecated.Indicates if the buffer could be drained again.booleanChannelInputStream. couldFill(Buffer buffer, java.lang.Object... args)Deprecated.Indicates if the buffer could be filled again.booleanReadableBufferedChannel. couldFill(Buffer buffer, java.lang.Object... args)Deprecated.Indicates if the buffer could be filled again.booleanWritableBufferedChannel. couldFill(Buffer buffer, java.lang.Object... args)Deprecated.Indicates if the buffer could be filled again.booleanWritableSslChannel. couldFill(Buffer buffer, java.lang.Object... args)Deprecated.intChannelInputStream. onDrain(Buffer buffer, int maxDrained, java.lang.Object... args)Deprecated.Drains the byte buffer by returning available bytes asInputStreambytes.intReadableBufferedChannel. onDrain(Buffer buffer, int maxDrained, java.lang.Object... args)Deprecated.Drains the byte buffer.intReadableChunkedChannel. onDrain(Buffer buffer, int maxDrained, java.lang.Object... args)Deprecated.Drains the byte buffer.intReadableSizedSelectionChannel. onDrain(Buffer buffer, int maxDrained, java.lang.Object... args)Deprecated.intReadableSslChannel. onDrain(Buffer buffer, int maxDrained, java.lang.Object... args)Deprecated.Drains the byte buffer.intWritableBufferedChannel. onDrain(Buffer buffer, int maxDrained, java.lang.Object... args)Deprecated.Drains the byte buffer.intChannelInputStream. onFill(Buffer buffer, java.lang.Object... args)Deprecated.Fills the byte buffer by reading the source channel.intReadableBufferedChannel. onFill(Buffer buffer, java.lang.Object... args)Deprecated.Fills the byte buffer by writing the current message.intWritableBufferedChannel. onFill(Buffer buffer, java.lang.Object... args)Deprecated.Fills the byte buffer by writing the current message.intWritableSslChannel. onFill(Buffer buffer, java.lang.Object... args)Deprecated.Constructors in org.restlet.ext.nio.internal.channel with parameters of type Buffer Constructor Description BufferedSelectionChannel(Buffer buffer, T source, WakeupListener wakeupListener)Deprecated.Constructor.ReadableBufferedChannel(CompletionListener completionListener, Buffer buffer, ReadableSelectionChannel source, WakeupListener wakeupListener)Deprecated.Constructor.ReadableChunkedChannel(CompletionListener completionListener, Buffer buffer, ReadableSelectionChannel source, WakeupListener wakeupListener)Deprecated.Constructor.ReadableSizedSelectionChannel(CompletionListener completionListener, Buffer buffer, ReadableSelectionChannel source, long availableSize, WakeupListener wakeupListener)Deprecated.Constructor.WritableBufferedChannel(Buffer buffer, WritableSelectionChannel target, WakeupListener wakeupListener)Deprecated.Constructor. -
Uses of Buffer in org.restlet.ext.nio.internal.way
Fields in org.restlet.ext.nio.internal.way declared as Buffer Modifier and Type Field Description private BufferWay. bufferDeprecated.The IO buffer.Methods in org.restlet.ext.nio.internal.way that return Buffer Modifier and Type Method Description BufferWay. getBuffer()Deprecated.Returns the IO buffer.Methods in org.restlet.ext.nio.internal.way with parameters of type Buffer Modifier and Type Method Description booleanWay. canLoop(Buffer buffer, java.lang.Object... args)Deprecated.Indicates if the processing loop can continue.booleanWay. couldDrain(Buffer buffer, java.lang.Object... args)Deprecated.Indicates if the buffer could be drained again.booleanWay. couldFill(Buffer buffer, java.lang.Object... args)Deprecated.Indicates if the buffer could be filled again.intInboundWay. onDrain(Buffer buffer, int maxDrained, java.lang.Object... args)Deprecated.intOutboundWay. onDrain(Buffer buffer, int maxDrained, java.lang.Object... args)Deprecated.abstract intWay. onDrain(Buffer buffer, int maxDrained, java.lang.Object... args)Deprecated.Drains the byte buffer by writing available bytes to the socket channel.intInboundWay. onFill(Buffer buffer, java.lang.Object... args)Deprecated.intOutboundWay. onFill(Buffer buffer, java.lang.Object... args)Deprecated.abstract intWay. onFill(Buffer buffer, java.lang.Object... args)Deprecated.Fills the byte buffer by writing the current message.
-