A B C D E F G H I L M N O P R S T U V W _

A

AbstractBuffer - Class in org.eclipse.jetty.io
 
AbstractBuffer(int, boolean) - Constructor for class org.eclipse.jetty.io.AbstractBuffer
Constructor for BufferView
AbstractBuffers - Class in org.eclipse.jetty.io
 
AbstractBuffers(Buffers.Type, int, Buffers.Type, int, Buffers.Type) - Constructor for class org.eclipse.jetty.io.AbstractBuffers
 
AbstractConnection - Class in org.eclipse.jetty.io
 
AbstractConnection(EndPoint) - Constructor for class org.eclipse.jetty.io.AbstractConnection
 
AbstractConnection(EndPoint, long) - Constructor for class org.eclipse.jetty.io.AbstractConnection
 
add(String, int) - Method in class org.eclipse.jetty.io.BufferCache
Add a buffer to the cache at the specified index.
addChange(Object) - Method in class org.eclipse.jetty.io.nio.SelectorManager.SelectSet
 
addChange(SelectableChannel, Object) - Method in class org.eclipse.jetty.io.nio.SelectorManager.SelectSet
 
array() - Method in interface org.eclipse.jetty.io.Buffer
Get the underlying array, if one exists.
array() - Method in class org.eclipse.jetty.io.ByteArrayBuffer
 
array() - Method in class org.eclipse.jetty.io.nio.DirectNIOBuffer
 
array() - Method in class org.eclipse.jetty.io.nio.RandomAccessFileBuffer
 
array() - Method in class org.eclipse.jetty.io.View
 
asArray() - Method in class org.eclipse.jetty.io.AbstractBuffer
 
asArray() - Method in interface org.eclipse.jetty.io.Buffer
 
asImmutableBuffer() - Method in class org.eclipse.jetty.io.AbstractBuffer
 
asImmutableBuffer() - Method in interface org.eclipse.jetty.io.Buffer
 
asMutableBuffer() - Method in class org.eclipse.jetty.io.AbstractBuffer
 
asMutableBuffer() - Method in interface org.eclipse.jetty.io.Buffer
 
asNonVolatileBuffer() - Method in class org.eclipse.jetty.io.AbstractBuffer
 
asNonVolatileBuffer() - Method in interface org.eclipse.jetty.io.Buffer
 
asReadOnlyBuffer() - Method in class org.eclipse.jetty.io.AbstractBuffer
 
asReadOnlyBuffer() - Method in interface org.eclipse.jetty.io.Buffer
 
AsyncEndPoint - Interface in org.eclipse.jetty.io
 

B

blockReadable(long) - Method in class org.eclipse.jetty.io.bio.StreamEndPoint
 
blockReadable(long) - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
blockReadable(long) - Method in interface org.eclipse.jetty.io.EndPoint
 
blockReadable(long) - Method in class org.eclipse.jetty.io.nio.ChannelEndPoint
 
blockReadable(long) - Method in class org.eclipse.jetty.io.nio.SelectChannelEndPoint
 
blockWritable(long) - Method in class org.eclipse.jetty.io.bio.StreamEndPoint
 
blockWritable(long) - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
blockWritable(long) - Method in interface org.eclipse.jetty.io.EndPoint
 
blockWritable(long) - Method in class org.eclipse.jetty.io.nio.ChannelEndPoint
 
blockWritable(long) - Method in class org.eclipse.jetty.io.nio.SelectChannelEndPoint
 
buffer() - Method in class org.eclipse.jetty.io.AbstractBuffer
 
Buffer - Interface in org.eclipse.jetty.io
Byte Buffer interface.
buffer() - Method in interface org.eclipse.jetty.io.Buffer
Get the unerlying buffer.
buffer() - Method in class org.eclipse.jetty.io.View
 
Buffer.CaseInsensitve - Interface in org.eclipse.jetty.io
 
BufferCache - Class in org.eclipse.jetty.io
Stores a collection of BufferCache.CachedBuffer objects.
BufferCache() - Constructor for class org.eclipse.jetty.io.BufferCache
 
BufferCache.CachedBuffer - Class in org.eclipse.jetty.io
 
BufferCache.CachedBuffer(String, int) - Constructor for class org.eclipse.jetty.io.BufferCache.CachedBuffer
 
BufferDateCache - Class in org.eclipse.jetty.io
 
BufferDateCache() - Constructor for class org.eclipse.jetty.io.BufferDateCache
 
BufferDateCache(String, DateFormatSymbols) - Constructor for class org.eclipse.jetty.io.BufferDateCache
 
BufferDateCache(String, Locale) - Constructor for class org.eclipse.jetty.io.BufferDateCache
 
BufferDateCache(String) - Constructor for class org.eclipse.jetty.io.BufferDateCache
 
Buffers - Interface in org.eclipse.jetty.io
BufferSource.
Buffers.Type - Enum in org.eclipse.jetty.io
 
BuffersFactory - Class in org.eclipse.jetty.io
 
BuffersFactory() - Constructor for class org.eclipse.jetty.io.BuffersFactory
 
BufferUtil - Class in org.eclipse.jetty.io
Buffer utility methods.
BufferUtil() - Constructor for class org.eclipse.jetty.io.BufferUtil
 
ByteArrayBuffer - Class in org.eclipse.jetty.io
 
ByteArrayBuffer(int, int, boolean) - Constructor for class org.eclipse.jetty.io.ByteArrayBuffer
 
ByteArrayBuffer(byte[]) - Constructor for class org.eclipse.jetty.io.ByteArrayBuffer
 
ByteArrayBuffer(byte[], int, int) - Constructor for class org.eclipse.jetty.io.ByteArrayBuffer
 
ByteArrayBuffer(byte[], int, int, int) - Constructor for class org.eclipse.jetty.io.ByteArrayBuffer
 
ByteArrayBuffer(byte[], int, int, int, boolean) - Constructor for class org.eclipse.jetty.io.ByteArrayBuffer
 
ByteArrayBuffer(int) - Constructor for class org.eclipse.jetty.io.ByteArrayBuffer
 
ByteArrayBuffer(String) - Constructor for class org.eclipse.jetty.io.ByteArrayBuffer
 
ByteArrayBuffer(String, boolean) - Constructor for class org.eclipse.jetty.io.ByteArrayBuffer
 
ByteArrayBuffer(String, String) - Constructor for class org.eclipse.jetty.io.ByteArrayBuffer
 
ByteArrayBuffer.CaseInsensitive - Class in org.eclipse.jetty.io
 
ByteArrayBuffer.CaseInsensitive(String) - Constructor for class org.eclipse.jetty.io.ByteArrayBuffer.CaseInsensitive
 
ByteArrayBuffer.CaseInsensitive(byte[], int, int, int) - Constructor for class org.eclipse.jetty.io.ByteArrayBuffer.CaseInsensitive
 
ByteArrayEndPoint - Class in org.eclipse.jetty.io
ByteArrayEndPoint.
ByteArrayEndPoint() - Constructor for class org.eclipse.jetty.io.ByteArrayEndPoint
 
ByteArrayEndPoint(byte[], int) - Constructor for class org.eclipse.jetty.io.ByteArrayEndPoint
 

C

cancelIdle() - Method in interface org.eclipse.jetty.io.AsyncEndPoint
Cancel a call to the idle timeout
cancelIdle() - Method in class org.eclipse.jetty.io.nio.SelectChannelEndPoint
 
cancelTimeout(Timeout.Task) - Method in class org.eclipse.jetty.io.nio.SelectorManager.SelectSet
 
capacity() - Method in interface org.eclipse.jetty.io.Buffer
The capacity of the buffer.
capacity() - Method in class org.eclipse.jetty.io.ByteArrayBuffer
 
capacity() - Method in class org.eclipse.jetty.io.nio.DirectNIOBuffer
 
capacity() - Method in class org.eclipse.jetty.io.nio.RandomAccessFileBuffer
 
capacity() - Method in class org.eclipse.jetty.io.View
 
ChannelEndPoint - Class in org.eclipse.jetty.io.nio
Channel End Point.
ChannelEndPoint(ByteChannel) - Constructor for class org.eclipse.jetty.io.nio.ChannelEndPoint
 
ChannelEndPoint(ByteChannel, int) - Constructor for class org.eclipse.jetty.io.nio.ChannelEndPoint
 
checkIdleTimestamp(long) - Method in class org.eclipse.jetty.io.nio.SelectChannelEndPoint
 
clear() - Method in class org.eclipse.jetty.io.AbstractBuffer
 
clear() - Method in interface org.eclipse.jetty.io.Buffer
Clear the buffer.
clear() - Method in class org.eclipse.jetty.io.nio.RandomAccessFileBuffer
 
clear() - Method in class org.eclipse.jetty.io.View
 
clearWritable() - Method in class org.eclipse.jetty.io.nio.SelectChannelEndPoint
 
close() - Method in class org.eclipse.jetty.io.bio.SocketEndPoint
 
close() - Method in class org.eclipse.jetty.io.bio.StreamEndPoint
 
close() - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
close() - Method in interface org.eclipse.jetty.io.EndPoint
Close any backing stream associated with the endpoint
close() - Method in class org.eclipse.jetty.io.nio.ChannelEndPoint
 
close() - Method in class org.eclipse.jetty.io.nio.SelectChannelEndPoint
 
close() - Method in class org.eclipse.jetty.io.nio.SslSelectChannelEndPoint
 
close() - Method in class org.eclipse.jetty.io.UncheckedPrintWriter
Close the stream.
close() - Method in class org.eclipse.jetty.io.WriterOutputStream
 
closed() - Method in interface org.eclipse.jetty.io.Connection
Called when the connection is closed
closed(Socket) - Method in interface org.eclipse.jetty.io.NetworkTrafficListener
Callback method invoked when a connection to a remote client has been closed.
closed(Socket) - Method in class org.eclipse.jetty.io.NetworkTrafficListener.Empty
 
compact() - Method in class org.eclipse.jetty.io.AbstractBuffer
 
compact() - Method in interface org.eclipse.jetty.io.Buffer
Compact the buffer by discarding bytes before the postion (or mark if set).
compact() - Method in class org.eclipse.jetty.io.ByteArrayBuffer
 
compact() - Method in class org.eclipse.jetty.io.View
 
ConnectedEndPoint - Interface in org.eclipse.jetty.io
 
Connection - Interface in org.eclipse.jetty.io
Abstract Connection used by Jetty Connectors.
connectionFailed(SocketChannel, Throwable, Object) - Method in class org.eclipse.jetty.io.nio.SelectorManager
 

D

destroyEndPoint(SelectChannelEndPoint) - Method in class org.eclipse.jetty.io.nio.SelectorManager.SelectSet
 
DirectNIOBuffer - Class in org.eclipse.jetty.io.nio
 
DirectNIOBuffer(int) - Constructor for class org.eclipse.jetty.io.nio.DirectNIOBuffer
 
DirectNIOBuffer(ByteBuffer, boolean) - Constructor for class org.eclipse.jetty.io.nio.DirectNIOBuffer
 
DirectNIOBuffer(File) - Constructor for class org.eclipse.jetty.io.nio.DirectNIOBuffer
 
dispatch() - Method in interface org.eclipse.jetty.io.AsyncEndPoint
Dispatch the endpoint to a thread to attend to it.
dispatch() - Method in class org.eclipse.jetty.io.nio.SelectChannelEndPoint
 
dispatch(Runnable) - Method in class org.eclipse.jetty.io.nio.SelectorManager
 
doSelect() - Method in class org.eclipse.jetty.io.nio.SelectorManager.SelectSet
Select and dispatch tasks found from changes and the selector.
doStart() - Method in class org.eclipse.jetty.io.nio.SelectorManager
 
doStop() - Method in class org.eclipse.jetty.io.nio.SelectorManager
 
dump() - Method in class org.eclipse.jetty.io.nio.SelectorManager
 
dump(Appendable, String) - Method in class org.eclipse.jetty.io.nio.SelectorManager
 
dump() - Method in class org.eclipse.jetty.io.nio.SelectorManager.SelectSet
 
dump(Appendable, String) - Method in class org.eclipse.jetty.io.nio.SelectorManager.SelectSet
 
dumpKeyState(List<Object>) - Method in class org.eclipse.jetty.io.nio.SelectorManager.SelectSet
 
duplicate(int) - Method in class org.eclipse.jetty.io.AbstractBuffer
 

E

EndPoint - Interface in org.eclipse.jetty.io
A transport EndPoint
endPointClosed(SelectChannelEndPoint) - Method in class org.eclipse.jetty.io.nio.SelectorManager
 
endPointOpened(SelectChannelEndPoint) - Method in class org.eclipse.jetty.io.nio.SelectorManager
 
endPointUpgraded(ConnectedEndPoint, Connection) - Method in class org.eclipse.jetty.io.nio.SelectorManager
 
EofException - Exception in org.eclipse.jetty.io
 
EofException() - Constructor for exception org.eclipse.jetty.io.EofException
 
EofException(String) - Constructor for exception org.eclipse.jetty.io.EofException
 
EofException(Throwable) - Constructor for exception org.eclipse.jetty.io.EofException
 
equals(Object) - Method in class org.eclipse.jetty.io.AbstractBuffer
 
equals(Object) - Method in class org.eclipse.jetty.io.ByteArrayBuffer.CaseInsensitive
 
equals(Object) - Method in class org.eclipse.jetty.io.ByteArrayBuffer
 
equals(Object) - Method in class org.eclipse.jetty.io.View.CaseInsensitive
 
equals(Object) - Method in class org.eclipse.jetty.io.View
 
equalsIgnoreCase(Buffer) - Method in class org.eclipse.jetty.io.AbstractBuffer
 
equalsIgnoreCase(Buffer) - Method in interface org.eclipse.jetty.io.Buffer
 
equalsIgnoreCase(Buffer) - Method in class org.eclipse.jetty.io.ByteArrayBuffer
 

F

fill(Buffer) - Method in class org.eclipse.jetty.io.bio.StreamEndPoint
 
fill(Buffer) - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
fill(Buffer) - Method in interface org.eclipse.jetty.io.EndPoint
Fill the buffer from the current putIndex to it's capacity from whatever byte source is backing the buffer.
fill(Buffer) - Method in class org.eclipse.jetty.io.nio.ChannelEndPoint
 
fill(Buffer) - Method in class org.eclipse.jetty.io.nio.NetworkTrafficSelectChannelEndPoint
 
fill(Buffer) - Method in class org.eclipse.jetty.io.nio.SslSelectChannelEndPoint
Fill the buffer with unencrypted bytes.
flush(Buffer) - Method in class org.eclipse.jetty.io.bio.StreamEndPoint
 
flush(Buffer, Buffer, Buffer) - Method in class org.eclipse.jetty.io.bio.StreamEndPoint
 
flush() - Method in class org.eclipse.jetty.io.bio.StreamEndPoint
 
flush(Buffer) - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
flush(Buffer, Buffer, Buffer) - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
flush() - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
flush(Buffer) - Method in interface org.eclipse.jetty.io.EndPoint
Flush the buffer from the current getIndex to it's putIndex using whatever byte sink is backing the buffer.
flush(Buffer, Buffer, Buffer) - Method in interface org.eclipse.jetty.io.EndPoint
Flush the buffer from the current getIndex to it's putIndex using whatever byte sink is backing the buffer.
flush() - Method in interface org.eclipse.jetty.io.EndPoint
Flush any buffered output.
flush(Buffer) - Method in class org.eclipse.jetty.io.nio.ChannelEndPoint
 
flush(Buffer, Buffer, Buffer) - Method in class org.eclipse.jetty.io.nio.ChannelEndPoint
 
flush() - Method in class org.eclipse.jetty.io.nio.ChannelEndPoint
 
flush(Buffer) - Method in class org.eclipse.jetty.io.nio.NetworkTrafficSelectChannelEndPoint
 
flush(Buffer, Buffer, Buffer) - Method in class org.eclipse.jetty.io.nio.SelectChannelEndPoint
 
flush(Buffer) - Method in class org.eclipse.jetty.io.nio.SelectChannelEndPoint
 
flush(Buffer) - Method in class org.eclipse.jetty.io.nio.SslSelectChannelEndPoint
 
flush(Buffer, Buffer, Buffer) - Method in class org.eclipse.jetty.io.nio.SslSelectChannelEndPoint
 
flush() - Method in class org.eclipse.jetty.io.nio.SslSelectChannelEndPoint
 
flush() - Method in class org.eclipse.jetty.io.UncheckedPrintWriter
Flush the stream.
flush() - Method in class org.eclipse.jetty.io.WriterOutputStream
 
formatBuffer(long) - Method in class org.eclipse.jetty.io.BufferDateCache
 

G

gatheringFlush(Buffer, ByteBuffer, Buffer, ByteBuffer) - Method in class org.eclipse.jetty.io.nio.ChannelEndPoint
 
gatheringFlush(Buffer, ByteBuffer, Buffer, ByteBuffer) - Method in class org.eclipse.jetty.io.nio.NetworkTrafficSelectChannelEndPoint
 
get() - Method in class org.eclipse.jetty.io.AbstractBuffer
 
get(byte[], int, int) - Method in class org.eclipse.jetty.io.AbstractBuffer
 
get(int) - Method in class org.eclipse.jetty.io.AbstractBuffer
 
get() - Method in interface org.eclipse.jetty.io.Buffer
Get the byte at the current getIndex and increment it.
get(byte[], int, int) - Method in interface org.eclipse.jetty.io.Buffer
Get bytes from the current postion and put them into the passed byte array.
get(int) - Method in interface org.eclipse.jetty.io.Buffer
 
get(int) - Method in class org.eclipse.jetty.io.BufferCache
 
get(Buffer) - Method in class org.eclipse.jetty.io.BufferCache
 
get(String) - Method in class org.eclipse.jetty.io.BufferCache
 
get() - Method in class org.eclipse.jetty.io.ByteArrayBuffer
 
getAssociate(Object) - Method in class org.eclipse.jetty.io.BufferCache.CachedBuffer
 
getBest(byte[], int, int) - Method in class org.eclipse.jetty.io.BufferCache
 
getBuffer() - Method in interface org.eclipse.jetty.io.Buffers
 
getBuffer(int) - Method in interface org.eclipse.jetty.io.Buffers
 
getBuffer() - Method in class org.eclipse.jetty.io.PooledBuffers
 
getBuffer(int) - Method in class org.eclipse.jetty.io.PooledBuffers
 
getBuffer() - Method in class org.eclipse.jetty.io.SimpleBuffers
 
getBuffer(int) - Method in class org.eclipse.jetty.io.SimpleBuffers
 
getBuffer() - Method in class org.eclipse.jetty.io.ThreadLocalBuffers
 
getBuffer(int) - Method in class org.eclipse.jetty.io.ThreadLocalBuffers
 
getBufferSize() - Method in class org.eclipse.jetty.io.AbstractBuffers
 
getByteBuffer() - Method in class org.eclipse.jetty.io.nio.DirectNIOBuffer
 
getByteBuffer() - Method in class org.eclipse.jetty.io.nio.IndirectNIOBuffer
 
getByteBuffer() - Method in interface org.eclipse.jetty.io.nio.NIOBuffer
 
getChannel() - Method in class org.eclipse.jetty.io.nio.ChannelEndPoint
 
getConnection() - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
getConnection() - Method in interface org.eclipse.jetty.io.ConnectedEndPoint
 
getConnection() - Method in class org.eclipse.jetty.io.nio.SelectChannelEndPoint
 
getEndPoint() - Method in class org.eclipse.jetty.io.AbstractConnection
 
getHeader() - Method in interface org.eclipse.jetty.io.Buffers
 
getHeader() - Method in class org.eclipse.jetty.io.PooledBuffers
 
getHeader() - Method in class org.eclipse.jetty.io.SimpleBuffers
 
getHeader() - Method in class org.eclipse.jetty.io.ThreadLocalBuffers
 
getHeaderSize() - Method in class org.eclipse.jetty.io.AbstractBuffers
 
getIdleTimestamp() - Method in class org.eclipse.jetty.io.nio.SelectChannelEndPoint
 
getIn() - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
getIndex() - Method in class org.eclipse.jetty.io.AbstractBuffer
 
getIndex() - Method in interface org.eclipse.jetty.io.Buffer
The index within the buffer that will next be read or written.
getInputStream() - Method in class org.eclipse.jetty.io.bio.StreamEndPoint
 
getLocalAddr() - Method in class org.eclipse.jetty.io.bio.SocketEndPoint
 
getLocalAddr() - Method in class org.eclipse.jetty.io.bio.StreamEndPoint
 
getLocalAddr() - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
getLocalAddr() - Method in interface org.eclipse.jetty.io.EndPoint
 
getLocalAddr() - Method in class org.eclipse.jetty.io.nio.ChannelEndPoint
 
getLocalHost() - Method in class org.eclipse.jetty.io.bio.SocketEndPoint
 
getLocalHost() - Method in class org.eclipse.jetty.io.bio.StreamEndPoint
 
getLocalHost() - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
getLocalHost() - Method in interface org.eclipse.jetty.io.EndPoint
 
getLocalHost() - Method in class org.eclipse.jetty.io.nio.ChannelEndPoint
 
getLocalPort() - Method in class org.eclipse.jetty.io.bio.SocketEndPoint
 
getLocalPort() - Method in class org.eclipse.jetty.io.bio.StreamEndPoint
 
getLocalPort() - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
getLocalPort() - Method in interface org.eclipse.jetty.io.EndPoint
 
getLocalPort() - Method in class org.eclipse.jetty.io.nio.ChannelEndPoint
 
getLowResourcesConnections() - Method in class org.eclipse.jetty.io.nio.SelectorManager
 
getLowResourcesMaxIdleTime() - Method in class org.eclipse.jetty.io.nio.SelectorManager
 
getManager() - Method in class org.eclipse.jetty.io.nio.SelectorManager.SelectSet
 
getMaxIdleTime() - Method in class org.eclipse.jetty.io.bio.StreamEndPoint
 
getMaxIdleTime() - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
getMaxIdleTime() - Method in interface org.eclipse.jetty.io.EndPoint
Get the max idle time in ms.
getMaxIdleTime() - Method in class org.eclipse.jetty.io.nio.ChannelEndPoint
 
getMaxIdleTime() - Method in class org.eclipse.jetty.io.nio.SelectorManager
 
getNow() - Method in class org.eclipse.jetty.io.nio.SelectorManager.SelectSet
 
getOrdinal() - Method in class org.eclipse.jetty.io.BufferCache.CachedBuffer
 
getOrdinal(Buffer) - Method in class org.eclipse.jetty.io.BufferCache
 
getOut() - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
getOutput() - Method in class org.eclipse.jetty.io.bio.StringEndPoint
 
getOutputStream() - Method in class org.eclipse.jetty.io.bio.StreamEndPoint
 
getRemoteAddr() - Method in class org.eclipse.jetty.io.bio.SocketEndPoint
 
getRemoteAddr() - Method in class org.eclipse.jetty.io.bio.StreamEndPoint
 
getRemoteAddr() - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
getRemoteAddr() - Method in interface org.eclipse.jetty.io.EndPoint
 
getRemoteAddr() - Method in class org.eclipse.jetty.io.nio.ChannelEndPoint
 
getRemoteHost() - Method in class org.eclipse.jetty.io.bio.SocketEndPoint
 
getRemoteHost() - Method in class org.eclipse.jetty.io.bio.StreamEndPoint
 
getRemoteHost() - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
getRemoteHost() - Method in interface org.eclipse.jetty.io.EndPoint
 
getRemoteHost() - Method in class org.eclipse.jetty.io.nio.ChannelEndPoint
 
getRemotePort() - Method in class org.eclipse.jetty.io.bio.SocketEndPoint
 
getRemotePort() - Method in class org.eclipse.jetty.io.bio.StreamEndPoint
 
getRemotePort() - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
getRemotePort() - Method in interface org.eclipse.jetty.io.EndPoint
 
getRemotePort() - Method in class org.eclipse.jetty.io.nio.ChannelEndPoint
 
getSelectionKey() - Method in class org.eclipse.jetty.io.nio.SelectChannelEndPoint
 
getSelectManager() - Method in class org.eclipse.jetty.io.nio.SelectChannelEndPoint
 
getSelectorPriorityDelta() - Method in class org.eclipse.jetty.io.nio.SelectorManager
 
getSelectSet() - Method in class org.eclipse.jetty.io.nio.SelectChannelEndPoint
 
getSelectSet(int) - Method in class org.eclipse.jetty.io.nio.SelectorManager
 
getSelectSets() - Method in class org.eclipse.jetty.io.nio.SelectorManager
 
getSSLEngine() - Method in class org.eclipse.jetty.io.nio.SslSelectChannelEndPoint
 
getTimeStamp() - Method in class org.eclipse.jetty.io.AbstractConnection
 
getTimeStamp() - Method in interface org.eclipse.jetty.io.Connection
 
getTransport() - Method in class org.eclipse.jetty.io.bio.SocketEndPoint
 
getTransport() - Method in class org.eclipse.jetty.io.bio.StreamEndPoint
 
getTransport() - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
getTransport() - Method in interface org.eclipse.jetty.io.EndPoint
 
getTransport() - Method in class org.eclipse.jetty.io.nio.ChannelEndPoint
 

H

handle() - Method in interface org.eclipse.jetty.io.Connection
Handle the connection.
handle() - Method in class org.eclipse.jetty.io.nio.SelectChannelEndPoint
 
hasContent() - Method in class org.eclipse.jetty.io.AbstractBuffer
 
hasContent() - Method in interface org.eclipse.jetty.io.Buffer
 
hashCode() - Method in class org.eclipse.jetty.io.AbstractBuffer
 
hashCode() - Method in class org.eclipse.jetty.io.ByteArrayBuffer
 
hasMore() - Method in class org.eclipse.jetty.io.bio.StringEndPoint
 

I

idleExpired() - Method in class org.eclipse.jetty.io.AbstractConnection
 
idleExpired() - Method in class org.eclipse.jetty.io.bio.SocketEndPoint
 
idleExpired() - Method in class org.eclipse.jetty.io.bio.StreamEndPoint
 
idleExpired() - Method in interface org.eclipse.jetty.io.Connection
Called when the connection idle timeout expires
idleExpired() - Method in class org.eclipse.jetty.io.nio.SelectChannelEndPoint
 
IMMUTABLE - Static variable in interface org.eclipse.jetty.io.Buffer
 
incoming(Socket, Buffer) - Method in class org.eclipse.jetty.io.NetworkTrafficListener.Empty
 
incoming(Socket, Buffer) - Method in interface org.eclipse.jetty.io.NetworkTrafficListener
Callback method invoked when bytes sent by a remote client arrived on the server.
IndirectNIOBuffer - Class in org.eclipse.jetty.io.nio
 
IndirectNIOBuffer(int) - Constructor for class org.eclipse.jetty.io.nio.IndirectNIOBuffer
 
IndirectNIOBuffer(ByteBuffer, boolean) - Constructor for class org.eclipse.jetty.io.nio.IndirectNIOBuffer
 
isAllowRenegotiate() - Method in class org.eclipse.jetty.io.nio.SslSelectChannelEndPoint
 
isBlocking() - Method in class org.eclipse.jetty.io.bio.StreamEndPoint
 
isBlocking() - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
isBlocking() - Method in interface org.eclipse.jetty.io.EndPoint
 
isBlocking() - Method in class org.eclipse.jetty.io.nio.ChannelEndPoint
 
isBuffer(Buffer) - Method in class org.eclipse.jetty.io.AbstractBuffers
 
isBufferingInput() - Method in class org.eclipse.jetty.io.bio.StreamEndPoint
 
isBufferingInput() - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
isBufferingInput() - Method in interface org.eclipse.jetty.io.EndPoint
 
isBufferingInput() - Method in class org.eclipse.jetty.io.nio.ChannelEndPoint
 
isBufferingInput() - Method in class org.eclipse.jetty.io.nio.SslSelectChannelEndPoint
 
isBufferingOutput() - Method in class org.eclipse.jetty.io.bio.StreamEndPoint
 
isBufferingOutput() - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
isBufferingOutput() - Method in interface org.eclipse.jetty.io.EndPoint
 
isBufferingOutput() - Method in class org.eclipse.jetty.io.nio.ChannelEndPoint
 
isBufferingOutput() - Method in class org.eclipse.jetty.io.nio.SslSelectChannelEndPoint
 
isBufferred() - Method in class org.eclipse.jetty.io.bio.StreamEndPoint
 
isBufferred() - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
isBufferred() - Method in interface org.eclipse.jetty.io.EndPoint
 
isBufferred() - Method in class org.eclipse.jetty.io.nio.ChannelEndPoint
 
isBufferred() - Method in class org.eclipse.jetty.io.nio.SslSelectChannelEndPoint
 
isClosed() - Method in class org.eclipse.jetty.io.bio.StreamEndPoint
 
isDeferringInterestedOps0() - Method in class org.eclipse.jetty.io.nio.SelectorManager
 
isDirect() - Method in class org.eclipse.jetty.io.nio.DirectNIOBuffer
 
isDirect() - Method in class org.eclipse.jetty.io.nio.IndirectNIOBuffer
 
isDirect() - Method in interface org.eclipse.jetty.io.nio.NIOBuffer
 
isGrowOutput() - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
isHeader(Buffer) - Method in class org.eclipse.jetty.io.AbstractBuffers
 
isIdle() - Method in interface org.eclipse.jetty.io.Connection
 
isImmutable() - Method in class org.eclipse.jetty.io.AbstractBuffer
 
isImmutable() - Method in interface org.eclipse.jetty.io.Buffer
 
isInputShutdown() - Method in class org.eclipse.jetty.io.bio.SocketEndPoint
 
isInputShutdown() - Method in class org.eclipse.jetty.io.bio.StreamEndPoint
 
isInputShutdown() - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
isInputShutdown() - Method in interface org.eclipse.jetty.io.EndPoint
 
isInputShutdown() - Method in class org.eclipse.jetty.io.nio.ChannelEndPoint
 
isInputShutdown() - Method in class org.eclipse.jetty.io.nio.SslSelectChannelEndPoint
 
isNonBlocking() - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
isOpen() - Method in class org.eclipse.jetty.io.bio.SocketEndPoint
 
isOpen() - Method in class org.eclipse.jetty.io.bio.StreamEndPoint
 
isOpen() - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
isOpen() - Method in interface org.eclipse.jetty.io.EndPoint
 
isOpen() - Method in class org.eclipse.jetty.io.nio.ChannelEndPoint
 
isOutputShutdown() - Method in class org.eclipse.jetty.io.bio.SocketEndPoint
 
isOutputShutdown() - Method in class org.eclipse.jetty.io.bio.StreamEndPoint
 
isOutputShutdown() - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
isOutputShutdown() - Method in interface org.eclipse.jetty.io.EndPoint
 
isOutputShutdown() - Method in class org.eclipse.jetty.io.nio.ChannelEndPoint
 
isOutputShutdown() - Method in class org.eclipse.jetty.io.nio.SslSelectChannelEndPoint
 
isPrefix(Buffer, Buffer) - Static method in class org.eclipse.jetty.io.BufferUtil
 
isProgressing() - Method in class org.eclipse.jetty.io.nio.SelectChannelEndPoint
 
isProgressing() - Method in class org.eclipse.jetty.io.nio.SslSelectChannelEndPoint
 
isReadOnly() - Method in class org.eclipse.jetty.io.AbstractBuffer
 
isReadOnly() - Method in interface org.eclipse.jetty.io.Buffer
 
isReadOnly() - Method in class org.eclipse.jetty.io.View
 
isReadyForDispatch() - Method in interface org.eclipse.jetty.io.AsyncEndPoint
 
isReadyForDispatch() - Method in class org.eclipse.jetty.io.nio.SelectChannelEndPoint
 
isSuspended() - Method in interface org.eclipse.jetty.io.Connection
 
isUncheckedPrintWriter() - Method in class org.eclipse.jetty.io.UncheckedPrintWriter
Are unchecked exceptions thrown.
isVolatile() - Method in class org.eclipse.jetty.io.AbstractBuffer
 
isVolatile() - Method in interface org.eclipse.jetty.io.Buffer
 
isVolatile() - Method in class org.eclipse.jetty.io.View
 

L

length() - Method in class org.eclipse.jetty.io.AbstractBuffer
 
length() - Method in interface org.eclipse.jetty.io.Buffer
The number of bytes from the getIndex to the putIndex
LOG - Static variable in class org.eclipse.jetty.io.nio.SelectChannelEndPoint
 
LOG - Static variable in class org.eclipse.jetty.io.nio.SelectorManager
 
LOG - Static variable in class org.eclipse.jetty.io.nio.SslSelectChannelEndPoint
 
lookup(Buffer) - Method in class org.eclipse.jetty.io.BufferCache
 
lookup(String) - Method in class org.eclipse.jetty.io.BufferCache
 

M

mark() - Method in class org.eclipse.jetty.io.AbstractBuffer
 
mark(int) - Method in class org.eclipse.jetty.io.AbstractBuffer
 
mark() - Method in interface org.eclipse.jetty.io.Buffer
Set the mark to the current getIndex.
mark(int) - Method in interface org.eclipse.jetty.io.Buffer
Set the mark relative to the current getIndex
markIndex() - Method in class org.eclipse.jetty.io.AbstractBuffer
 
markIndex() - Method in interface org.eclipse.jetty.io.Buffer
The current index of the mark.

N

NetworkTrafficListener - Interface in org.eclipse.jetty.io
A listener for raw network traffic within Jetty.
NetworkTrafficListener.Empty - Class in org.eclipse.jetty.io
A commodity class that implements NetworkTrafficListener with empty methods.
NetworkTrafficListener.Empty() - Constructor for class org.eclipse.jetty.io.NetworkTrafficListener.Empty
 
NetworkTrafficSelectChannelEndPoint - Class in org.eclipse.jetty.io.nio
 
NetworkTrafficSelectChannelEndPoint(SocketChannel, SelectorManager.SelectSet, SelectionKey, int, List<NetworkTrafficListener>) - Constructor for class org.eclipse.jetty.io.nio.NetworkTrafficSelectChannelEndPoint
 
newBuffer() - Method in class org.eclipse.jetty.io.AbstractBuffers
Create a new content Buffer
newBuffer(int) - Method in class org.eclipse.jetty.io.AbstractBuffers
Create a new content Buffer
newBuffers(Buffers.Type, int, Buffers.Type, int, Buffers.Type, int) - Static method in class org.eclipse.jetty.io.BuffersFactory
 
newConnection(SocketChannel, SelectChannelEndPoint) - Method in class org.eclipse.jetty.io.nio.SelectorManager
 
newEndPoint(SocketChannel, SelectorManager.SelectSet, SelectionKey) - Method in class org.eclipse.jetty.io.nio.SelectorManager
Create a new end point
newHeader() - Method in class org.eclipse.jetty.io.AbstractBuffers
Create a new header Buffer
NIOBuffer - Interface in org.eclipse.jetty.io.nio
 
NON_VOLATILE - Static variable in interface org.eclipse.jetty.io.Buffer
 
notifyClosed() - Method in class org.eclipse.jetty.io.nio.NetworkTrafficSelectChannelEndPoint
 
notifyIncoming(Buffer, int) - Method in class org.eclipse.jetty.io.nio.NetworkTrafficSelectChannelEndPoint
 
notifyOpened() - Method in class org.eclipse.jetty.io.nio.NetworkTrafficSelectChannelEndPoint
 
notifyOutgoing(Buffer, int, int) - Method in class org.eclipse.jetty.io.nio.NetworkTrafficSelectChannelEndPoint
 

O

opened(Socket) - Method in class org.eclipse.jetty.io.NetworkTrafficListener.Empty
 
opened(Socket) - Method in interface org.eclipse.jetty.io.NetworkTrafficListener
Callback method invoked when a connection from a remote client has been accepted.
org.eclipse.jetty.io - package org.eclipse.jetty.io
 
org.eclipse.jetty.io.bio - package org.eclipse.jetty.io.bio
 
org.eclipse.jetty.io.nio - package org.eclipse.jetty.io.nio
 
outgoing(Socket, Buffer) - Method in class org.eclipse.jetty.io.NetworkTrafficListener.Empty
 
outgoing(Socket, Buffer) - Method in interface org.eclipse.jetty.io.NetworkTrafficListener
Callback method invoked when bytes are sent to a remote client from the server.

P

peek() - Method in class org.eclipse.jetty.io.AbstractBuffer
 
peek(int, int) - Method in class org.eclipse.jetty.io.AbstractBuffer
 
peek() - Method in interface org.eclipse.jetty.io.Buffer
Get the byte at the current getIndex without incrementing the getIndex.
peek(int) - Method in interface org.eclipse.jetty.io.Buffer
Get the byte at a specific index in the buffer.
peek(int, int) - Method in interface org.eclipse.jetty.io.Buffer
 
peek(int, byte[], int, int) - Method in interface org.eclipse.jetty.io.Buffer
 
peek(int) - Method in class org.eclipse.jetty.io.ByteArrayBuffer
 
peek(int, byte[], int, int) - Method in class org.eclipse.jetty.io.ByteArrayBuffer
 
peek(int) - Method in class org.eclipse.jetty.io.nio.DirectNIOBuffer
 
peek(int, byte[], int, int) - Method in class org.eclipse.jetty.io.nio.DirectNIOBuffer
 
peek() - Method in class org.eclipse.jetty.io.nio.RandomAccessFileBuffer
 
peek(int) - Method in class org.eclipse.jetty.io.nio.RandomAccessFileBuffer
 
peek(int, byte[], int, int) - Method in class org.eclipse.jetty.io.nio.RandomAccessFileBuffer
 
peek(int) - Method in class org.eclipse.jetty.io.View
 
peek(int, byte[], int, int) - Method in class org.eclipse.jetty.io.View
 
peek(int, int) - Method in class org.eclipse.jetty.io.View
 
poke(int, Buffer) - Method in class org.eclipse.jetty.io.AbstractBuffer
 
poke(int, byte[], int, int) - Method in class org.eclipse.jetty.io.AbstractBuffer
 
poke(int, Buffer) - Method in interface org.eclipse.jetty.io.Buffer
Put the contents of the buffer at the specific index.
poke(int, byte) - Method in interface org.eclipse.jetty.io.Buffer
Put a specific byte to a specific getIndex.
poke(int, byte[], int, int) - Method in interface org.eclipse.jetty.io.Buffer
Put a specific byte to a specific getIndex.
poke(int, byte) - Method in class org.eclipse.jetty.io.ByteArrayBuffer
 
poke(int, Buffer) - Method in class org.eclipse.jetty.io.ByteArrayBuffer
 
poke(int, byte[], int, int) - Method in class org.eclipse.jetty.io.ByteArrayBuffer
 
poke(int, byte) - Method in class org.eclipse.jetty.io.nio.DirectNIOBuffer
 
poke(int, Buffer) - Method in class org.eclipse.jetty.io.nio.DirectNIOBuffer
 
poke(int, byte[], int, int) - Method in class org.eclipse.jetty.io.nio.DirectNIOBuffer
 
poke(int, byte) - Method in class org.eclipse.jetty.io.nio.RandomAccessFileBuffer
 
poke(int, byte[], int, int) - Method in class org.eclipse.jetty.io.nio.RandomAccessFileBuffer
 
poke(int, Buffer) - Method in class org.eclipse.jetty.io.View
 
poke(int, byte) - Method in class org.eclipse.jetty.io.View
 
poke(int, byte[], int, int) - Method in class org.eclipse.jetty.io.View
 
PooledBuffers - Class in org.eclipse.jetty.io
 
PooledBuffers(Buffers.Type, int, Buffers.Type, int, Buffers.Type, int) - Constructor for class org.eclipse.jetty.io.PooledBuffers
 
prependHexInt(Buffer, int) - Static method in class org.eclipse.jetty.io.BufferUtil
Add hex integer BEFORE current getIndex.
print(boolean) - Method in class org.eclipse.jetty.io.UncheckedPrintWriter
Print a boolean value.
print(char) - Method in class org.eclipse.jetty.io.UncheckedPrintWriter
Print a character.
print(int) - Method in class org.eclipse.jetty.io.UncheckedPrintWriter
Print an integer.
print(long) - Method in class org.eclipse.jetty.io.UncheckedPrintWriter
Print a long integer.
print(float) - Method in class org.eclipse.jetty.io.UncheckedPrintWriter
Print a floating-point number.
print(double) - Method in class org.eclipse.jetty.io.UncheckedPrintWriter
Print a double-precision floating-point number.
print(char[]) - Method in class org.eclipse.jetty.io.UncheckedPrintWriter
Print an array of characters.
print(String) - Method in class org.eclipse.jetty.io.UncheckedPrintWriter
Print a string.
print(Object) - Method in class org.eclipse.jetty.io.UncheckedPrintWriter
Print an object.
println() - Method in class org.eclipse.jetty.io.UncheckedPrintWriter
Terminate the current line by writing the line separator string.
println(boolean) - Method in class org.eclipse.jetty.io.UncheckedPrintWriter
Print a boolean value and then terminate the line.
println(char) - Method in class org.eclipse.jetty.io.UncheckedPrintWriter
Print a character and then terminate the line.
println(int) - Method in class org.eclipse.jetty.io.UncheckedPrintWriter
Print an integer and then terminate the line.
println(long) - Method in class org.eclipse.jetty.io.UncheckedPrintWriter
Print a long integer and then terminate the line.
println(float) - Method in class org.eclipse.jetty.io.UncheckedPrintWriter
Print a floating-point number and then terminate the line.
println(double) - Method in class org.eclipse.jetty.io.UncheckedPrintWriter
Print a double-precision floating-point number and then terminate the line.
println(char[]) - Method in class org.eclipse.jetty.io.UncheckedPrintWriter
Print an array of characters and then terminate the line.
println(String) - Method in class org.eclipse.jetty.io.UncheckedPrintWriter
Print a String and then terminate the line.
println(Object) - Method in class org.eclipse.jetty.io.UncheckedPrintWriter
Print an Object and then terminate the line.
put(Buffer) - Method in class org.eclipse.jetty.io.AbstractBuffer
 
put(byte) - Method in class org.eclipse.jetty.io.AbstractBuffer
 
put(byte[], int, int) - Method in class org.eclipse.jetty.io.AbstractBuffer
 
put(byte[]) - Method in class org.eclipse.jetty.io.AbstractBuffer
 
put(Buffer) - Method in interface org.eclipse.jetty.io.Buffer
Write the bytes from the source buffer to the current getIndex.
put(byte) - Method in interface org.eclipse.jetty.io.Buffer
Put a byte to the current getIndex and increment the getIndex.
put(byte[], int, int) - Method in interface org.eclipse.jetty.io.Buffer
Put a byte to the current getIndex and increment the getIndex.
put(byte[]) - Method in interface org.eclipse.jetty.io.Buffer
Put a byte to the current getIndex and increment the getIndex.
putCRLF(Buffer) - Static method in class org.eclipse.jetty.io.BufferUtil
 
putDecInt(Buffer, int) - Static method in class org.eclipse.jetty.io.BufferUtil
 
putDecLong(Buffer, long) - Static method in class org.eclipse.jetty.io.BufferUtil
 
putHexInt(Buffer, int) - Static method in class org.eclipse.jetty.io.BufferUtil
 
putIndex() - Method in class org.eclipse.jetty.io.AbstractBuffer
 
putIndex() - Method in interface org.eclipse.jetty.io.Buffer
The index of the first element that should not be read.

R

RandomAccessFileBuffer - Class in org.eclipse.jetty.io.nio
 
RandomAccessFileBuffer(File) - Constructor for class org.eclipse.jetty.io.nio.RandomAccessFileBuffer
 
RandomAccessFileBuffer(File, int) - Constructor for class org.eclipse.jetty.io.nio.RandomAccessFileBuffer
 
RandomAccessFileBuffer(File, int, int) - Constructor for class org.eclipse.jetty.io.nio.RandomAccessFileBuffer
 
readFrom(InputStream, int) - Method in class org.eclipse.jetty.io.AbstractBuffer
 
readFrom(InputStream, int) - Method in interface org.eclipse.jetty.io.Buffer
Read the buffer's contents from the input stream
readFrom(InputStream, int) - Method in class org.eclipse.jetty.io.ByteArrayBuffer
 
readFrom(InputStream, int) - Method in class org.eclipse.jetty.io.nio.DirectNIOBuffer
 
READONLY - Static variable in interface org.eclipse.jetty.io.Buffer
 
READWRITE - Static variable in interface org.eclipse.jetty.io.Buffer
 
register(SocketChannel, Object) - Method in class org.eclipse.jetty.io.nio.SelectorManager
Register a channel
register(SocketChannel) - Method in class org.eclipse.jetty.io.nio.SelectorManager
Register a channel
register(ServerSocketChannel) - Method in class org.eclipse.jetty.io.nio.SelectorManager
Register a ServerSocketChannel
reset() - Method in class org.eclipse.jetty.io.AbstractBuffer
 
reset() - Method in interface org.eclipse.jetty.io.Buffer
Reset the current getIndex to the mark
reset() - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
returnBuffer(Buffer) - Method in interface org.eclipse.jetty.io.Buffers
 
returnBuffer(Buffer) - Method in class org.eclipse.jetty.io.PooledBuffers
 
returnBuffer(Buffer) - Method in class org.eclipse.jetty.io.SimpleBuffers
 
returnBuffer(Buffer) - Method in class org.eclipse.jetty.io.ThreadLocalBuffers
 
rewind() - Method in class org.eclipse.jetty.io.AbstractBuffer
 
RuntimeIOException - Exception in org.eclipse.jetty.io
Subclass of RuntimeException used to signal that there was an IOException thrown by underlying Writer
RuntimeIOException() - Constructor for exception org.eclipse.jetty.io.RuntimeIOException
 
RuntimeIOException(String) - Constructor for exception org.eclipse.jetty.io.RuntimeIOException
 
RuntimeIOException(Throwable) - Constructor for exception org.eclipse.jetty.io.RuntimeIOException
 
RuntimeIOException(String, Throwable) - Constructor for exception org.eclipse.jetty.io.RuntimeIOException
 

S

schedule() - Method in class org.eclipse.jetty.io.nio.SelectChannelEndPoint
Called by selectSet to schedule handling
scheduleIdle() - Method in interface org.eclipse.jetty.io.AsyncEndPoint
Schedule a call to the idle timeout
scheduleIdle() - Method in class org.eclipse.jetty.io.nio.SelectChannelEndPoint
 
scheduleTimeout(Timeout.Task, long) - Method in class org.eclipse.jetty.io.nio.SelectorManager.SelectSet
 
scheduleWrite() - Method in interface org.eclipse.jetty.io.AsyncEndPoint
Schedule a write dispatch.
scheduleWrite() - Method in class org.eclipse.jetty.io.nio.SelectChannelEndPoint
 
SelectChannelEndPoint - Class in org.eclipse.jetty.io.nio
An Endpoint that can be scheduled by SelectorManager.
SelectChannelEndPoint(SocketChannel, SelectorManager.SelectSet, SelectionKey, int) - Constructor for class org.eclipse.jetty.io.nio.SelectChannelEndPoint
 
SelectChannelEndPoint(SocketChannel, SelectorManager.SelectSet, SelectionKey) - Constructor for class org.eclipse.jetty.io.nio.SelectChannelEndPoint
 
SelectorManager - Class in org.eclipse.jetty.io.nio
The Selector Manager manages and number of SelectSets to allow NIO scheduling to scale to large numbers of connections.
SelectorManager() - Constructor for class org.eclipse.jetty.io.nio.SelectorManager
 
SelectorManager.SelectSet - Class in org.eclipse.jetty.io.nio
 
setAllowRenegotiate(boolean) - Method in class org.eclipse.jetty.io.nio.SslSelectChannelEndPoint
Set if SSL re-negotiation is allowed.
setAssociate(Object, BufferCache.CachedBuffer) - Method in class org.eclipse.jetty.io.BufferCache.CachedBuffer
 
setConnection(Connection) - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
setConnection(Connection) - Method in interface org.eclipse.jetty.io.ConnectedEndPoint
 
setConnection(Connection) - Method in class org.eclipse.jetty.io.nio.SelectChannelEndPoint
 
setDeferringInterestedOps0(boolean) - Method in class org.eclipse.jetty.io.nio.SelectorManager
 
setGetIndex(int) - Method in class org.eclipse.jetty.io.AbstractBuffer
 
setGetIndex(int) - Method in interface org.eclipse.jetty.io.Buffer
Set the buffers start getIndex.
setGrowOutput(boolean) - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
setIn(ByteArrayBuffer) - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
setInput(String) - Method in class org.eclipse.jetty.io.bio.StringEndPoint
 
setInputStream(InputStream) - Method in class org.eclipse.jetty.io.bio.StreamEndPoint
 
setLowResourcesConnections(long) - Method in class org.eclipse.jetty.io.nio.SelectorManager
Set the number of connections, which if exceeded places this manager in low resources state.
setLowResourcesMaxIdleTime(long) - Method in class org.eclipse.jetty.io.nio.SelectorManager
 
setMarkIndex(int) - Method in class org.eclipse.jetty.io.AbstractBuffer
 
setMarkIndex(int) - Method in interface org.eclipse.jetty.io.Buffer
Set a specific value for the mark.
setMaxIdleTime(int) - Method in class org.eclipse.jetty.io.bio.SocketEndPoint
 
setMaxIdleTime(int) - Method in class org.eclipse.jetty.io.bio.StreamEndPoint
 
setMaxIdleTime(int) - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
setMaxIdleTime(int) - Method in interface org.eclipse.jetty.io.EndPoint
Set the max idle time.
setMaxIdleTime(int) - Method in class org.eclipse.jetty.io.nio.ChannelEndPoint
 
setMaxIdleTime(int) - Method in class org.eclipse.jetty.io.nio.SelectChannelEndPoint
Don't set the SoTimeout
setMaxIdleTime(long) - Method in class org.eclipse.jetty.io.nio.SelectorManager
 
setNonBlocking(boolean) - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
setOut(ByteArrayBuffer) - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
setOutputStream(OutputStream) - Method in class org.eclipse.jetty.io.bio.StreamEndPoint
 
setPutIndex(int) - Method in class org.eclipse.jetty.io.AbstractBuffer
 
setPutIndex(int) - Method in interface org.eclipse.jetty.io.Buffer
 
setSelectorPriorityDelta(int) - Method in class org.eclipse.jetty.io.nio.SelectorManager
Set the selector thread priorty delta.
setSelectSets(int) - Method in class org.eclipse.jetty.io.nio.SelectorManager
 
setUncheckedPrintWriter(boolean) - Method in class org.eclipse.jetty.io.UncheckedPrintWriter
Set if unchecked exceptions are thrown
shutdownInput() - Method in class org.eclipse.jetty.io.bio.SocketEndPoint
 
shutdownInput() - Method in class org.eclipse.jetty.io.bio.StreamEndPoint
 
shutdownInput() - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
shutdownInput() - Method in interface org.eclipse.jetty.io.EndPoint
Shutdown any backing input stream associated with the endpoint
shutdownInput() - Method in class org.eclipse.jetty.io.nio.ChannelEndPoint
 
shutdownOutput() - Method in class org.eclipse.jetty.io.bio.SocketEndPoint
 
shutdownOutput() - Method in class org.eclipse.jetty.io.bio.StreamEndPoint
 
shutdownOutput() - Method in class org.eclipse.jetty.io.ByteArrayEndPoint
 
shutdownOutput() - Method in interface org.eclipse.jetty.io.EndPoint
Shutdown any backing output stream associated with the endpoint
shutdownOutput() - Method in class org.eclipse.jetty.io.nio.ChannelEndPoint
 
shutdownOutput() - Method in class org.eclipse.jetty.io.nio.SslSelectChannelEndPoint
 
SimpleBuffers - Class in org.eclipse.jetty.io
SimpleBuffers.
SimpleBuffers(Buffer, Buffer) - Constructor for class org.eclipse.jetty.io.SimpleBuffers
 
skip(int) - Method in class org.eclipse.jetty.io.AbstractBuffer
 
skip(int) - Method in interface org.eclipse.jetty.io.Buffer
Skip _content.
slice() - Method in class org.eclipse.jetty.io.AbstractBuffer
 
slice() - Method in interface org.eclipse.jetty.io.Buffer
 
sliceFromMark() - Method in class org.eclipse.jetty.io.AbstractBuffer
 
sliceFromMark(int) - Method in class org.eclipse.jetty.io.AbstractBuffer
 
sliceFromMark() - Method in interface org.eclipse.jetty.io.Buffer
 
sliceFromMark(int) - Method in interface org.eclipse.jetty.io.Buffer
 
SocketEndPoint - Class in org.eclipse.jetty.io.bio
To change the template for this generated type comment go to Window - Preferences - Java - Code Generation - Code and Comments
SocketEndPoint(Socket) - Constructor for class org.eclipse.jetty.io.bio.SocketEndPoint
 
SocketEndPoint(Socket, int) - Constructor for class org.eclipse.jetty.io.bio.SocketEndPoint
 
space() - Method in class org.eclipse.jetty.io.AbstractBuffer
 
space() - Method in interface org.eclipse.jetty.io.Buffer
the space remaining in the buffer.
space() - Method in class org.eclipse.jetty.io.ByteArrayBuffer
 
SslSelectChannelEndPoint - Class in org.eclipse.jetty.io.nio
SslSelectChannelEndPoint
SslSelectChannelEndPoint(Buffers, SocketChannel, SelectorManager.SelectSet, SelectionKey, SSLEngine, int) - Constructor for class org.eclipse.jetty.io.nio.SslSelectChannelEndPoint
 
SslSelectChannelEndPoint(Buffers, SocketChannel, SelectorManager.SelectSet, SelectionKey, SSLEngine) - Constructor for class org.eclipse.jetty.io.nio.SslSelectChannelEndPoint
 
StreamEndPoint - Class in org.eclipse.jetty.io.bio
 
StreamEndPoint(InputStream, OutputStream) - Constructor for class org.eclipse.jetty.io.bio.StreamEndPoint
 
StringEndPoint - Class in org.eclipse.jetty.io.bio
To change the template for this generated type comment go to Window - Preferences - Java - Code Generation - Code and Comments
StringEndPoint() - Constructor for class org.eclipse.jetty.io.bio.StringEndPoint
 
StringEndPoint(String) - Constructor for class org.eclipse.jetty.io.bio.StringEndPoint
 

T

ThreadLocalBuffers - Class in org.eclipse.jetty.io
Abstract Buffer pool.
ThreadLocalBuffers(Buffers.Type, int, Buffers.Type, int, Buffers.Type) - Constructor for class org.eclipse.jetty.io.ThreadLocalBuffers
 
ThreadLocalBuffers.ThreadBuffers - Class in org.eclipse.jetty.io
 
ThreadLocalBuffers.ThreadBuffers() - Constructor for class org.eclipse.jetty.io.ThreadLocalBuffers.ThreadBuffers
 
to8859_1_String(Buffer) - Static method in class org.eclipse.jetty.io.BufferUtil
 
toBuffer(long) - Static method in class org.eclipse.jetty.io.BufferUtil
 
toDebugString() - Method in class org.eclipse.jetty.io.AbstractBuffer
 
toDetailString() - Method in class org.eclipse.jetty.io.AbstractBuffer
 
toDetailString() - Method in interface org.eclipse.jetty.io.Buffer
 
toInt(Buffer) - Static method in class org.eclipse.jetty.io.BufferUtil
Convert buffer to an integer.
toLong(Buffer) - Static method in class org.eclipse.jetty.io.BufferUtil
Convert buffer to an long.
toString() - Method in class org.eclipse.jetty.io.AbstractBuffer
 
toString(String) - Method in class org.eclipse.jetty.io.AbstractBuffer
 
toString() - Method in class org.eclipse.jetty.io.AbstractConnection
 
toString(String) - Method in interface org.eclipse.jetty.io.Buffer
 
toString(Buffer) - Method in class org.eclipse.jetty.io.BufferCache
 
toString() - Method in class org.eclipse.jetty.io.BufferCache
 
toString() - Method in class org.eclipse.jetty.io.nio.SelectChannelEndPoint
 
toString() - Method in class org.eclipse.jetty.io.nio.SslSelectChannelEndPoint
 
toString() - Method in class org.eclipse.jetty.io.ThreadLocalBuffers
 
toString() - Method in class org.eclipse.jetty.io.View
 

U

UncheckedIOException - Exception in org.eclipse.jetty.io
Subclass of RuntimeException used to signal that there was an IOException thrown by underlying UncheckedPrintWriter
UncheckedIOException() - Constructor for exception org.eclipse.jetty.io.UncheckedIOException
 
UncheckedIOException(String) - Constructor for exception org.eclipse.jetty.io.UncheckedIOException
 
UncheckedIOException(Throwable) - Constructor for exception org.eclipse.jetty.io.UncheckedIOException
 
UncheckedIOException(String, Throwable) - Constructor for exception org.eclipse.jetty.io.UncheckedIOException
 
UncheckedPrintWriter - Class in org.eclipse.jetty.io
A wrapper for the PrintWriter that re-throws the instances of IOException thrown by the underlying implementation of Writer as RuntimeIOException instances.
UncheckedPrintWriter(Writer) - Constructor for class org.eclipse.jetty.io.UncheckedPrintWriter
 
UncheckedPrintWriter(Writer, boolean) - Constructor for class org.eclipse.jetty.io.UncheckedPrintWriter
Create a new PrintWriter.
UncheckedPrintWriter(OutputStream) - Constructor for class org.eclipse.jetty.io.UncheckedPrintWriter
Create a new PrintWriter, without automatic line flushing, from an existing OutputStream.
UncheckedPrintWriter(OutputStream, boolean) - Constructor for class org.eclipse.jetty.io.UncheckedPrintWriter
Create a new PrintWriter from an existing OutputStream.
undispatch() - Method in class org.eclipse.jetty.io.nio.SelectChannelEndPoint
Called when a dispatched thread is no longer handling the endpoint.
update(Buffer) - Method in class org.eclipse.jetty.io.View
Update view to buffer
update(int, int) - Method in class org.eclipse.jetty.io.View
 

V

valueOf(String) - Static method in enum org.eclipse.jetty.io.Buffers.Type
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.eclipse.jetty.io.Buffers.Type
Returns an array containing the constants of this enum type, in the order they are declared.
View - Class in org.eclipse.jetty.io
A View on another buffer.
View(Buffer, int, int, int, int) - Constructor for class org.eclipse.jetty.io.View
 
View(Buffer) - Constructor for class org.eclipse.jetty.io.View
 
View() - Constructor for class org.eclipse.jetty.io.View
 
View.CaseInsensitive - Class in org.eclipse.jetty.io
 
View.CaseInsensitive() - Constructor for class org.eclipse.jetty.io.View.CaseInsensitive
 
View.CaseInsensitive(Buffer, int, int, int, int) - Constructor for class org.eclipse.jetty.io.View.CaseInsensitive
 
View.CaseInsensitive(Buffer) - Constructor for class org.eclipse.jetty.io.View.CaseInsensitive
 
VOLATILE - Static variable in interface org.eclipse.jetty.io.Buffer
 

W

wakeup() - Method in class org.eclipse.jetty.io.nio.SelectorManager.SelectSet
 
write(int) - Method in class org.eclipse.jetty.io.UncheckedPrintWriter
Write a single character.
write(char[], int, int) - Method in class org.eclipse.jetty.io.UncheckedPrintWriter
Write a portion of an array of characters.
write(char[]) - Method in class org.eclipse.jetty.io.UncheckedPrintWriter
Write an array of characters.
write(String, int, int) - Method in class org.eclipse.jetty.io.UncheckedPrintWriter
Write a portion of a string.
write(String) - Method in class org.eclipse.jetty.io.UncheckedPrintWriter
Write a string.
write(byte[]) - Method in class org.eclipse.jetty.io.WriterOutputStream
 
write(byte[], int, int) - Method in class org.eclipse.jetty.io.WriterOutputStream
 
write(int) - Method in class org.eclipse.jetty.io.WriterOutputStream
 
WriterOutputStream - Class in org.eclipse.jetty.io
Wrap a Writer as an OutputStream.
WriterOutputStream(Writer, String) - Constructor for class org.eclipse.jetty.io.WriterOutputStream
 
WriterOutputStream(Writer) - Constructor for class org.eclipse.jetty.io.WriterOutputStream
 
writeTo(OutputStream) - Method in class org.eclipse.jetty.io.AbstractBuffer
 
writeTo(OutputStream) - Method in interface org.eclipse.jetty.io.Buffer
Write the buffer's contents to the output stream
writeTo(OutputStream) - Method in class org.eclipse.jetty.io.ByteArrayBuffer
 
writeTo(OutputStream) - Method in class org.eclipse.jetty.io.nio.DirectNIOBuffer
 
writeTo(WritableByteChannel, int, int) - Method in class org.eclipse.jetty.io.nio.RandomAccessFileBuffer
 

_

__IMMUTABLE - Static variable in class org.eclipse.jetty.io.AbstractBuffer
 
__READONLY - Static variable in class org.eclipse.jetty.io.AbstractBuffer
 
__READWRITE - Static variable in class org.eclipse.jetty.io.AbstractBuffer
 
__VOLATILE - Static variable in class org.eclipse.jetty.io.AbstractBuffer
 
_access - Variable in class org.eclipse.jetty.io.AbstractBuffer
 
_buf - Variable in class org.eclipse.jetty.io.nio.DirectNIOBuffer
 
_buf - Variable in class org.eclipse.jetty.io.nio.IndirectNIOBuffer
 
_bufferSize - Variable in class org.eclipse.jetty.io.AbstractBuffers
 
_bufferType - Variable in class org.eclipse.jetty.io.AbstractBuffers
 
_bytes - Variable in class org.eclipse.jetty.io.ByteArrayBuffer
 
_channel - Variable in class org.eclipse.jetty.io.nio.ChannelEndPoint
 
_closed - Variable in class org.eclipse.jetty.io.ByteArrayEndPoint
 
_connection - Variable in class org.eclipse.jetty.io.ByteArrayEndPoint
 
_encoding - Variable in class org.eclipse.jetty.io.WriterOutputStream
 
_endp - Variable in class org.eclipse.jetty.io.AbstractConnection
 
_gather2 - Variable in class org.eclipse.jetty.io.nio.ChannelEndPoint
 
_get - Variable in class org.eclipse.jetty.io.AbstractBuffer
 
_growOutput - Variable in class org.eclipse.jetty.io.ByteArrayEndPoint
 
_hash - Variable in class org.eclipse.jetty.io.AbstractBuffer
 
_hashGet - Variable in class org.eclipse.jetty.io.AbstractBuffer
 
_hashPut - Variable in class org.eclipse.jetty.io.AbstractBuffer
 
_headerSize - Variable in class org.eclipse.jetty.io.AbstractBuffers
 
_headerType - Variable in class org.eclipse.jetty.io.AbstractBuffers
 
_in - Variable in class org.eclipse.jetty.io.ByteArrayEndPoint
 
_inBytes - Variable in class org.eclipse.jetty.io.ByteArrayEndPoint
 
_local - Variable in class org.eclipse.jetty.io.nio.ChannelEndPoint
 
_mark - Variable in class org.eclipse.jetty.io.AbstractBuffer
 
_maxIdleTime - Variable in class org.eclipse.jetty.io.ByteArrayEndPoint
 
_maxIdleTime - Variable in class org.eclipse.jetty.io.nio.ChannelEndPoint
 
_nonBlocking - Variable in class org.eclipse.jetty.io.ByteArrayEndPoint
 
_otherType - Variable in class org.eclipse.jetty.io.AbstractBuffers
 
_out - Variable in class org.eclipse.jetty.io.ByteArrayEndPoint
 
_put - Variable in class org.eclipse.jetty.io.AbstractBuffer
 
_remote - Variable in class org.eclipse.jetty.io.nio.ChannelEndPoint
 
_socket - Variable in class org.eclipse.jetty.io.nio.ChannelEndPoint
 
_string - Variable in class org.eclipse.jetty.io.AbstractBuffer
 
_view - Variable in class org.eclipse.jetty.io.AbstractBuffer
 
_volatile - Variable in class org.eclipse.jetty.io.AbstractBuffer
 
_writer - Variable in class org.eclipse.jetty.io.WriterOutputStream
 

A B C D E F G H I L M N O P R S T U V W _

Copyright © 1995-2011 Mort Bay Consulting. All Rights Reserved.