Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Z _ 

A

A - Static variable in class org.glassfish.grizzly.http.server.Constants
'A'.
a - Static variable in class org.glassfish.grizzly.http.server.Constants
'a'.
A - Static variable in class org.glassfish.grizzly.http.util.Constants
'A'.
a - Static variable in class org.glassfish.grizzly.http.util.Constants
'a'.
ABNORMAL_CLOSE - Static variable in interface org.glassfish.grizzly.websockets.WebSocket
a reserved value and MUST NOT be set as a status code in a Close control frame by an endpoint.
AbstractBindingHandler - Class in org.glassfish.grizzly
 
AbstractBindingHandler(NIOTransport) - Constructor for class org.glassfish.grizzly.AbstractBindingHandler
 
AbstractBindingHandler.Builder<E extends AbstractBindingHandler.Builder> - Class in org.glassfish.grizzly
Builder
AbstractBufferArray<E> - Class in org.glassfish.grizzly.memory
 
AbstractBufferArray(Class<E>) - Constructor for class org.glassfish.grizzly.memory.AbstractBufferArray
 
AbstractCodecFilter<K,L> - Class in org.glassfish.grizzly.filterchain
 
AbstractCodecFilter(Transformer<K, L>, Transformer<L, K>) - Constructor for class org.glassfish.grizzly.filterchain.AbstractCodecFilter
 
AbstractCookiesBuilder(boolean, boolean) - Constructor for class org.glassfish.grizzly.http.CookiesBuilder.AbstractCookiesBuilder
 
AbstractFilterChain - Class in org.glassfish.grizzly.filterchain
AbstractFilterChain() - Constructor for class org.glassfish.grizzly.filterchain.AbstractFilterChain
 
AbstractIOStrategy - Class in org.glassfish.grizzly.strategies
 
AbstractIOStrategy() - Constructor for class org.glassfish.grizzly.strategies.AbstractIOStrategy
 
AbstractMemoryManager<E extends Buffer> - Class in org.glassfish.grizzly.memory
A MemoryManager abstraction to provide utilities that may be useful across different MemoryManager implementations.
AbstractMemoryManager() - Constructor for class org.glassfish.grizzly.memory.AbstractMemoryManager
Creates a new AbstractMemoryManager using a max buffer size of 65536.
AbstractMemoryManager(int) - Constructor for class org.glassfish.grizzly.memory.AbstractMemoryManager
Creates a new AbstractMemoryManager using the specified buffer size.
AbstractMemoryManager.TrimAware - Interface in org.glassfish.grizzly.memory
This is a marker interface indicating a particular Buffer implementation can be trimmed.
AbstractNIOAsyncQueueReader - Class in org.glassfish.grizzly.nio
The AsyncQueueReader implementation, based on the Java NIO
AbstractNIOAsyncQueueReader(NIOTransport) - Constructor for class org.glassfish.grizzly.nio.AbstractNIOAsyncQueueReader
 
AbstractNIOAsyncQueueWriter - Class in org.glassfish.grizzly.nio
The AsyncQueueWriter implementation, based on the Java NIO
AbstractNIOAsyncQueueWriter(NIOTransport) - Constructor for class org.glassfish.grizzly.nio.AbstractNIOAsyncQueueWriter
 
AbstractNIOConnectionDistributor - Class in org.glassfish.grizzly.nio
 
AbstractNIOConnectionDistributor(NIOTransport) - Constructor for class org.glassfish.grizzly.nio.AbstractNIOConnectionDistributor
 
AbstractReader<L> - Class in org.glassfish.grizzly
Abstract class, which provides transitive dependencies for overloaded Reader methods.
AbstractReader() - Constructor for class org.glassfish.grizzly.AbstractReader
 
AbstractSocketConnectorHandler - Class in org.glassfish.grizzly
Abstract class simplifies the implementation of SocketConnectorHandler interface by pre-implementing some of its methods.
AbstractSocketConnectorHandler(Transport) - Constructor for class org.glassfish.grizzly.AbstractSocketConnectorHandler
 
AbstractSocketConnectorHandler.Builder<E extends AbstractSocketConnectorHandler.Builder> - Class in org.glassfish.grizzly
Builder
AbstractStreamReader - Class in org.glassfish.grizzly.streams
Each method reads data from the current ByteBuffer.
AbstractStreamReader(Connection, Input) - Constructor for class org.glassfish.grizzly.streams.AbstractStreamReader
Create a new ByteBufferReader.
AbstractStreamWriter - Class in org.glassfish.grizzly.streams
Write the primitive Java type to the current ByteBuffer.
AbstractStreamWriter(Connection, Output) - Constructor for class org.glassfish.grizzly.streams.AbstractStreamWriter
Create a new ByteBufferWriter.
AbstractStreamWriter.DisposeBufferCompletionHandler - Class in org.glassfish.grizzly.streams
 
AbstractThreadPool - Class in org.glassfish.grizzly.threadpool
Abstract ExecutorService implementation.
AbstractThreadPool(ThreadPoolConfig) - Constructor for class org.glassfish.grizzly.threadpool.AbstractThreadPool
 
AbstractThreadPool.Worker - Class in org.glassfish.grizzly.threadpool
 
AbstractTransformer<K,L> - Class in org.glassfish.grizzly
 
AbstractTransformer() - Constructor for class org.glassfish.grizzly.AbstractTransformer
 
AbstractTransformer.LastResultAwareState<K,L> - Class in org.glassfish.grizzly
 
AbstractTransport - Class in org.glassfish.grizzly
Abstract Transport.
AbstractTransport(String) - Constructor for class org.glassfish.grizzly.AbstractTransport
 
AbstractWriter<L> - Class in org.glassfish.grizzly
Abstract class, which provides transitive dependencies for overloaded Writer methods.
AbstractWriter() - Constructor for class org.glassfish.grizzly.AbstractWriter
 
accept() - Method in class org.glassfish.grizzly.nio.transport.TCPNIOServerConnection
Accept a Connection.
accept() - Method in interface org.glassfish.grizzly.SocketAcceptor
Accept a Connection
acceptAsync() - Method in class org.glassfish.grizzly.nio.transport.TCPNIOServerConnection
Asynchronously accept a Connection
ACCEPTED_202 - Static variable in class org.glassfish.grizzly.http.util.HttpStatus
 
access() - Method in class org.glassfish.grizzly.servlet.HttpSessionImpl
Reset the timestamp.
ACK_BYTES - Static variable in class org.glassfish.grizzly.http.server.Constants
 
acknowledge() - Method in class org.glassfish.grizzly.http.io.OutputBuffer
Acknowledge a HTTP Expect header.
acknowledge() - Method in interface org.glassfish.grizzly.servlet.ExpectationHandler.AckAction
Acknowledges a client that server wants to receive payload.
acknowledged() - Method in class org.glassfish.grizzly.http.HttpResponsePacket
Mark this packet as having been acknowledged.
acquireBuffer(Connection) - Method in class org.glassfish.grizzly.nio.tmpselectors.TemporarySelectorReader
 
ACTIVE_ATTRIBUTE_NAME - Static variable in class org.glassfish.grizzly.utils.ActivityCheckFilter
 
activeContexts - Variable in class org.glassfish.grizzly.comet.CometEngine
The current active CometContext keyed by context path.
ActivityCheckFilter - Class in org.glassfish.grizzly.utils
The Filter is responsible for tracking Connection activity and closing Connection ones it becomes idle for certain amount of time.
ActivityCheckFilter(DelayedExecutor, long, TimeUnit) - Constructor for class org.glassfish.grizzly.utils.ActivityCheckFilter
 
ActivityCheckFilter(DelayedExecutor, long, TimeUnit, ActivityCheckFilter.TimeoutHandler) - Constructor for class org.glassfish.grizzly.utils.ActivityCheckFilter
 
ActivityCheckFilter(DelayedExecutor, DelayedExecutor.Worker<Connection>, long, TimeUnit) - Constructor for class org.glassfish.grizzly.utils.ActivityCheckFilter
 
ActivityCheckFilter.TimeoutHandler - Interface in org.glassfish.grizzly.utils
 
adapt(Integer) - Method in class org.glassfish.grizzly.ssl.SSLStreamWriter.HandshakeCompletionHandler
 
adapt(B) - Method in class org.glassfish.grizzly.utils.CompletionHandlerAdapter
 
adapt(K) - Method in interface org.glassfish.grizzly.utils.GenericAdapter
 
Adapter() - Constructor for class org.glassfish.grizzly.ConnectionProbe.Adapter
 
Adapter() - Constructor for class org.glassfish.grizzly.http.HttpProbe.Adapter
 
Adapter() - Constructor for class org.glassfish.grizzly.http.KeepAliveProbe.Adapter
 
Adapter() - Constructor for class org.glassfish.grizzly.http.server.filecache.FileCacheProbe.Adapter
 
Adapter() - Constructor for class org.glassfish.grizzly.http.server.HttpServerProbe.Adapter
 
Adapter() - Constructor for class org.glassfish.grizzly.IOEventProcessingHandler.Adapter
 
Adapter() - Constructor for class org.glassfish.grizzly.memory.MemoryProbe.Adapter
 
Adapter() - Constructor for class org.glassfish.grizzly.threadpool.ThreadPoolProbe.Adapter
 
Adapter() - Constructor for class org.glassfish.grizzly.TransportProbe.Adapter
 
add(ProcessorSelector) - Method in class org.glassfish.grizzly.ChainProcessorSelector
add(int, ProcessorSelector) - Method in class org.glassfish.grizzly.ChainProcessorSelector
add(Filter) - Method in class org.glassfish.grizzly.filterchain.FilterChainBuilder
 
add(int, Filter) - Method in class org.glassfish.grizzly.filterchain.FilterChainBuilder
 
add(Filter) - Method in class org.glassfish.grizzly.filterchain.ListFacadeFilterChain
add(int, Filter) - Method in class org.glassfish.grizzly.filterchain.ListFacadeFilterChain
add(HttpRequestPacket, long) - Method in class org.glassfish.grizzly.http.server.filecache.FileCache
Add a resource to the cache.
add(HttpRequestPacket, File) - Method in class org.glassfish.grizzly.http.server.filecache.FileCache
Add a File resource to the cache.
add(HttpRequestPacket, File, long) - Method in class org.glassfish.grizzly.http.server.filecache.FileCache
Add a resource to the cache.
add(String, String) - Static method in class org.glassfish.grizzly.http.util.MimeType
Associates the specified extension and content type
add(E) - Method in class org.glassfish.grizzly.memory.AbstractBufferArray
 
add(E, int, int) - Method in class org.glassfish.grizzly.memory.AbstractBufferArray
 
Add - Class in org.glassfish.grizzly.samples.jaxws.addclient
Java class for add complex type.
Add() - Constructor for class org.glassfish.grizzly.samples.jaxws.addclient.Add
 
add(int, int) - Method in interface org.glassfish.grizzly.samples.jaxws.addclient.AddService
 
add(int, int) - Method in class org.glassfish.grizzly.samples.jaxws.service.AddService
 
add(ArraySet<T>) - Method in class org.glassfish.grizzly.utils.ArraySet
Add all the elements from the source ArraySet.
add(T) - Method in class org.glassfish.grizzly.utils.ArraySet
add(E, long, TimeUnit) - Method in class org.glassfish.grizzly.utils.DelayedExecutor.DelayQueue
 
add(WebSocketListener) - Method in class org.glassfish.grizzly.websockets.SimpleWebSocket
 
add(WebSocketListener) - Method in interface org.glassfish.grizzly.websockets.WebSocket
Adds a WebSocketListener to be notified of events of interest.
add(WebSocket) - Method in class org.glassfish.grizzly.websockets.WebSocketApplication
Associates the specified WebSocket with this application.
addAfterServiceListener(AfterServiceListener) - Method in class org.glassfish.grizzly.http.server.Request
Add the listener, which will be notified, once Request processing will be finished.
addAll(Collection<? extends ProcessorSelector>) - Method in class org.glassfish.grizzly.ChainProcessorSelector
addAll(int, Collection<? extends ProcessorSelector>) - Method in class org.glassfish.grizzly.ChainProcessorSelector
addAll(Filter[]) - Method in class org.glassfish.grizzly.filterchain.FilterChainBuilder
 
addAll(int, Filter[]) - Method in class org.glassfish.grizzly.filterchain.FilterChainBuilder
 
addAll(List<Filter>) - Method in class org.glassfish.grizzly.filterchain.FilterChainBuilder
 
addAll(int, List<Filter>) - Method in class org.glassfish.grizzly.filterchain.FilterChainBuilder
 
addAll(FilterChainBuilder) - Method in class org.glassfish.grizzly.filterchain.FilterChainBuilder
 
addAll(Collection<? extends Filter>) - Method in class org.glassfish.grizzly.filterchain.ListFacadeFilterChain
addAll(int, Collection<? extends Filter>) - Method in class org.glassfish.grizzly.filterchain.ListFacadeFilterChain
addAll(T...) - Method in class org.glassfish.grizzly.utils.ArraySet
Add the element(s) to the set.
addAll(Collection<? extends T>) - Method in class org.glassfish.grizzly.utils.ArraySet
addAttribute(Object, Object) - Method in class org.glassfish.grizzly.comet.CometContext
Add an attribute.
addCachingHeaders(Response, File) - Static method in class org.glassfish.grizzly.http.server.StaticHttpHandlerBase
 
AddClient - Class in org.glassfish.grizzly.samples.portunif
Client app, which tests deployed ADD-service.
AddClient() - Constructor for class org.glassfish.grizzly.samples.portunif.AddClient
 
AddClientMessageFilter - Class in org.glassfish.grizzly.samples.portunif.addservice
The ADD-service message parser/serializer, which is responsible for parsing AddResponseMessage and serializing AddRequestMessage.
AddClientMessageFilter() - Constructor for class org.glassfish.grizzly.samples.portunif.addservice.AddClientMessageFilter
 
addCloseListener(CloseListener) - Method in interface org.glassfish.grizzly.Closeable
Add the CloseListener, which will be notified once the stream will be closed.
addCloseListener(CloseListener) - Method in interface org.glassfish.grizzly.Connection
Add the Connection.CloseListener, which will be notified once Connection will be closed.
addCloseListener(Connection.CloseListener) - Method in interface org.glassfish.grizzly.Connection
addCloseListener(CloseListener) - Method in class org.glassfish.grizzly.nio.NIOConnection
Add the Connection.CloseListener, which will be notified once Connection will be closed.
addCloseListener(Connection.CloseListener) - Method in class org.glassfish.grizzly.nio.NIOConnection
 
addCometHandler(CometHandler<E>) - Method in class org.glassfish.grizzly.comet.CometContext
addCompletionHandler(CompletionHandler<R>) - Method in interface org.glassfish.grizzly.GrizzlyFuture
Adds a CompletionHandler, which will be notified once the asynchronous computation, represented by this Future, is complete.
addCompletionHandler(CompletionHandler<R>) - Method in class org.glassfish.grizzly.impl.ReadyFutureImpl
Adds a CompletionHandler, which will be notified once the asynchronous computation, represented by this Future, is complete.
addCompletionHandler(CompletionHandler<R>) - Method in class org.glassfish.grizzly.impl.SafeFutureImpl
Adds a CompletionHandler, which will be notified once the asynchronous computation, represented by this Future, is complete.
addCompletionHandler(CompletionHandler<R>) - Method in class org.glassfish.grizzly.impl.UnsafeFutureImpl
Adds a CompletionHandler, which will be notified once the asynchronous computation, represented by this Future, is complete.
addCompletionListener(FilterChainContext.CompletionListener) - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
Add the FilterChainContext.CompletionListener, which will be notified, when this FilterChainContext processing will be completed.
addContentEncoding(ContentEncoding) - Method in class org.glassfish.grizzly.http.HttpCodecFilter
Adds the specified ContentEncoding to the HttpCodecFilter.
addContentEncoding(ContentEncoding) - Method in class org.glassfish.grizzly.http.HttpHeader
 
addContext(String, String, Object, String[], NamingContext) - Method in class org.glassfish.grizzly.http.server.util.Mapper
Add a new Context to an existing Host.
addContext(String, String, Object, String[], NamingContext, List<AlternateDocBase>) - Method in class org.glassfish.grizzly.http.server.util.Mapper
Add a new Context to an existing Host.
addContextInitParameter(String, String) - Method in class org.glassfish.grizzly.servlet.WebappContext
 
addCookie(Cookie) - Method in class org.glassfish.grizzly.http.server.Request
Add a Cookie to the set of Cookies associated with this Request.
addCookie(Cookie) - Method in class org.glassfish.grizzly.http.server.Response
Add the specified Cookie to those that will be included with this Response.
addCookie(Cookie) - Method in class org.glassfish.grizzly.servlet.DispatchedHttpServletResponse
 
addCookie(Cookie) - Method in class org.glassfish.grizzly.servlet.HttpServletResponseImpl
addCopyListener(FilterChainContext.CopyListener) - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
Add the FilterChainContext.CopyListener, which will be notified, right after this FilterChainContext.copy() is called.
addDateHeader(String, long) - Method in class org.glassfish.grizzly.http.server.Response
Add the specified date header to the specified value.
addDateHeader(Header, long) - Method in class org.glassfish.grizzly.http.server.Response
Add the specified date header to the specified value.
addDateHeader(String, long) - Method in class org.glassfish.grizzly.servlet.DispatchedHttpServletResponse
 
addDateHeader(String, long) - Method in class org.glassfish.grizzly.servlet.HttpServletResponseImpl
addDocRoot(String) - Method in class org.glassfish.grizzly.http.server.CLStaticHttpHandler
Adds doc root (path prefix), which will be used to look up resources.
addDocRoot(String) - Method in class org.glassfish.grizzly.http.server.StaticHttpHandler
Add the directory to the list of directories where files will be serviced from.
addDocRoot(File) - Method in class org.glassfish.grizzly.http.server.StaticHttpHandler
Add the directory to the list of directories where files will be serviced from.
addFilter(String, Class<? extends Filter>) - Method in class org.glassfish.grizzly.servlet.WebappContext
Adds the filter with the given name and class type to this servlet context.
addFilter(String, Filter) - Method in class org.glassfish.grizzly.servlet.WebappContext
Registers the given filter instance with this WebappContext under the given filterName.
addFilter(String, String) - Method in class org.glassfish.grizzly.servlet.WebappContext
Adds the filter with the given name and class name to this servlet context.
addFilterMap(FilterMap, boolean) - Method in class org.glassfish.grizzly.servlet.WebappContext
Add a filter mapping to this Context.
addFirst(Filter) - Method in class org.glassfish.grizzly.filterchain.FilterChainBuilder
 
addHandler(HttpHandler, String[]) - Method in class org.glassfish.grizzly.http.server.HttpHandlerChain
Add a HttpHandler and its associated array of mapping.
addHandshakeListener(SSLBaseFilter.HandshakeListener) - Method in class org.glassfish.grizzly.ssl.SSLBaseFilter
 
addHeader(String, String) - Method in class org.glassfish.grizzly.http.HttpHeader
Add the HTTP mime header.
addHeader(Header, String) - Method in class org.glassfish.grizzly.http.HttpHeader
Add the HTTP mime header.
addHeader(String, String) - Method in class org.glassfish.grizzly.http.HttpTrailer
Add the HTTP mime header.
addHeader(Header, String) - Method in class org.glassfish.grizzly.http.HttpTrailer
Add the HTTP mime header.
addHeader(String, String) - Method in interface org.glassfish.grizzly.http.MimeHeadersPacket
Add the HTTP mime header.
addHeader(Header, String) - Method in interface org.glassfish.grizzly.http.MimeHeadersPacket
Add the HTTP mime header.
addHeader(String, String) - Method in class org.glassfish.grizzly.http.server.Response
Add the specified header to the specified value.
addHeader(Header, String) - Method in class org.glassfish.grizzly.http.server.Response
Add the specified header to the specified value.
addHeader(String, String) - Method in class org.glassfish.grizzly.servlet.DispatchedHttpServletResponse
 
addHeader(String, String) - Method in class org.glassfish.grizzly.servlet.HttpServletResponseImpl
addHeapSize(long) - Method in class org.glassfish.grizzly.http.server.filecache.FileCache
 
addHost(String, String[], Object) - Method in class org.glassfish.grizzly.http.server.util.Mapper
Add a new host to the mapper.
addHttpHandler(HttpHandler, String...) - Method in class org.glassfish.grizzly.http.server.ServerConfiguration
Adds the specified HttpHandler with its associated mapping(s).
addIntHeader(String, int) - Method in class org.glassfish.grizzly.http.server.Response
Add the specified integer header to the specified value.
addIntHeader(Header, int) - Method in class org.glassfish.grizzly.http.server.Response
Add the specified integer header to the specified value.
addIntHeader(String, int) - Method in class org.glassfish.grizzly.servlet.DispatchedHttpServletResponse
 
addIntHeader(String, int) - Method in class org.glassfish.grizzly.servlet.HttpServletResponseImpl
addJmxEventListener(JmxEventListener) - Method in class org.glassfish.grizzly.http.server.ServerConfiguration
Add a JmxEventListener which will be notified when the HttpServer is started and JMX was enabled prior to starting or if the HttpServer was started with JMX disabled, but JMX was enabled at a later point in time.
addLast(Filter) - Method in class org.glassfish.grizzly.filterchain.FilterChainBuilder
 
addListener(NetworkListener) - Method in class org.glassfish.grizzly.http.server.HttpServer
Adds the specified listener to the server instance.
addListener(Class<? extends EventListener>) - Method in class org.glassfish.grizzly.servlet.WebappContext
Adds the given listener class to this WebappContext.
addListener(String) - Method in class org.glassfish.grizzly.servlet.WebappContext
Adds the listener with the given class name to this WebappContext.
addListener(T) - Method in class org.glassfish.grizzly.servlet.WebappContext
addLocale(Locale) - Method in class org.glassfish.grizzly.http.server.Request
Add a Locale to the set of preferred Locales for this Request.
addMappedMemorySize(long) - Method in class org.glassfish.grizzly.http.server.filecache.FileCache
 
addMapping(String...) - Method in class org.glassfish.grizzly.servlet.ServletRegistration
Adds a servlet mapping with the given URL patterns for the Servlet represented by this ServletRegistration.
addMappingForServletNames(EnumSet<DispatcherType>, String...) - Method in class org.glassfish.grizzly.servlet.FilterRegistration
Adds a filter mapping with the given servlet names and dispatcher types for the Filter represented by this FilterRegistration.
addMappingForServletNames(EnumSet<DispatcherType>, boolean, String...) - Method in class org.glassfish.grizzly.servlet.FilterRegistration
addMappingForUrlPatterns(EnumSet<DispatcherType>, String...) - Method in class org.glassfish.grizzly.servlet.FilterRegistration
Adds a filter mapping with the given url patterns and dispatcher types for the Filter represented by this FilterRegistration.
addMappingForUrlPatterns(EnumSet<DispatcherType>, boolean, String...) - Method in class org.glassfish.grizzly.servlet.FilterRegistration
addMonitoringProbe(ConnectionProbe) - Method in class org.glassfish.grizzly.AbstractSocketConnectorHandler
Add the ConnectionProbe, which will be notified about Connection life-cycle events.
AddOn - Interface in org.glassfish.grizzly.http.server
The HttpServer addon interface, responsible for adding features like WebSockets, Comet to HttpServer.
addParameter(String, String[]) - Method in class org.glassfish.grizzly.http.server.Request
Add a parameter name and corresponding set of values to this Request.
addParameter(String, String) - Method in class org.glassfish.grizzly.http.util.Parameters
 
addParameterValues(String, String[]) - Method in class org.glassfish.grizzly.http.util.Parameters
 
addProbes(E...) - Method in class org.glassfish.grizzly.monitoring.DefaultMonitoringConfig
Add the monitoring probes, which will be notified about object's lifecycle events.
addProbes(E...) - Method in interface org.glassfish.grizzly.monitoring.MonitoringConfig
Add the monitoring probes, which will be notified about object's lifecycle events.
AddProtocolFinder - Class in org.glassfish.grizzly.samples.portunif.addservice
ProtocolFinder, responsible to determine if incoming byte buffer represents ADD-service request.
AddProtocolFinder() - Constructor for class org.glassfish.grizzly.samples.portunif.addservice.AddProtocolFinder
 
addRecord(Connection, Buffer, CompletionHandler, Interceptor<ReadResult>) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOAsyncQueueReader
 
addRecord(Connection, Buffer, CompletionHandler, Interceptor<ReadResult>) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOAsyncQueueReader
 
AddRequestMessage - Class in org.glassfish.grizzly.samples.portunif.addservice
ADD-service request message
AddRequestMessage(int, int) - Constructor for class org.glassfish.grizzly.samples.portunif.addservice.AddRequestMessage
Construct Request message
AddResponse - Class in org.glassfish.grizzly.samples.jaxws.addclient
Java class for addResponse complex type.
AddResponse() - Constructor for class org.glassfish.grizzly.samples.jaxws.addclient.AddResponse
 
AddResponseMessage - Class in org.glassfish.grizzly.samples.portunif.addservice
ADD-service request message
AddResponseMessage(int) - Constructor for class org.glassfish.grizzly.samples.portunif.addservice.AddResponseMessage
Construct Response message
addSafeCharacter(char) - Method in class org.glassfish.grizzly.http.util.UEncoder
 
AddServerMessageFilter - Class in org.glassfish.grizzly.samples.portunif.addservice
The ADD-service message parser/serializer, which is responsible for parsing AddRequestMessage and serializing AddResponseMessage.
AddServerMessageFilter() - Constructor for class org.glassfish.grizzly.samples.portunif.addservice.AddServerMessageFilter
 
AddService - Interface in org.glassfish.grizzly.samples.jaxws.addclient
This class was generated by the JAX-WS RI.
AddService - Class in org.glassfish.grizzly.samples.jaxws.service
Simple "add" web service implementation.
AddService() - Constructor for class org.glassfish.grizzly.samples.jaxws.service.AddService
 
AddServiceFilter - Class in org.glassfish.grizzly.samples.portunif.addservice
The ADD-service Filter, responsible for adding two values :)
AddServiceFilter() - Constructor for class org.glassfish.grizzly.samples.portunif.addservice.AddServiceFilter
 
AddServiceService - Class in org.glassfish.grizzly.samples.jaxws.addclient
This class was generated by the JAX-WS RI.
AddServiceService() - Constructor for class org.glassfish.grizzly.samples.jaxws.addclient.AddServiceService
 
AddServiceService(URL) - Constructor for class org.glassfish.grizzly.samples.jaxws.addclient.AddServiceService
 
AddServiceService(URL, QName) - Constructor for class org.glassfish.grizzly.samples.jaxws.addclient.AddServiceService
 
addServlet(String, Class<? extends Servlet>) - Method in class org.glassfish.grizzly.servlet.WebappContext
Adds the servlet with the given name and class type to this servlet context.
addServlet(String, Servlet) - Method in class org.glassfish.grizzly.servlet.WebappContext
Registers the given servlet instance with this WebappContext under the given servletName.
addServlet(String, String) - Method in class org.glassfish.grizzly.servlet.WebappContext
Adds the servlet with the given name and class name to this servlet context.
addSessionCookieInternal(Cookie) - Method in class org.glassfish.grizzly.http.server.Response
Special method for adding a session cookie as we should be overriding any previous
addShutdownHandler(ShutdownHandler) - Method in class org.glassfish.grizzly.http.ajp.AjpHandlerFilter
Add the ShutdownHandler, which will be called, when shutdown request received.
addShutdownListener(GracefulShutdownListener) - Method in class org.glassfish.grizzly.nio.NIOTransport
 
addShutdownListener(GracefulShutdownListener) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOTransport
 
addShutdownListener(GracefulShutdownListener) - Method in interface org.glassfish.grizzly.Transport
Adds a GracefulShutdownListener which will be called when Transport.shutdown() is called to enable graceful shutdown of transports.
addToFileCache(Request, Response, File) - Method in class org.glassfish.grizzly.http.server.StaticHttpHandlerBase
 
addTransferEncoding(TransferEncoding) - Method in class org.glassfish.grizzly.http.HttpCodecFilter
Adds the specified TransferEncoding to the HttpCodecFilter.
addUnique(T[], T) - Static method in class org.glassfish.grizzly.utils.ArrayUtils
Add unique element to the array.
addUnique(T[], T, boolean) - Static method in class org.glassfish.grizzly.utils.ArrayUtils
Add unique element to the array.
addValue(String) - Method in class org.glassfish.grizzly.http.util.MimeHeaders
Create a new named header , return the MessageBytes container for the new value
addValue(Header) - Method in class org.glassfish.grizzly.http.util.MimeHeaders
Create a new named header , return the MessageBytes container for the new value
addValue(byte[], int, int) - Method in class org.glassfish.grizzly.http.util.MimeHeaders
Create a new named header using un-translated byte[].
addValue(Buffer, int, int) - Method in class org.glassfish.grizzly.http.util.MimeHeaders
Create a new named header using un-translated Buffer.
addWrapper(String, String, String, Object) - Method in class org.glassfish.grizzly.http.server.util.Mapper
Add a new Wrapper to an existing Context.
addWrapper(String, String, String, Object, boolean) - Method in class org.glassfish.grizzly.http.server.util.Mapper
Add a new Wrapper to an existing Context.
addWrapper(String, String, String, Object, boolean, String, boolean) - Method in class org.glassfish.grizzly.http.server.util.Mapper
Add a new Wrapper to an existing Context.
addWrapper(String, Object) - Method in class org.glassfish.grizzly.http.server.util.Mapper
Add a wrapper to the context associated with this wrapper.
addWrapper(String, Object, boolean, boolean) - Method in class org.glassfish.grizzly.http.server.util.Mapper
 
addWrapper(Mapper.Context, String, Object) - Method in class org.glassfish.grizzly.http.server.util.Mapper
 
addWrapper(Mapper.Context, String, Object, boolean, boolean) - Method in class org.glassfish.grizzly.http.server.util.Mapper
 
addWrapper(Mapper.Context, String, Object, boolean, String, boolean) - Method in class org.glassfish.grizzly.http.server.util.Mapper
Adds a wrapper to the given context.
advance() - Method in class org.glassfish.grizzly.http.server.util.StringParser
Advance the current parsing position by one, if we are not already past the end of the string.
AFTER_RESPONSE_PROCESSING - Static variable in class org.glassfish.grizzly.comet.CometEngine
Deprecated.
AFTER_SERVLET_PROCESSING - Static variable in class org.glassfish.grizzly.comet.CometEngine
Deprecated.
afterExecute(AbstractThreadPool.Worker, Thread, Runnable, Throwable) - Method in class org.glassfish.grizzly.threadpool.AbstractThreadPool
Method invoked upon completion of execution of the given Runnable.
AfterServiceListener - Interface in org.glassfish.grizzly.http.server
The listener, which could be registered on a Request using Request.addAfterServiceListener(org.glassfish.grizzly.http.server.AfterServiceListener) and be notified once the Request processing will be completed.
afterServicesList - Variable in class org.glassfish.grizzly.http.server.Request
 
aggregate(TaskQueue<AsyncWriteQueueRecord>) - Method in class org.glassfish.grizzly.nio.AbstractNIOAsyncQueueWriter
Aggregates records in a queue to be written as one chunk.
aggregate(TaskQueue<AsyncWriteQueueRecord>) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOAsyncQueueWriter
Aggregates records in a queue to be written as one chunk.
AggregatorAddOn - Class in org.glassfish.grizzly.http.server.util
AggregatorAddOn installs AggregatorFilter into HttpServer FilterChain.
AggregatorAddOn() - Constructor for class org.glassfish.grizzly.http.server.util.AggregatorAddOn
 
AjpAddOn - Class in org.glassfish.grizzly.http.ajp
Ajp AddOn for the HttpServer.
AjpAddOn() - Constructor for class org.glassfish.grizzly.http.ajp.AjpAddOn
 
AjpConstants - Class in org.glassfish.grizzly.http.ajp
Common class for the AJP Protocol values
AjpConstants() - Constructor for class org.glassfish.grizzly.http.ajp.AjpConstants
 
AjpHandlerFilter - Class in org.glassfish.grizzly.http.ajp
Filter is working as Codec between Ajp and Http packets.
AjpHandlerFilter() - Constructor for class org.glassfish.grizzly.http.ajp.AjpHandlerFilter
 
AjpHelloWorld - Class in org.glassfish.grizzly.samples.ajp
Sample demonstrates how custom HttpHandler, rigistered on Grizzly HttpServer may transparently process both HTTP and AJP requests.
AjpHelloWorld() - Constructor for class org.glassfish.grizzly.samples.ajp.AjpHelloWorld
 
AjpHelloWorld.HelloWorldHandler - Class in org.glassfish.grizzly.samples.ajp
 
AjpHttpRequest - Class in org.glassfish.grizzly.http.ajp
HttpRequestPacket implementation, which also contains AJP related meta data.
AjpHttpResponse - Class in org.glassfish.grizzly.http.ajp
HttpResponsePacket implementation, which also contains AJP related meta data.
AjpHttpResponse() - Constructor for class org.glassfish.grizzly.http.ajp.AjpHttpResponse
 
AjpMessageFilter - Class in org.glassfish.grizzly.http.ajp
Filter, responsible for parsing Ajp requests and making sure the request packets are complete and properly constructed.
AjpMessageFilter() - Constructor for class org.glassfish.grizzly.http.ajp.AjpMessageFilter
 
allocate(int) - Method in class org.glassfish.grizzly.http.util.BufferChunk
 
allocate(int, int) - Method in class org.glassfish.grizzly.http.util.ByteChunk
 
allocate(int, int) - Method in class org.glassfish.grizzly.http.util.CharChunk
 
allocate(int) - Method in class org.glassfish.grizzly.memory.ByteBufferManager
Allocated Buffer of the required size.
allocate(int) - Method in class org.glassfish.grizzly.memory.HeapMemoryManager
Allocated Buffer of the required size.
allocate(int) - Method in interface org.glassfish.grizzly.memory.MemoryManager
Allocated Buffer of the required size.
allocate(int) - Method in interface org.glassfish.grizzly.memory.ThreadLocalPool
 
allocate(int) - Static method in class org.glassfish.grizzly.nio.DirectByteBufferRecord
 
allocateAtLeast(int) - Method in class org.glassfish.grizzly.memory.ByteBufferManager
Allocated Buffer at least of the provided size.
allocateAtLeast(int) - Method in class org.glassfish.grizzly.memory.HeapMemoryManager
Allocated Buffer at least of the provided size.
allocateAtLeast(int) - Method in interface org.glassfish.grizzly.memory.MemoryManager
Allocated Buffer at least of the provided size.
allocateByteBuffer(int) - Method in interface org.glassfish.grizzly.memory.ByteBufferAware
 
allocateByteBuffer(int) - Method in class org.glassfish.grizzly.memory.ByteBufferManager
Allocates ByteBuffer of required size.
allocateByteBuffer(MemoryManager, int) - Static method in class org.glassfish.grizzly.memory.MemoryUtils
 
allocateByteBuffer0(int) - Method in class org.glassfish.grizzly.memory.ByteBufferManager
 
allocateByteBufferAtLeast(int) - Method in interface org.glassfish.grizzly.memory.ByteBufferAware
 
allocateByteBufferAtLeast(int) - Method in class org.glassfish.grizzly.memory.ByteBufferManager
Allocates ByteBuffer of required size.
allocateFromPool(ThreadLocalPool, int) - Method in class org.glassfish.grizzly.memory.AbstractMemoryManager
Allocate a Buffer using the provided ThreadLocalPool.
allocateHeapBuffer(int) - Method in class org.glassfish.grizzly.memory.HeapMemoryManager
 
allocateHeapBufferAtLeast(int) - Method in class org.glassfish.grizzly.memory.HeapMemoryManager
 
allocateNewBuffer(MemoryManager, int) - Method in class org.glassfish.grizzly.utils.BufferOutputStream
 
ALLOW_BACKSLASH - Static variable in class org.glassfish.grizzly.http.util.HttpRequestURIDecoder
 
ALLOW_ENCODED_SLASH - Static variable in class org.glassfish.grizzly.http.util.UDecoder
 
allowBufferDispose() - Method in interface org.glassfish.grizzly.Buffer
 
allowBufferDispose(boolean) - Method in interface org.glassfish.grizzly.Buffer
 
allowBufferDispose() - Method in class org.glassfish.grizzly.memory.BuffersBuffer
 
allowBufferDispose(boolean) - Method in class org.glassfish.grizzly.memory.BuffersBuffer
 
allowBufferDispose - Variable in class org.glassfish.grizzly.memory.ByteBufferWrapper
 
allowBufferDispose() - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
 
allowBufferDispose(boolean) - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
 
allowBufferDispose - Variable in class org.glassfish.grizzly.memory.HeapBuffer
 
allowBufferDispose() - Method in class org.glassfish.grizzly.memory.HeapBuffer
 
allowBufferDispose(boolean) - Method in class org.glassfish.grizzly.memory.HeapBuffer
 
allowInternalBuffersDispose() - Method in class org.glassfish.grizzly.memory.BuffersBuffer
 
allowInternalBuffersDispose(boolean) - Method in class org.glassfish.grizzly.memory.BuffersBuffer
 
allowInternalBuffersDispose(boolean) - Method in class org.glassfish.grizzly.memory.CompositeBuffer
 
allowInternalBuffersDispose() - Method in class org.glassfish.grizzly.memory.CompositeBuffer
 
allowReplacement() - Static method in class org.glassfish.grizzly.http.server.util.Mapper
ALREADY_REMOVED - Static variable in class org.glassfish.grizzly.comet.CometContext
 
alreadyQuoted(String) - Static method in class org.glassfish.grizzly.http.util.CookieSerializerUtils
 
ALT_DD_ATTR - Static variable in class org.glassfish.grizzly.http.server.util.Globals
The servlet context attribute under which we store the alternate deployment descriptor for this web application
AlternateDocBase - Class in org.glassfish.grizzly.http.server.util
 
AlternateDocBase() - Constructor for class org.glassfish.grizzly.http.server.util.AlternateDocBase
 
alternateDocBases - Variable in class org.glassfish.grizzly.http.server.util.Mapper.Context
 
ALWAYS_ADD_EXPIRES - Static variable in class org.glassfish.grizzly.http.util.CookieUtils
If set to false, we don't use the IE6/7 Max-Age/Expires work around
appCommitted - Variable in class org.glassfish.grizzly.http.server.Response
The application commit flag.
append(T) - Method in interface org.glassfish.grizzly.Appendable
 
append(E, E) - Method in interface org.glassfish.grizzly.Appender
 
append(HttpContent) - Method in class org.glassfish.grizzly.http.HttpContent
 
append(HttpContent) - Method in class org.glassfish.grizzly.http.io.InputBuffer
Appends the specified Buffer to the internal composite Buffer.
append(BufferChunk) - Method in class org.glassfish.grizzly.http.util.BufferChunk
 
append(char) - Method in class org.glassfish.grizzly.http.util.ByteChunk
 
append(byte) - Method in class org.glassfish.grizzly.http.util.ByteChunk
 
append(ByteChunk) - Method in class org.glassfish.grizzly.http.util.ByteChunk
 
append(byte[], int, int) - Method in class org.glassfish.grizzly.http.util.ByteChunk
Add data to the buffer
append(char) - Method in class org.glassfish.grizzly.http.util.CharChunk
 
append(CharChunk) - Method in class org.glassfish.grizzly.http.util.CharChunk
 
append(char[], int, int) - Method in class org.glassfish.grizzly.http.util.CharChunk
Add data to the buffer
append(StringBuffer) - Method in class org.glassfish.grizzly.http.util.CharChunk
Add data to the buffer
append(String) - Method in class org.glassfish.grizzly.http.util.CharChunk
Append a string to the buffer
append(String, int, int) - Method in class org.glassfish.grizzly.http.util.CharChunk
Append a string to the buffer
append(Buffer) - Method in class org.glassfish.grizzly.memory.BuffersBuffer
 
append(Buffer) - Method in class org.glassfish.grizzly.streams.BufferedInput
 
Appendable<T> - Interface in org.glassfish.grizzly
 
appendBuffers(MemoryManager, Buffer, Buffer) - Static method in class org.glassfish.grizzly.memory.Buffers
Append two Buffers.
appendBuffers(MemoryManager, Buffer, Buffer, boolean) - Static method in class org.glassfish.grizzly.memory.Buffers
Append two Buffers.
Appender<E> - Interface in org.glassfish.grizzly
 
appendRequestURL(Request, StringBuilder) - Static method in class org.glassfish.grizzly.http.server.Request
Appends the reconstructed URL the client used to make the request.
appendRequestURL(Request, StringBuffer) - Static method in class org.glassfish.grizzly.http.server.Request
Appends the reconstructed URL the client used to make the request.
application - Variable in class org.glassfish.grizzly.websockets.WebSocketHolder
 
applyDecoding(HttpHeader) - Method in interface org.glassfish.grizzly.http.EncodingFilter
 
applyDecoding(HttpHeader) - Method in class org.glassfish.grizzly.http.server.CompressionEncodingFilter
 
applyEncoding(HttpHeader) - Method in interface org.glassfish.grizzly.http.EncodingFilter
 
applyEncoding(HttpHeader) - Method in class org.glassfish.grizzly.http.server.CompressionEncodingFilter
 
array() - Method in interface org.glassfish.grizzly.Buffer
Returns the byte array that backs this buffer (optional operation).
array() - Method in class org.glassfish.grizzly.memory.BuffersBuffer
 
array() - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
 
array() - Method in class org.glassfish.grizzly.memory.HeapBuffer
 
arrayOffset() - Method in interface org.glassfish.grizzly.Buffer
Returns the offset within this buffer's backing array of the first element of the buffer (optional operation).
arrayOffset - Variable in class org.glassfish.grizzly.http.HttpCodecFilter.HeaderParsingState
 
arrayOffset() - Method in class org.glassfish.grizzly.memory.BuffersBuffer
 
arrayOffset() - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
 
arrayOffset() - Method in class org.glassfish.grizzly.memory.HeapBuffer
 
ArraySet<T> - Class in org.glassfish.grizzly.utils
The thread safe set implementation, which uses array to hold its elements.
ArraySet(Class<T>) - Constructor for class org.glassfish.grizzly.utils.ArraySet
 
ArraySet(Class<T>, boolean) - Constructor for class org.glassfish.grizzly.utils.ArraySet
 
ArrayUtils - Class in org.glassfish.grizzly.utils
Set of utility methods to work with Arrays.
ArrayUtils() - Constructor for class org.glassfish.grizzly.utils.ArrayUtils
 
Ascii - Class in org.glassfish.grizzly.http.util
This class implements some basic ASCII character handling functions.
Ascii() - Constructor for class org.glassfish.grizzly.http.util.Ascii
 
ASCII_CHARSET - Static variable in class org.glassfish.grizzly.utils.Charsets
 
asClientCookieBuffer() - Method in class org.glassfish.grizzly.http.Cookie
 
asClientCookieBuffer(MemoryManager) - Method in class org.glassfish.grizzly.http.Cookie
 
asClientCookieString() - Method in class org.glassfish.grizzly.http.Cookie
 
asReadOnlyBuffer() - Method in interface org.glassfish.grizzly.Buffer
Creates a new, read-only Buffer that shares this buffer's content.
asReadOnlyBuffer() - Method in class org.glassfish.grizzly.memory.BuffersBuffer
 
asReadOnlyBuffer() - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
 
asReadOnlyBuffer() - Method in class org.glassfish.grizzly.memory.HeapBuffer
 
asServerCookieBuffer() - Method in class org.glassfish.grizzly.http.Cookie
 
asServerCookieBuffer(MemoryManager) - Method in class org.glassfish.grizzly.http.Cookie
 
asServerCookieString() - Method in class org.glassfish.grizzly.http.Cookie
 
asyncInput() - Method in class org.glassfish.grizzly.http.server.Request
Deprecated.
will always return true
AsyncQueue - Interface in org.glassfish.grizzly.asyncqueue
Common interface for AsyncQueue processors.
AsyncQueue.AsyncResult - Enum in org.glassfish.grizzly.asyncqueue
 
AsyncQueueEnabledTransport - Interface in org.glassfish.grizzly.asyncqueue
Interface, which Transports should implement if they support AsyncQueues.
AsyncQueueIO<L> - Interface in org.glassfish.grizzly.asyncqueue
Class encapsulates asynchronous queue implementation: AsyncQueueReader, AsyncQueueWriter.
asyncQueueIO - Variable in class org.glassfish.grizzly.nio.transport.UDPNIOTransport
Transport AsyncQueueIO
AsyncQueueIO.Factory - Class in org.glassfish.grizzly.asyncqueue
 
AsyncQueueIO.ImmutableAsyncQueueIO<L> - Class in org.glassfish.grizzly.asyncqueue
 
AsyncQueueIO.MutableAsyncQueueIO<L> - Class in org.glassfish.grizzly.asyncqueue
 
AsyncQueueReader<L> - Interface in org.glassfish.grizzly.asyncqueue
The AsyncQueue, which implements asynchronous read queue.
AsyncQueueRecord<R> - Class in org.glassfish.grizzly.asyncqueue
AsyncQueue element unit
AsyncQueueRecord(Connection, Object, R, CompletionHandler) - Constructor for class org.glassfish.grizzly.asyncqueue.AsyncQueueRecord
 
AsyncQueueWriter<L> - Interface in org.glassfish.grizzly.asyncqueue
The AsyncQueue, which implements asynchronous write queue.
asyncReadQueue - Variable in class org.glassfish.grizzly.nio.NIOConnection
 
AsyncReadQueueRecord - Class in org.glassfish.grizzly.asyncqueue
AsyncQueue read element unit
asyncWriteQueue - Variable in class org.glassfish.grizzly.nio.NIOConnection
 
AsyncWriteQueueRecord - Class in org.glassfish.grizzly.asyncqueue
AsyncQueue write element unit
AsyncWriteQueueRecord(Connection, WritableMessage, WriteResult, CompletionHandler, Object, PushBackHandler, boolean) - Constructor for class org.glassfish.grizzly.asyncqueue.AsyncWriteQueueRecord
 
attach(E) - Method in class org.glassfish.grizzly.comet.CometEvent
Attach an
attach(EndpointKey<E>, Connection) - Method in class org.glassfish.grizzly.connectionpool.MultiEndpointPool
Attaches "foreign" Connection to the pool.
attach(Connection) - Method in class org.glassfish.grizzly.connectionpool.SingleEndpointPool
Attaches "foreign" Connection to the pool.
attach() - Method in class org.glassfish.grizzly.ssl.SSLConnectionContext
 
attachment - Variable in class org.glassfish.grizzly.comet.CometEvent
Share an E amongst CometHandler
attachment() - Method in class org.glassfish.grizzly.comet.CometEvent
Return the attachment
attachToSelectorRunner(SelectorRunner) - Method in class org.glassfish.grizzly.nio.NIOConnection
 
Attribute<T> - Class in org.glassfish.grizzly.attributes
Class used to define dynamic typed attributes on AttributeHolder instances.
Attribute(AttributeBuilder, String, int, T) - Constructor for class org.glassfish.grizzly.attributes.Attribute
 
Attribute(AttributeBuilder, String, int, NullaryFunction<T>) - Constructor for class org.glassfish.grizzly.attributes.Attribute
 
attributeBuilder - Variable in class org.glassfish.grizzly.AbstractTransformer
 
attributeBuilder - Variable in class org.glassfish.grizzly.AbstractTransport
Transport AttributeBuilder, which will be used to create Attributes
AttributeBuilder - Interface in org.glassfish.grizzly.attributes
AttributeBuilder is responsible for creating and indexing Attributes.
attributeBuilder - Variable in class org.glassfish.grizzly.attributes.IndexedAttributeHolder
 
attributeBuilder - Variable in class org.glassfish.grizzly.attributes.NamedAttributeHolder
 
attributeBuilder - Variable in class org.glassfish.grizzly.NIOTransportBuilder
 
AttributeHolder - Interface in org.glassfish.grizzly.attributes
Interface declares common functionality for objects, which have associated Attributes.
attributes - Variable in class org.glassfish.grizzly.attributes.DefaultAttributeBuilder
 
attributes - Variable in class org.glassfish.grizzly.http.HttpRequestPacket
The attributes associated with this Request, keyed by attribute name.
attributes() - Method in class org.glassfish.grizzly.http.server.Session
Return a ConcurrentMap of attributes.
attributes - Variable in class org.glassfish.grizzly.nio.NIOConnection
 
attributesMap - Variable in class org.glassfish.grizzly.attributes.NamedAttributeHolder
 
AttributeStorage - Interface in org.glassfish.grizzly.attributes
AttributeStorage provides access to a AttributeHolder, where application can store Attributes.
attributeStorage - Variable in class org.glassfish.grizzly.streams.TransformerInput
 
attributeStorage - Variable in class org.glassfish.grizzly.streams.TransformerOutput
 
authenticate(HttpServletResponse) - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
 
AUTHORIZATION_HEADER - Static variable in class org.glassfish.grizzly.http.server.Constants
Default header names.
authType() - Method in class org.glassfish.grizzly.http.HttpRequestPacket
Return the authentication type used for this Request.
AUTO_SIZE - Static variable in interface org.glassfish.grizzly.asyncqueue.AsyncQueueWriter
Constant set via AsyncQueueWriter.setMaxPendingBytesPerConnection(int) means the async write queue size will be configured automatically per NIOConnection depending on connections write buffer size.
available() - Method in class org.glassfish.grizzly.http.io.InputBuffer
 
available() - Method in class org.glassfish.grizzly.servlet.ServletInputStreamImpl
 
available() - Method in class org.glassfish.grizzly.streams.AbstractStreamReader
Return the number of bytes available for get calls.
available() - Method in interface org.glassfish.grizzly.streams.StreamReader
Return the number of bytes available for get calls.
available() - Method in class org.glassfish.grizzly.utils.BufferInputStream
availableChar() - Method in class org.glassfish.grizzly.http.io.InputBuffer
 
awaitTermination(long, TimeUnit) - Method in class org.glassfish.grizzly.threadpool.AbstractThreadPool
awaitTermination(long, TimeUnit) - Method in class org.glassfish.grizzly.threadpool.GrizzlyExecutorService
 

B

B2CConverter - Class in org.glassfish.grizzly.http.util
Efficient conversion of bytes to character .
B2CConverter() - Constructor for class org.glassfish.grizzly.http.util.B2CConverter
 
B2CConverter(String) - Constructor for class org.glassfish.grizzly.http.util.B2CConverter
Create a converter, with bytes going to a byte buffer
B2CConverterBlocking - Class in org.glassfish.grizzly.http.util
Efficient conversion of bytes to character .
B2CConverterBlocking() - Constructor for class org.glassfish.grizzly.http.util.B2CConverterBlocking
 
B2CConverterBlocking(String) - Constructor for class org.glassfish.grizzly.http.util.B2CConverterBlocking
Create a converter, with bytes going to a byte buffer
BackChannelFilter - Class in org.glassfish.grizzly.portunif
The Filter, which is responsible to connect custom protocol FilterChain with main FilterChain.
BAD_GATEWAY_502 - Static variable in class org.glassfish.grizzly.http.util.HttpStatus
 
BAD_REQUEST_400 - Static variable in class org.glassfish.grizzly.http.util.HttpStatus
 
Base - Class in org.glassfish.grizzly.compression.lzma.impl
Base
Base() - Constructor for class org.glassfish.grizzly.compression.lzma.impl.Base
 
Base64Utils - Class in org.glassfish.grizzly.http.util
 
Base64Utils() - Constructor for class org.glassfish.grizzly.http.util.Base64Utils
 
BaseFilter - Class in org.glassfish.grizzly.filterchain
Provides empty implementation for Filter processing methods.
BaseFilter() - Constructor for class org.glassfish.grizzly.filterchain.BaseFilter
 
BaseFrameType - Class in org.glassfish.grizzly.websockets
 
BaseFrameType() - Constructor for class org.glassfish.grizzly.websockets.BaseFrameType
 
BaseWebSocketFilter - Class in org.glassfish.grizzly.websockets
WebSocket Filter implementation, which supposed to be placed into a FilterChain right after HTTP Filter: HttpServerFilter, HttpClientFilter; depending whether it's server or client side.
BaseWebSocketFilter() - Constructor for class org.glassfish.grizzly.websockets.BaseWebSocketFilter
Constructs a new BaseWebSocketFilter with a default idle connection timeout of 15 minutes;
BaseWebSocketFilter(long) - Constructor for class org.glassfish.grizzly.websockets.BaseWebSocketFilter
Constructs a new BaseWebSocketFilter with a default idle connection timeout of 15 minutes;
bb - Variable in class org.glassfish.grizzly.http.util.C2BConverter
 
BEFORE_REQUEST_PROCESSING - Static variable in class org.glassfish.grizzly.comet.CometEngine
Deprecated.
beforeExecute(AbstractThreadPool.Worker, Thread, Runnable) - Method in class org.glassfish.grizzly.threadpool.AbstractThreadPool
Method invoked prior to executing the given Runnable in the given thread.
bigEndian - Variable in class org.glassfish.grizzly.memory.HeapBuffer
 
BinaryFrameType - Class in org.glassfish.grizzly.websockets.frametypes
 
BinaryFrameType() - Constructor for class org.glassfish.grizzly.websockets.frametypes.BinaryFrameType
 
BinaryNIOInputSource - Interface in org.glassfish.grizzly.http.io
Adds the ability for binary based InputSources to obtain the incoming Buffer directly without having to use intermediate objects to copy the data to.
BinaryNIOOutputSink - Interface in org.glassfish.grizzly.http.io
Adds the ability for binary based OutputSinks to write a Buffer instead of having to convert to those types supported by OutputStream.
binarySearch(int[], int, int, int) - Static method in class org.glassfish.grizzly.utils.ArrayUtils
 
bind(int) - Method in class org.glassfish.grizzly.AbstractBindingHandler
Binds Transport to the specific port on localhost.
bind(String, int) - Method in class org.glassfish.grizzly.AbstractBindingHandler
Binds Transport to the specific host and port.
bind(String, int, int) - Method in class org.glassfish.grizzly.AbstractBindingHandler
Binds Transport to the specific host and port.
bind(String, PortRange, int) - Method in class org.glassfish.grizzly.AbstractBindingHandler
Binds Transport to the specific host, and port within a PortRange.
bind(HttpRequestPacket, HttpResponsePacket) - Method in class org.glassfish.grizzly.http.HttpBaseFilter
bind(SocketAddress) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOBindingHandler
 
bind(SocketAddress, int) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOBindingHandler
 
bind(int) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOTransport
Binds Transport to the specific port on localhost.
bind(String, int) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOTransport
Binds Transport to the specific host and port.
bind(String, int, int) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOTransport
Binds Transport to the specific host and port.
bind(SocketAddress) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOTransport
Binds Transport to the specific SocketAddress.
bind(SocketAddress, int) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOTransport
Binds Transport to the specific SocketAddress.
bind(String, PortRange, int) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOTransport
Binds Transport to the specific host, and port within a PortRange.
bind(SocketAddress) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOBindingHandler
 
bind(SocketAddress, int) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOBindingHandler
 
bind(int) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOTransport
Binds Transport to the specific port on localhost.
bind(String, int) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOTransport
Binds Transport to the specific host and port.
bind(String, int, int) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOTransport
Binds Transport to the specific host and port.
bind(SocketAddress) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOTransport
Binds Transport to the specific SocketAddress.
bind(SocketAddress, int) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOTransport
Binds Transport to the specific SocketAddress.
bind(String, PortRange, int) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOTransport
Binds Transport to the specific host, and port within a PortRange.
bind(int) - Method in interface org.glassfish.grizzly.SocketBinder
Binds Transport to the specific port on localhost.
bind(String, int) - Method in interface org.glassfish.grizzly.SocketBinder
Binds Transport to the specific host and port.
bind(String, int, int) - Method in interface org.glassfish.grizzly.SocketBinder
Binds Transport to the specific host and port.
bind(String, PortRange, int) - Method in interface org.glassfish.grizzly.SocketBinder
Binds Transport to the specific host, and port within a PortRange.
bind(SocketAddress) - Method in interface org.glassfish.grizzly.SocketBinder
Binds Transport to the specific SocketAddress.
bind(SocketAddress, int) - Method in interface org.glassfish.grizzly.SocketBinder
Binds Transport to the specific SocketAddress.
bindToInherited() - Method in class org.glassfish.grizzly.nio.transport.TCPNIOBindingHandler
 
bindToInherited() - Method in class org.glassfish.grizzly.nio.transport.TCPNIOTransport
Binds the Transport to the channel inherited from the entity that created this Java virtual machine.
bindToInherited() - Method in class org.glassfish.grizzly.nio.transport.UDPNIOBindingHandler
 
bindToInherited() - Method in class org.glassfish.grizzly.nio.transport.UDPNIOTransport
 
bindToInherited() - Method in interface org.glassfish.grizzly.SocketBinder
Binds the Transport to the channel inherited from the entity that created this Java virtual machine.
BinTree - Class in org.glassfish.grizzly.compression.lzma.impl.lz
BinTree
BinTree() - Constructor for class org.glassfish.grizzly.compression.lzma.impl.lz.BinTree
 
BitTreeDecoder - Class in org.glassfish.grizzly.compression.lzma.impl.rangecoder
BitTreeDecoder
BitTreeDecoder(int) - Constructor for class org.glassfish.grizzly.compression.lzma.impl.rangecoder.BitTreeDecoder
 
BitTreeEncoder - Class in org.glassfish.grizzly.compression.lzma.impl.rangecoder
BitTreeEncoder
BitTreeEncoder(int) - Constructor for class org.glassfish.grizzly.compression.lzma.impl.rangecoder.BitTreeEncoder
 
block(InetAddress, NetworkInterface, InetAddress) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOConnection
Blocks multicast datagrams from the given source address.
BlockingHttpHandlerSample - Class in org.glassfish.grizzly.samples.httpserver.blockinghandler
This example demonstrates the use of a HttpHandler to echo HTTP POST data sent by the client, back to the client.
BlockingHttpHandlerSample() - Constructor for class org.glassfish.grizzly.samples.httpserver.blockinghandler.BlockingHttpHandlerSample
 
BOUNDARY_ATTR - Static variable in class org.glassfish.grizzly.http.multipart.MultipartContext
 
BOUNDARY_ATTR - Static variable in class org.glassfish.grizzly.http.multipart.MultipartScanner
 
broadcast(Iterable<? extends WebSocket>, String) - Method in interface org.glassfish.grizzly.websockets.Broadcaster
Broadcasts the provided text content to the specified recipients.
broadcast(Iterable<? extends WebSocket>, byte[]) - Method in interface org.glassfish.grizzly.websockets.Broadcaster
Broadcasts the provided binary content to the specified recipients.
broadcast(Iterable<? extends WebSocket>, String) - Method in class org.glassfish.grizzly.websockets.DummyBroadcaster
Broadcasts the provided text content to the specified recipients.
broadcast(Iterable<? extends WebSocket>, byte[]) - Method in class org.glassfish.grizzly.websockets.DummyBroadcaster
Broadcasts the provided binary content to the specified recipients.
broadcast(Iterable<? extends WebSocket>, String) - Method in class org.glassfish.grizzly.websockets.OptimizedBroadcaster
Broadcasts the provided text content to the specified recipients.
broadcast(Iterable<? extends WebSocket>, byte[]) - Method in class org.glassfish.grizzly.websockets.OptimizedBroadcaster
Broadcasts the provided binary content to the specified recipients.
broadcast(Iterable<? extends WebSocket>, String) - Method in class org.glassfish.grizzly.websockets.SimpleWebSocket
 
broadcast(Iterable<? extends WebSocket>, byte[]) - Method in class org.glassfish.grizzly.websockets.SimpleWebSocket
 
broadcast(Iterable<? extends WebSocket>, String) - Method in interface org.glassfish.grizzly.websockets.WebSocket
Broadcasts the data to the remote end-point set.
broadcast(Iterable<? extends WebSocket>, byte[]) - Method in interface org.glassfish.grizzly.websockets.WebSocket
Broadcasts the data to the remote end-point set.
Broadcaster - Interface in org.glassfish.grizzly.websockets
General Broadcaster API to send the same message to a set of clients.
broadcaster - Variable in class org.glassfish.grizzly.websockets.SimpleWebSocket
 
broadcastFragment(Iterable<? extends WebSocket>, String, boolean) - Method in interface org.glassfish.grizzly.websockets.Broadcaster
Broadcasts the provided fragmented text content to the specified recipients.
broadcastFragment(Iterable<? extends WebSocket>, byte[], boolean) - Method in interface org.glassfish.grizzly.websockets.Broadcaster
Broadcasts the provided fragmented binary content to the specified recipients.
broadcastFragment(Iterable<? extends WebSocket>, String, boolean) - Method in class org.glassfish.grizzly.websockets.DummyBroadcaster
Broadcasts the provided fragmented text content to the specified recipients.
broadcastFragment(Iterable<? extends WebSocket>, byte[], boolean) - Method in class org.glassfish.grizzly.websockets.DummyBroadcaster
Broadcasts the provided fragmented binary content to the specified recipients.
broadcastFragment(Iterable<? extends WebSocket>, String, boolean) - Method in class org.glassfish.grizzly.websockets.OptimizedBroadcaster
 
broadcastFragment(Iterable<? extends WebSocket>, byte[], boolean) - Method in class org.glassfish.grizzly.websockets.OptimizedBroadcaster
 
broadcastFragment(Iterable<? extends WebSocket>, String, boolean) - Method in class org.glassfish.grizzly.websockets.SimpleWebSocket
 
broadcastFragment(Iterable<? extends WebSocket>, byte[], boolean) - Method in class org.glassfish.grizzly.websockets.SimpleWebSocket
 
broadcastFragment(Iterable<? extends WebSocket>, String, boolean) - Method in interface org.glassfish.grizzly.websockets.WebSocket
Broadcasts the data fragment to the remote end-point set.
broadcastFragment(Iterable<? extends WebSocket>, byte[], boolean) - Method in interface org.glassfish.grizzly.websockets.WebSocket
Broadcasts the data fragment to the remote end-point set.
Buffer - Interface in org.glassfish.grizzly
JDK ByteBuffer was taken as base for Grizzly Buffer interface, but Buffer has several extensions: it's possible to prepend some data to a Buffer and release Buffer, when it's not required any more.
buffer - Variable in class org.glassfish.grizzly.websockets.WebSocketHolder
 
BUFFER_OVERFLOW_ERROR - Static variable in class org.glassfish.grizzly.ssl.SSLDecoderTransformer
 
BUFFER_OVERFLOW_ERROR - Static variable in class org.glassfish.grizzly.ssl.SSLEncoderTransformer
 
BUFFER_UNDERFLOW_ERROR - Static variable in class org.glassfish.grizzly.ssl.SSLDecoderTransformer
 
BUFFER_UNDERFLOW_ERROR - Static variable in class org.glassfish.grizzly.ssl.SSLEncoderTransformer
 
BufferArray - Class in org.glassfish.grizzly.memory
 
BufferChunk - Class in org.glassfish.grizzly.http.util
Buffer chunk representation.
BufferChunk() - Constructor for class org.glassfish.grizzly.http.util.BufferChunk
 
BUFFERED_FILTER - Static variable in class org.glassfish.grizzly.http.server.Constants
Buffered filter (input)
BufferedInput - Class in org.glassfish.grizzly.streams
 
BufferedInput() - Constructor for class org.glassfish.grizzly.streams.BufferedInput
 
BufferedOutput - Class in org.glassfish.grizzly.streams
 
BufferedOutput() - Constructor for class org.glassfish.grizzly.streams.BufferedOutput
 
BufferedOutput(int) - Constructor for class org.glassfish.grizzly.streams.BufferedOutput
 
BufferInputStream - Class in org.glassfish.grizzly.utils
InputStream implementation over Grizzly Buffer.
BufferInputStream(Buffer) - Constructor for class org.glassfish.grizzly.utils.BufferInputStream
Create the InputStream over Grizzly Buffer.
BufferInputStream(Buffer, int, int) - Constructor for class org.glassfish.grizzly.utils.BufferInputStream
Create the InputStream over Grizzly Buffer.
BufferOutputStream - Class in org.glassfish.grizzly.utils
OutputStream implementation to write to a Buffer.
BufferOutputStream(MemoryManager) - Constructor for class org.glassfish.grizzly.utils.BufferOutputStream
Creates the BufferOutputStream without initial Buffer.
BufferOutputStream(MemoryManager, Buffer) - Constructor for class org.glassfish.grizzly.utils.BufferOutputStream
Creates the BufferOutputStream using passed Buffer as initial.
BufferOutputStream(MemoryManager, Buffer, boolean) - Constructor for class org.glassfish.grizzly.utils.BufferOutputStream
Creates the BufferOutputStream using passed Buffer as initial.
Buffers - Class in org.glassfish.grizzly.memory
Class has useful methods to simplify the work with Buffers.
Buffers() - Constructor for class org.glassfish.grizzly.memory.Buffers
 
BuffersBuffer - Class in org.glassfish.grizzly.memory
 
BuffersBuffer(MemoryManager, Buffer[], int, boolean) - Constructor for class org.glassfish.grizzly.memory.BuffersBuffer
 
bufferSize - Variable in class org.glassfish.grizzly.streams.BufferedOutput
 
build() - Method in class org.glassfish.grizzly.AbstractBindingHandler.Builder
 
build() - Method in class org.glassfish.grizzly.AbstractSocketConnectorHandler.Builder
 
build() - Method in class org.glassfish.grizzly.connectionpool.MultiEndpointPool.Builder
Constructs MultiEndpointPool.
build() - Method in class org.glassfish.grizzly.connectionpool.SingleEndpointPool.Builder
Constructs SingleEndpointPool.
build() - Method in class org.glassfish.grizzly.filterchain.FilterChainBuilder
 
build() - Method in class org.glassfish.grizzly.filterchain.FilterChainBuilder.StatelessFilterChainBuilder
 
build() - Method in class org.glassfish.grizzly.http.CookiesBuilder.AbstractCookiesBuilder
 
build() - Method in class org.glassfish.grizzly.http.HttpBrokenContent.Builder
Build the HttpTrailer message.
build() - Method in class org.glassfish.grizzly.http.HttpContent.Builder
Build the HttpContent message.
build() - Method in class org.glassfish.grizzly.http.HttpHeader.Builder
 
build() - Method in class org.glassfish.grizzly.http.HttpRequestPacket.Builder
Build the HttpRequestPacket message.
build() - Method in class org.glassfish.grizzly.http.HttpResponsePacket.Builder
Build the HttpResponsePacket message.
build() - Method in class org.glassfish.grizzly.http.HttpTrailer.Builder
Build the HttpTrailer message.
build() - Method in class org.glassfish.grizzly.nio.transport.TCPNIOBindingHandler.Builder
 
build() - Method in class org.glassfish.grizzly.nio.transport.TCPNIOConnectorHandler.Builder
 
build() - Method in class org.glassfish.grizzly.nio.transport.TCPNIOTransportBuilder
build() - Method in class org.glassfish.grizzly.nio.transport.UDPNIOBindingHandler.Builder
 
build() - Method in class org.glassfish.grizzly.nio.transport.UDPNIOConnectorHandler.Builder
 
build() - Method in class org.glassfish.grizzly.nio.transport.UDPNIOTransportBuilder
build() - Method in class org.glassfish.grizzly.NIOTransportBuilder
 
Builder() - Constructor for class org.glassfish.grizzly.AbstractBindingHandler.Builder
 
Builder() - Constructor for class org.glassfish.grizzly.AbstractSocketConnectorHandler.Builder
 
builder(Class<T>) - Static method in class org.glassfish.grizzly.connectionpool.MultiEndpointPool
Returns single endpoint pool MultiEndpointPool.Builder.
Builder() - Constructor for class org.glassfish.grizzly.connectionpool.MultiEndpointPool.Builder
 
builder(Class<T>) - Static method in class org.glassfish.grizzly.connectionpool.SingleEndpointPool
Returns single endpoint pool SingleEndpointPool.Builder.
Builder() - Constructor for class org.glassfish.grizzly.connectionpool.SingleEndpointPool.Builder
 
builder - Variable in class org.glassfish.grizzly.filterchain.FilterChainProcessorSelector
FilterChainBuilder, responsible for creating FilterChain instances
builder(HttpHeader) - Static method in class org.glassfish.grizzly.http.HttpBrokenContent
Returns HttpTrailer builder.
Builder() - Constructor for class org.glassfish.grizzly.http.HttpBrokenContent.Builder
 
builder(HttpHeader) - Static method in class org.glassfish.grizzly.http.HttpContent
Returns HttpContent builder.
Builder() - Constructor for class org.glassfish.grizzly.http.HttpContent.Builder
 
Builder() - Constructor for class org.glassfish.grizzly.http.HttpHeader.Builder
 
builder() - Static method in class org.glassfish.grizzly.http.HttpRequestPacket
Returns HttpRequestPacket builder.
Builder() - Constructor for class org.glassfish.grizzly.http.HttpRequestPacket.Builder
 
builder(HttpRequestPacket) - Static method in class org.glassfish.grizzly.http.HttpResponsePacket
Returns HttpResponsePacket builder.
Builder() - Constructor for class org.glassfish.grizzly.http.HttpResponsePacket.Builder
 
builder(HttpHeader) - Static method in class org.glassfish.grizzly.http.HttpTrailer
Returns HttpTrailer builder.
Builder() - Constructor for class org.glassfish.grizzly.http.HttpTrailer.Builder
 
builder(TCPNIOTransport) - Static method in class org.glassfish.grizzly.nio.transport.TCPNIOBindingHandler
 
Builder() - Constructor for class org.glassfish.grizzly.nio.transport.TCPNIOBindingHandler.Builder
 
builder(TCPNIOTransport) - Static method in class org.glassfish.grizzly.nio.transport.TCPNIOConnectorHandler
Return the TCPNIOConnectorHandler builder.
Builder() - Constructor for class org.glassfish.grizzly.nio.transport.TCPNIOConnectorHandler.Builder
 
builder(UDPNIOTransport) - Static method in class org.glassfish.grizzly.nio.transport.UDPNIOBindingHandler
 
Builder() - Constructor for class org.glassfish.grizzly.nio.transport.UDPNIOBindingHandler.Builder
 
builder(UDPNIOTransport) - Static method in class org.glassfish.grizzly.nio.transport.UDPNIOConnectorHandler
Return the UDPNIOConnectorHandler builder.
Builder() - Constructor for class org.glassfish.grizzly.nio.transport.UDPNIOConnectorHandler.Builder
 
buildLocation() - Method in class org.glassfish.grizzly.websockets.HandShake
 
bulk(CompositeBuffer.BulkOperation) - Method in class org.glassfish.grizzly.memory.BuffersBuffer
Iterates over Buffer bytes from Buffer.position() to Buffer.limit() and lets CompositeBuffer.BulkOperation examine/change the buffer content;
bulk(CompositeBuffer.BulkOperation, int, int) - Method in class org.glassfish.grizzly.memory.BuffersBuffer
Iterates over Buffer bytes from position to limit and lets CompositeBuffer.BulkOperation examine/change the buffer content;
bulk(CompositeBuffer.BulkOperation) - Method in class org.glassfish.grizzly.memory.CompositeBuffer
Iterates over Buffer bytes from Buffer.position() to Buffer.limit() and lets CompositeBuffer.BulkOperation examine/change the buffer content;
bulk(CompositeBuffer.BulkOperation, int, int) - Method in class org.glassfish.grizzly.memory.CompositeBuffer
Iterates over Buffer bytes from position to limit and lets CompositeBuffer.BulkOperation examine/change the buffer content;
byteBuffer - Variable in class org.glassfish.grizzly.memory.HeapBuffer
 
ByteBufferArray - Class in org.glassfish.grizzly.memory
 
ByteBufferAware - Interface in org.glassfish.grizzly.memory
 
ByteBufferManager - Class in org.glassfish.grizzly.memory
The simple Buffer manager implementation, which works as wrapper above ByteBuffers.
ByteBufferManager() - Constructor for class org.glassfish.grizzly.memory.ByteBufferManager
 
ByteBufferManager(boolean, int, int) - Constructor for class org.glassfish.grizzly.memory.ByteBufferManager
 
ByteBufferManager - Class in org.glassfish.grizzly.memory.jmx
ByteBufferManager JMX object.
ByteBufferManager(ByteBufferManager) - Constructor for class org.glassfish.grizzly.memory.jmx.ByteBufferManager
 
ByteBufferManager.SmallByteBufferWrapper - Class in org.glassfish.grizzly.memory
ByteBufferWrapper implementation, which supports trimming.
ByteBufferWrapper - Class in org.glassfish.grizzly.memory
Buffer implementation, which uses the ByteBuffer underneath.
ByteBufferWrapper() - Constructor for class org.glassfish.grizzly.memory.ByteBufferWrapper
 
ByteBufferWrapper(ByteBuffer) - Constructor for class org.glassfish.grizzly.memory.ByteBufferWrapper
 
ByteChunk - Class in org.glassfish.grizzly.http.util
This class is used to represent a chunk of bytes, and utilities to manipulate byte[].
ByteChunk() - Constructor for class org.glassfish.grizzly.http.util.ByteChunk
Creates a new, uninitialized ByteChunk object.
ByteChunk(int) - Constructor for class org.glassfish.grizzly.http.util.ByteChunk
 
ByteChunk.ByteInputChannel - Interface in org.glassfish.grizzly.http.util
 
ByteChunk.ByteOutputChannel - Interface in org.glassfish.grizzly.http.util
 
ByteEntry() - Constructor for class org.glassfish.grizzly.http.util.StringCache.ByteEntry
 

C

C2BConverter - Class in org.glassfish.grizzly.http.util
Efficient conversion of character to bytes.
C2BConverter(ByteChunk, String) - Constructor for class org.glassfish.grizzly.http.util.C2BConverter
Create a converter, with bytes going to a byte buffer
C2BConverter(String) - Constructor for class org.glassfish.grizzly.http.util.C2BConverter
Create a converter
CACHE_SIZE - Static variable in class org.glassfish.grizzly.http.util.FastHttpDateFormat
 
Cacheable - Interface in org.glassfish.grizzly
 
CacheableDataChunk - Class in org.glassfish.grizzly.http.util
DataChunk implementation, which could be cached in the thread cache.
CacheableDataChunk() - Constructor for class org.glassfish.grizzly.http.util.CacheableDataChunk
 
CachedTypeIndex(int, String, Class<E>, int) - Constructor for class org.glassfish.grizzly.ThreadCache.CachedTypeIndex
 
canBeAggregated() - Method in class org.glassfish.grizzly.asyncqueue.AsyncWriteQueueRecord
 
cancel() - Method in class org.glassfish.grizzly.asyncqueue.PushBackContext
Deprecated.
Instructs Grizzly to cancel this message write and release message associated resources.
cancel() - Method in class org.glassfish.grizzly.http.server.Response
Deprecated.
cancel(boolean) - Method in class org.glassfish.grizzly.impl.ReadyFutureImpl
Do nothing.
cancel(boolean) - Method in class org.glassfish.grizzly.impl.SafeFutureImpl
cancel(boolean) - Method in class org.glassfish.grizzly.impl.UnsafeFutureImpl
cancel(SelectionKey) - Method in class org.glassfish.grizzly.nio.DefaultSelectionKeyHandler
 
cancel() - Method in class org.glassfish.grizzly.nio.DefaultSelectorHandler.DeregisterChannelOperation
 
cancel() - Method in class org.glassfish.grizzly.nio.DefaultSelectorHandler.RegisterChannelOperation
 
cancel() - Method in class org.glassfish.grizzly.nio.DefaultSelectorHandler.RegisterKeyTask
 
cancel() - Method in class org.glassfish.grizzly.nio.DefaultSelectorHandler.RunnableTask
 
cancel(SelectionKey) - Method in interface org.glassfish.grizzly.nio.SelectionKeyHandler
 
cancel() - Method in interface org.glassfish.grizzly.nio.SelectorHandlerTask
 
cancelled() - Method in interface org.glassfish.grizzly.CompletionHandler
The operation was cancelled.
cancelled() - Method in class org.glassfish.grizzly.EmptyCompletionHandler
The operation was cancelled.
cancelled() - Method in class org.glassfish.grizzly.streams.AbstractStreamWriter.DisposeBufferCompletionHandler
 
cancelled() - Method in class org.glassfish.grizzly.utils.CompletionHandlerAdapter
 
cancelled() - Method in class org.glassfish.grizzly.websockets.FrameCompletionHandler
 
canCompressHttpResponse(HttpResponsePacket, CompressionConfig, String[]) - Static method in class org.glassfish.grizzly.http.server.CompressionEncodingFilter
Returns true if the HttpResponsePacket could be compressed, or false otherwise.
canEncode(char) - Method in class org.glassfish.grizzly.websockets.StrictUtf8.Encoder
 
canServeCompressed(HttpRequestPacket) - Method in class org.glassfish.grizzly.http.server.filecache.FileCacheEntry
Returns true if this entry could be served compressed as response to this (passed) specific HttpRequestPacket.
canWrite(Connection) - Method in interface org.glassfish.grizzly.asyncqueue.AsyncQueueWriter
 
canWrite(Connection, int) - Method in interface org.glassfish.grizzly.asyncqueue.AsyncQueueWriter
Deprecated.
the size parameter will be ignored, use AsyncQueueWriter.canWrite(org.glassfish.grizzly.Connection) instead.
canWrite(int) - Method in class org.glassfish.grizzly.http.io.OutputBuffer
Deprecated.
the length parameter will be ignored. Please use OutputBuffer.canWrite().
canWrite() - Method in class org.glassfish.grizzly.http.io.OutputBuffer
 
canWrite(Connection, int) - Method in class org.glassfish.grizzly.nio.AbstractNIOAsyncQueueWriter
Deprecated.
canWrite(Connection) - Method in class org.glassfish.grizzly.nio.AbstractNIOAsyncQueueWriter
 
canWrite(Connection) - Method in class org.glassfish.grizzly.nio.tmpselectors.TemporarySelectorWriter
Return true if the connection has not exceeded it's maximum size in bytes of pending writes, otherwise false.
canWrite() - Method in class org.glassfish.grizzly.nio.transport.TCPNIOConnection
canWrite(int) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOConnection
Deprecated.
canWrite() - Method in class org.glassfish.grizzly.nio.transport.UDPNIOConnection
canWrite(int) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOConnection
Deprecated.
canWrite() - Method in interface org.glassfish.grizzly.OutputSink
 
canWrite(int) - Method in interface org.glassfish.grizzly.OutputSink
Deprecated.
the length parameter will be ignored. Pls. use OutputSink.canWrite().
canWrite(Connection<L>) - Method in interface org.glassfish.grizzly.Writer
Return true if the connection has not exceeded it's maximum size in bytes of pending writes, otherwise false.
canWriteChar(int) - Method in class org.glassfish.grizzly.http.io.OutputBuffer
Deprecated.
cap - Variable in class org.glassfish.grizzly.memory.HeapBuffer
 
capacity() - Method in interface org.glassfish.grizzly.Buffer
Returns this buffer's capacity.
capacity() - Method in class org.glassfish.grizzly.memory.BuffersBuffer
 
capacity() - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
 
capacity() - Method in class org.glassfish.grizzly.memory.HeapBuffer
 
CERTIFICATE_KEY - Static variable in interface org.glassfish.grizzly.ssl.SSLSupport
The Request attribute key for the client certificate chain.
CertificateEvent(boolean) - Constructor for class org.glassfish.grizzly.ssl.SSLBaseFilter.CertificateEvent
 
CERTIFICATES_ATTR - Static variable in class org.glassfish.grizzly.http.server.util.Globals
The request attribute under which we store the array of X509Certificate objects representing the certificate chain presented by our client, if any.
ChainProcessorSelector - Class in org.glassfish.grizzly
ProcessorSelector implementation, which acts like wrapper for chain of ProcessorSelectors.
ChainProcessorSelector() - Constructor for class org.glassfish.grizzly.ChainProcessorSelector
 
ChainProcessorSelector(ProcessorSelector...) - Constructor for class org.glassfish.grizzly.ChainProcessorSelector
 
ChainProcessorSelector(List<ProcessorSelector>) - Constructor for class org.glassfish.grizzly.ChainProcessorSelector
 
changed(E) - Method in interface org.glassfish.grizzly.ChangeListener
 
ChangeListener<E> - Interface in org.glassfish.grizzly
 
changeSessionId() - Method in class org.glassfish.grizzly.http.server.Request
Change the session id of the current session associated with this request and return the new session id.
changeSessionId() - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
 
channel - Variable in class org.glassfish.grizzly.nio.NIOConnection
 
characterEncoding - Variable in class org.glassfish.grizzly.http.HttpHeader
 
CharChunk - Class in org.glassfish.grizzly.http.util
Utilities to manipluate char chunks.
CharChunk() - Constructor for class org.glassfish.grizzly.http.util.CharChunk
Creates a new, uninitialized CharChunk object.
CharChunk(int) - Constructor for class org.glassfish.grizzly.http.util.CharChunk
 
CharChunk.CharInputChannel - Interface in org.glassfish.grizzly.http.util
 
CharChunk.CharOutputChannel - Interface in org.glassfish.grizzly.http.util
When we need more space we'll either grow the buffer ( up to the limit ) or send it to a channel.
CharEntry() - Constructor for class org.glassfish.grizzly.http.util.StringCache.CharEntry
 
charset - Variable in class org.glassfish.grizzly.http.util.StringCache.ByteEntry
 
charset - Variable in class org.glassfish.grizzly.utils.StringDecoder
 
charset - Variable in class org.glassfish.grizzly.utils.StringEncoder
 
Charsets - Class in org.glassfish.grizzly.utils
Charset utility class.
Charsets() - Constructor for class org.glassfish.grizzly.utils.Charsets
 
charsetSet - Variable in class org.glassfish.grizzly.http.HttpHeader
Has the charset been explicitly set.
ChatCommand - Class in org.glassfish.grizzly.samples.udpmulticast
Class represent chat command abstraction.
ChatCommand() - Constructor for class org.glassfish.grizzly.samples.udpmulticast.ChatCommand
 
check() - Method in class org.glassfish.grizzly.ssl.SSLStreamWriter.SSLHandshakeCondition
 
check() - Method in class org.glassfish.grizzly.streams.StreamDecodeCondition
 
check() - Method in class org.glassfish.grizzly.streams.TransformerInput.TransformerCondition
 
check() - Method in interface org.glassfish.grizzly.utils.conditions.Condition
 
checkBeforeOpeningConnection() - Method in class org.glassfish.grizzly.connectionpool.SingleEndpointPool
The method is called before the pool will try to establish new client connection.
checkConnectFailed(Throwable) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOConnection
Method will be called in order to check if failure happened before Connection was reported as connected.
checkDispose() - Method in class org.glassfish.grizzly.memory.HeapBuffer
 
checkEmptyRead(int) - Method in class org.glassfish.grizzly.nio.NIOConnection
 
checkEOL(HttpCodecFilter.HeaderParsingState, Buffer) - Static method in class org.glassfish.grizzly.http.util.HttpCodecUtils
 
checkEOL(HttpCodecFilter.HeaderParsingState, byte[], int) - Static method in class org.glassfish.grizzly.http.util.HttpCodecUtils
 
checkError() - Method in class org.glassfish.grizzly.servlet.ServletWriterImpl
 
checkForLastFrame(DataFrame, byte) - Method in class org.glassfish.grizzly.websockets.ProtocolHandler
 
checkMimeType(String) - Method in class org.glassfish.grizzly.http.CompressionConfig
Returns true if the resource with the given content-type could be compressed, or false otherwise.
checkNormalize(CharChunk) - Static method in class org.glassfish.grizzly.http.util.HttpRequestURIDecoder
Check that the URI is normalized following character decoding.
checkNotClosed() - Method in class org.glassfish.grizzly.connectionpool.MultiEndpointPool
Method throws IOException if the pool has been closed.
checkOverflow(String) - Method in class org.glassfish.grizzly.http.HttpCodecFilter.HeaderParsingState
 
checkpoint - Variable in class org.glassfish.grizzly.http.HttpCodecFilter.HeaderParsingState
 
checkpoint2 - Variable in class org.glassfish.grizzly.http.HttpCodecFilter.HeaderParsingState
 
checkRecycled() - Method in class org.glassfish.grizzly.asyncqueue.AsyncQueueRecord
 
checkUserAgent(HttpRequestPacket) - Method in class org.glassfish.grizzly.http.CompressionConfig
Returns true if based on this configuration user-agent, specified in the HttpRequestPacket, can receive compressed data.
Chunk - Interface in org.glassfish.grizzly.http.util
General interface for CharChunk and BufferChunk.
chunkContentStart - Variable in class org.glassfish.grizzly.http.HttpCodecFilter.ContentParsingState
 
chunked - Variable in class org.glassfish.grizzly.http.HttpHeader.Builder
 
chunked(boolean) - Method in class org.glassfish.grizzly.http.HttpHeader.Builder
Set true, if this HttpPacket content will be transferred in chunking mode, or false if case of fixed-length message.
CHUNKED - Static variable in class org.glassfish.grizzly.http.server.Constants
 
CHUNKED_ENCODING - Static variable in class org.glassfish.grizzly.http.util.Constants
 
CHUNKED_FILTER - Static variable in class org.glassfish.grizzly.http.server.Constants
Chunked filters (input and output).
ChunkedTransferEncoding - Class in org.glassfish.grizzly.http
Chunked transfer encoding implementation.
ChunkedTransferEncoding(int) - Constructor for class org.glassfish.grizzly.http.ChunkedTransferEncoding
 
ChunkingDecoder(int) - Constructor for class org.glassfish.grizzly.utils.ChunkingFilter.ChunkingDecoder
 
chunkingEnabled - Variable in class org.glassfish.grizzly.http.HttpCodecFilter
 
ChunkingEncoder(int) - Constructor for class org.glassfish.grizzly.utils.ChunkingFilter.ChunkingEncoder
 
ChunkingFilter - Class in org.glassfish.grizzly.utils
The Filter is responsible to break the incoming/outgoing data into chunks and pass them down/up by the FilterChain.
ChunkingFilter(int) - Constructor for class org.glassfish.grizzly.utils.ChunkingFilter
Construct a ChunkFilter, which will break incoming/outgoing data into chunks of the specified size.
ChunkingFilter.ChunkingDecoder - Class in org.glassfish.grizzly.utils
 
ChunkingFilter.ChunkingEncoder - Class in org.glassfish.grizzly.utils
 
ChunkingFilter.ChunkingTransformer - Class in org.glassfish.grizzly.utils
 
ChunkingTransformer(int) - Constructor for class org.glassfish.grizzly.utils.ChunkingFilter.ChunkingTransformer
 
chunkLength - Variable in class org.glassfish.grizzly.http.HttpCodecFilter.ContentParsingState
 
chunkRemainder - Variable in class org.glassfish.grizzly.http.HttpCodecFilter.ContentParsingState
 
CIPHER_SUITE_ATTR - Static variable in class org.glassfish.grizzly.http.server.util.Globals
The request attribute under which we store the name of the cipher suite being used on an SSL connection (as an object of type java.lang.String).
CIPHER_SUITE_KEY - Static variable in interface org.glassfish.grizzly.ssl.SSLSupport
The Request attribute key for the cipher suite.
CipherData(String, int) - Constructor for class org.glassfish.grizzly.ssl.SSLSupport.CipherData
 
CLASS_LOADER_ATTR - Static variable in class org.glassfish.grizzly.http.server.util.Globals
The servlet context attribute under which we store the class loader used for loading servlets (as an object of type java.lang.ClassLoader).
CLASS_PATH_ATTR - Static variable in class org.glassfish.grizzly.http.server.util.Globals
The servlet context attribute under which we store the class path for our application class loader (as an object of type String), delimited with the appropriate path delimiter for this platform.
classLoader - Variable in class org.glassfish.grizzly.servlet.ServletHandler
 
ClassLoaderUtil - Class in org.glassfish.grizzly.http.server.util
Simple ClassLoader utility.
ClassLoaderUtil() - Constructor for class org.glassfish.grizzly.http.server.util.ClassLoaderUtil
 
className - Variable in class org.glassfish.grizzly.servlet.Registration
 
clazz - Variable in class org.glassfish.grizzly.memory.AbstractBufferArray
 
clear() - Method in interface org.glassfish.grizzly.attributes.AttributeHolder
Clear all the attributes.
clear() - Method in class org.glassfish.grizzly.attributes.IndexedAttributeHolder
Clear all the attributes.
clear() - Method in class org.glassfish.grizzly.attributes.NamedAttributeHolder
Clear all the attributes.
clear() - Method in interface org.glassfish.grizzly.Buffer
Clears this buffer.
clear() - Method in class org.glassfish.grizzly.ChainProcessorSelector
clear() - Method in class org.glassfish.grizzly.filterchain.ListFacadeFilterChain
clear() - Method in class org.glassfish.grizzly.http.server.util.ParameterMap
Remove all mappings from this map.
clear() - Method in class org.glassfish.grizzly.http.util.MimeHeaders
Clears all header fields.
clear() - Method in class org.glassfish.grizzly.memory.BuffersBuffer
 
clear() - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
 
clear() - Method in class org.glassfish.grizzly.memory.HeapBuffer
 
clear() - Method in class org.glassfish.grizzly.utils.ArraySet
Remove all the set elements.
clear() - Method in interface org.glassfish.grizzly.utils.ObjectPool
 
clearContextInitParameters() - Method in class org.glassfish.grizzly.servlet.WebappContext
 
clearCookies() - Method in class org.glassfish.grizzly.http.server.Request
Clear the collection of Cookies associated with this Request.
clearHeaders() - Method in class org.glassfish.grizzly.http.server.Request
Clear the collection of Headers associated with this Request.
clearLocales() - Method in class org.glassfish.grizzly.http.server.Request
Clear the collection of Locales associated with this Request.
clearParameters() - Method in class org.glassfish.grizzly.http.server.Request
Clear the collection of parameters associated with this Request.
clearProbes() - Method in class org.glassfish.grizzly.monitoring.DefaultMonitoringConfig
Removes all the monitoring probes, which are registered on the object.
clearProbes() - Method in interface org.glassfish.grizzly.monitoring.MonitoringConfig
Removes all the monitoring probes, which are registered on the object.
clearResponse(Connection) - Method in class org.glassfish.grizzly.http.HttpClientFilter
 
clearState(FilterChainContext.Operation, int) - Method in class org.glassfish.grizzly.filterchain.DefaultFilterChain.FiltersState
 
client() - Static method in class org.glassfish.grizzly.http.CookiesBuilder
Returns the client-side cookies builder.
client(boolean) - Static method in class org.glassfish.grizzly.http.CookiesBuilder
Returns the client-side cookies builder with the specific "strict cookie version compliance".
client(boolean, boolean) - Static method in class org.glassfish.grizzly.http.CookiesBuilder
Returns the client-side cookies builder with the specific "strict cookie version compliance".
Client - Class in org.glassfish.grizzly.samples.http.download
Simple asynchronous HTTP client implementation, which downloads HTTP resource and saves its content in a local file.
Client() - Constructor for class org.glassfish.grizzly.samples.http.download.Client
 
Client - Class in org.glassfish.grizzly.samples.jaxws
Simple web service client, which uses auto-generated client classes and executes "add" operation.
Client() - Constructor for class org.glassfish.grizzly.samples.jaxws.Client
 
Client - Class in org.glassfish.grizzly.samples.simpleauth
Client implementation, which sends a message to a Server and checks the response.
Client() - Constructor for class org.glassfish.grizzly.samples.simpleauth.Client
 
CLIENT_WS_ORIGIN_HEADER - Static variable in class org.glassfish.grizzly.websockets.Constants
 
ClientAuthFilter - Class in org.glassfish.grizzly.samples.simpleauth
Client authentication filter, which intercepts client<->server communication, and checks whether client connection has been authenticated.
ClientAuthFilter() - Constructor for class org.glassfish.grizzly.samples.simpleauth.ClientAuthFilter
 
ClientAuthFilter.ConnectionAuthInfo - Class in org.glassfish.grizzly.samples.simpleauth
Single connection authentication info.
ClientCookiesBuilder(boolean, boolean) - Constructor for class org.glassfish.grizzly.http.CookiesBuilder.ClientCookiesBuilder
 
ClientDownloadFilter - Class in org.glassfish.grizzly.samples.http.download
HTTP client download filter.
ClientDownloadFilter(URI, FutureImpl<String>) - Constructor for class org.glassfish.grizzly.samples.http.download.ClientDownloadFilter
ClientDownloadFilter constructor
ClientFilter - Class in org.glassfish.grizzly.samples.echo
Client filter is responsible for redirecting server response to the standard output
ClientFilter() - Constructor for class org.glassfish.grizzly.samples.echo.ClientFilter
 
ClientFilter - Class in org.glassfish.grizzly.samples.simpleauth
Simple filter, which prints out the server echo message.
ClientFilter() - Constructor for class org.glassfish.grizzly.samples.simpleauth.ClientFilter
 
clientMode - Variable in class org.glassfish.grizzly.ssl.SSLEngineConfigurator
Client mode when handshaking.
clientSocketSoTimeout - Variable in class org.glassfish.grizzly.NIOTransportBuilder
 
clone(Connection, E) - Method in interface org.glassfish.grizzly.asyncqueue.MessageCloner
Method will be called by AsyncQueueWriter, when message could not be written directly, and will be added to the queue.
clone() - Method in class org.glassfish.grizzly.http.Cookie
Overrides the standard java.lang.Object.clone method to return a copy of this cookie.
clone() - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
Prevent cloning the facade.
clone() - Method in class org.glassfish.grizzly.servlet.HttpServletResponseImpl
Prevent cloning the facade.
clone() - Method in class org.glassfish.grizzly.servlet.ServletReaderImpl
Prevent cloning the facade.
clone() - Method in class org.glassfish.grizzly.servlet.ServletWriterImpl
Prevent cloning the facade.
cloneBuffer(Buffer) - Static method in class org.glassfish.grizzly.memory.Buffers
Clones the source Buffer.
cloneBuffer(Buffer, int, int) - Static method in class org.glassfish.grizzly.memory.Buffers
Clones the source Buffer.
cloneCookie() - Method in class org.glassfish.grizzly.servlet.CookieWrapper
 
close() - Method in interface org.glassfish.grizzly.asyncqueue.AsyncQueue
Close AsyncQueueProcessor and release associated resources
close() - Method in interface org.glassfish.grizzly.Closeable
Closes this stream and releases any system resources associated with it.
close(CompletionHandler<Closeable>) - Method in interface org.glassfish.grizzly.Closeable
Closes this stream and releases any system resources associated with it.
close() - Method in interface org.glassfish.grizzly.Connection
Close the Connection
close(CompletionHandler<Closeable>) - Method in interface org.glassfish.grizzly.Connection
Close the Connection
close(EndpointKey<E>) - Method in class org.glassfish.grizzly.connectionpool.MultiEndpointPool
Closes specific endpoint associated pool and releases its resources.
close() - Method in class org.glassfish.grizzly.connectionpool.MultiEndpointPool
Closes the pool and releases associated resources.
close() - Method in class org.glassfish.grizzly.connectionpool.SingleEndpointPool
Closes the pool and release associated resources.
close() - Method in class org.glassfish.grizzly.http.HttpContext
 
close() - Method in class org.glassfish.grizzly.http.io.InputBuffer
 
close() - Method in class org.glassfish.grizzly.http.io.OutputBuffer
 
CLOSE - Static variable in class org.glassfish.grizzly.http.server.Constants
 
close() - Method in class org.glassfish.grizzly.nio.AbstractNIOAsyncQueueReader
Close AsyncQueueProcessor and release associated resources
close() - Method in class org.glassfish.grizzly.nio.AbstractNIOAsyncQueueWriter
Close AsyncQueueProcessor and release associated resources
close() - Method in class org.glassfish.grizzly.nio.NIOConnection
 
close(CompletionHandler<Closeable>) - Method in class org.glassfish.grizzly.nio.NIOConnection
 
close() - Method in class org.glassfish.grizzly.nio.tmpselectors.TemporarySelectorPool
 
close(CompletionHandler<Closeable>) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOServerConnection
 
close() - Method in class org.glassfish.grizzly.servlet.ServletInputStreamImpl
Close the stream Since we re-cycle, we can't allow the call to super.close() which would permanently disable us.
close() - Method in class org.glassfish.grizzly.servlet.ServletOutputStreamImpl
 
close() - Method in class org.glassfish.grizzly.servlet.ServletReaderImpl
 
close() - Method in class org.glassfish.grizzly.servlet.ServletWriterImpl
 
close() - Method in class org.glassfish.grizzly.servlet.WebConnectionImpl
 
close() - Method in class org.glassfish.grizzly.streams.AbstractStreamReader
Closes the StreamReader and causes all subsequent method calls on this object to throw IllegalStateException.
close() - Method in class org.glassfish.grizzly.streams.AbstractStreamWriter
close(CompletionHandler<Integer>) - Method in class org.glassfish.grizzly.streams.AbstractStreamWriter
Close the StreamWriter and make sure all data was flushed.
close() - Method in class org.glassfish.grizzly.streams.BufferedInput
 
close(CompletionHandler<Integer>) - Method in class org.glassfish.grizzly.streams.BufferedOutput
 
close() - Method in interface org.glassfish.grizzly.streams.Input
 
close(CompletionHandler<Integer>) - Method in interface org.glassfish.grizzly.streams.Output
Close the StreamWriter and make sure all data was flushed.
close() - Method in class org.glassfish.grizzly.streams.StreamInput
 
close(CompletionHandler<Integer>) - Method in class org.glassfish.grizzly.streams.StreamOutput
 
close(CompletionHandler<Integer>) - Method in interface org.glassfish.grizzly.streams.StreamWriter
Close the StreamWriter and make sure all data was flushed.
close() - Method in class org.glassfish.grizzly.utils.BufferOutputStream
 
close(int, String) - Method in class org.glassfish.grizzly.websockets.ProtocolHandler
 
close() - Method in class org.glassfish.grizzly.websockets.SimpleWebSocket
 
close(int) - Method in class org.glassfish.grizzly.websockets.SimpleWebSocket
 
close(int, String) - Method in class org.glassfish.grizzly.websockets.SimpleWebSocket
 
close() - Method in interface org.glassfish.grizzly.websockets.WebSocket
Closes this WebSocket.
close(int) - Method in interface org.glassfish.grizzly.websockets.WebSocket
Closes this WebSocket using the specified status code.
close(int, String) - Method in interface org.glassfish.grizzly.websockets.WebSocket
Closes this WebSocket using the specified status code and reason.
close0(CompletionHandler<Closeable>, boolean) - Method in class org.glassfish.grizzly.nio.NIOConnection
 
close0(CompletionHandler<Closeable>, boolean) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOConnection
CLOSE_BYTES - Static variable in class org.glassfish.grizzly.http.server.Constants
 
Closeable - Interface in org.glassfish.grizzly
General asynchronous closable interface.
closeConnection(Connection) - Method in class org.glassfish.grizzly.AbstractTransport
Close the connection, managed by Transport
closeConnection(Connection) - Method in class org.glassfish.grizzly.nio.NIOTransport
 
closeConnection(Connection) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOTransport
 
closeConnection(Connection) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOTransport
 
CloseListener<T extends Closeable,C extends ICloseType> - Interface in org.glassfish.grizzly
The listener, which is used to be notified, when Connection gets closed.
closeSilently() - Method in interface org.glassfish.grizzly.Connection
Close the Connection silently, no notification required on completion or failure.
closeSilently() - Method in class org.glassfish.grizzly.nio.NIOConnection
 
CloseType - Enum in org.glassfish.grizzly
 
closeTypeFlag - Variable in class org.glassfish.grizzly.nio.NIOConnection
 
ClosingFrame - Class in org.glassfish.grizzly.websockets
 
ClosingFrame() - Constructor for class org.glassfish.grizzly.websockets.ClosingFrame
 
ClosingFrame(int, String) - Constructor for class org.glassfish.grizzly.websockets.ClosingFrame
 
ClosingFrame(byte[]) - Constructor for class org.glassfish.grizzly.websockets.ClosingFrame
 
ClosingFrameType - Class in org.glassfish.grizzly.websockets.frametypes
 
ClosingFrameType() - Constructor for class org.glassfish.grizzly.websockets.frametypes.ClosingFrameType
 
CLStaticHttpHandler - Class in org.glassfish.grizzly.http.server
HttpHandler, which processes requests to a static resources resolved by a given ClassLoader.
CLStaticHttpHandler(ClassLoader, String...) - Constructor for class org.glassfish.grizzly.http.server.CLStaticHttpHandler
Create HttpHandler, which will handle requests to the static resources resolved by the given class loader.
code(LZMADecoder.LZMAInputState, long) - Method in class org.glassfish.grizzly.compression.lzma.impl.Decoder
 
code(LZMAEncoder.LZMAOutputState, long, long) - Method in class org.glassfish.grizzly.compression.lzma.impl.Encoder
 
Codec<K,L> - Interface in org.glassfish.grizzly
Codec is able to transform the original message to a custom represantation and vise versa.
CodecFilter<K,L> - Interface in org.glassfish.grizzly.filterchain
 
codecFilter - Variable in class org.glassfish.grizzly.http.HttpCodecFilter.HeaderParsingState
 
CODECS_CACHE_SIZE - Static variable in class org.glassfish.grizzly.utils.Charsets
 
codeOneBlock(long[], long[], boolean[]) - Method in class org.glassfish.grizzly.compression.lzma.impl.Encoder
 
COLON - Static variable in class org.glassfish.grizzly.http.server.Constants
COLON.
COLON - Static variable in class org.glassfish.grizzly.http.util.Constants
COLON.
COLON_BYTES - Static variable in class org.glassfish.grizzly.http.server.Constants
 
CometAddOn - Class in org.glassfish.grizzly.comet
Comet AddOn for the HttpServer.
CometAddOn() - Constructor for class org.glassfish.grizzly.comet.CometAddOn
 
CometContext<E> - Class in org.glassfish.grizzly.comet
The main object used by CometHandler and Servlet to push information amongst suspended request/response.
CometContext(CometEngine, String) - Constructor for class org.glassfish.grizzly.comet.CometContext
Create a new instance
CometEngine - Class in org.glassfish.grizzly.comet
Main class allowing Comet support on top of Grizzly Asynchronous Request Processing mechanism.
CometEngine() - Constructor for class org.glassfish.grizzly.comet.CometEngine
Create a singleton and initialize all lists required.
CometEvent<E> - Class in org.glassfish.grizzly.comet
Simple event class used to pass information between CometHandler and the Comet implementation.
CometEvent() - Constructor for class org.glassfish.grizzly.comet.CometEvent
Create a new CometEvent
CometEvent(CometEvent.Type) - Constructor for class org.glassfish.grizzly.comet.CometEvent
 
CometEvent(CometEvent.Type, CometContext) - Constructor for class org.glassfish.grizzly.comet.CometEvent
 
CometEvent(CometEvent.Type, CometContext, E) - Constructor for class org.glassfish.grizzly.comet.CometEvent
 
CometEvent.Type - Enum in org.glassfish.grizzly.comet
 
CometHandler<E> - Interface in org.glassfish.grizzly.comet
This interface represents a suspended connection (or response).
COMMA - Static variable in class org.glassfish.grizzly.http.util.Constants
COMMA.
comment - Variable in class org.glassfish.grizzly.http.Cookie
 
compact() - Method in interface org.glassfish.grizzly.Buffer
Compacts this buffer  (optional operation).
compact() - Method in class org.glassfish.grizzly.memory.BuffersBuffer
 
compact() - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
 
compact() - Method in class org.glassfish.grizzly.memory.HeapBuffer
 
compare(int, int, String) - Method in class org.glassfish.grizzly.http.util.BufferChunk
 
compare(ByteChunk, byte[]) - Static method in class org.glassfish.grizzly.http.util.StringCache
Compare given byte chunk with byte array.
compare(CharChunk, char[]) - Static method in class org.glassfish.grizzly.http.util.StringCache
Compare given char chunk with char array.
compareAndSetCurrentElement(E, E) - Method in class org.glassfish.grizzly.asyncqueue.TaskQueue
 
compareIgnoreCase(int, int, String) - Method in class org.glassfish.grizzly.http.util.BufferChunk
 
compareTo(Buffer) - Method in class org.glassfish.grizzly.memory.BuffersBuffer
 
compareTo(Buffer) - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
 
compareTo(Buffer) - Method in class org.glassfish.grizzly.memory.HeapBuffer
 
compareTo(ServletRegistration) - Method in class org.glassfish.grizzly.servlet.ServletRegistration
 
compareTo(String) - Method in class org.glassfish.grizzly.utils.JdkVersion
 
compareTo(JdkVersion) - Method in class org.glassfish.grizzly.utils.JdkVersion
 
complete(ProcessorResult) - Method in class org.glassfish.grizzly.Context
 
COMPLETE_EVENT - Static variable in interface org.glassfish.grizzly.Reader
 
completeAndRecycle() - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
 
completed(E) - Method in interface org.glassfish.grizzly.CompletionHandler
The operation was completed.
completed(E) - Method in class org.glassfish.grizzly.EmptyCompletionHandler
The operation was completed.
COMPLETED - Static variable in interface org.glassfish.grizzly.Interceptor
 
completed(RegisterChannelResult) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOServerConnection.RegisterAcceptedChannelCompletionHandler
 
completed(RegisterChannelResult) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOTransport.RegisterChannelCompletionHandler
 
completed(Object) - Method in class org.glassfish.grizzly.streams.AbstractStreamWriter.DisposeBufferCompletionHandler
 
completed(B) - Method in class org.glassfish.grizzly.utils.CompletionHandlerAdapter
 
completed(DataFrame) - Method in class org.glassfish.grizzly.websockets.FrameCompletionHandler
 
completionHandler - Variable in class org.glassfish.grizzly.asyncqueue.AsyncQueueRecord
 
CompletionHandler<E> - Interface in org.glassfish.grizzly
Interface, which will be used by Grizzly to notify about asynchronous I/O operations status updates.
completionHandler - Variable in class org.glassfish.grizzly.streams.BufferedInput
 
CompletionHandlerAdapter<A,B> - Class in org.glassfish.grizzly.utils
 
CompletionHandlerAdapter(FutureImpl<A>) - Constructor for class org.glassfish.grizzly.utils.CompletionHandlerAdapter
 
CompletionHandlerAdapter(FutureImpl<A>, CompletionHandler<A>) - Constructor for class org.glassfish.grizzly.utils.CompletionHandlerAdapter
 
CompletionHandlerAdapter(FutureImpl<A>, CompletionHandler<A>, GenericAdapter<B, A>) - Constructor for class org.glassfish.grizzly.utils.CompletionHandlerAdapter
 
completionHandlers - Variable in class org.glassfish.grizzly.impl.UnsafeFutureImpl
 
composeContentType(String, String) - Static method in class org.glassfish.grizzly.http.util.HttpUtils
 
composeHandshakeError(HttpRequestPacket, HandshakeException) - Static method in class org.glassfish.grizzly.websockets.BaseWebSocketFilter
 
composeHeaders() - Method in class org.glassfish.grizzly.websockets.HandShake
 
composeHeaders() - Method in class org.glassfish.grizzly.websockets.rfc6455.RFC6455HandShake
 
CompositeBuffer - Class in org.glassfish.grizzly.memory
 
CompositeBuffer() - Constructor for class org.glassfish.grizzly.memory.CompositeBuffer
 
compositeBuffer - Variable in class org.glassfish.grizzly.streams.BufferedInput
 
CompositeBuffer.BulkOperation - Interface in org.glassfish.grizzly.memory
Bulk Buffer operation, responsible for byte-by-byte Buffer processing.
CompositeBuffer.DisposeOrder - Enum in org.glassfish.grizzly.memory
The order in which internal Buffers will be disposed.
CompositeBuffer.Setter - Interface in org.glassfish.grizzly.memory
Setter.
compressFile(FileCacheEntry) - Method in class org.glassfish.grizzly.http.server.filecache.FileCache
Creates a temporary compressed representation of the given cache entry.
CompressionConfig - Class in org.glassfish.grizzly.http
Compression configuration class.
CompressionConfig() - Constructor for class org.glassfish.grizzly.http.CompressionConfig
 
CompressionConfig(CompressionConfig) - Constructor for class org.glassfish.grizzly.http.CompressionConfig
The copy constructor.
CompressionConfig(CompressionConfig.CompressionMode, int, Set<String>, Set<String>) - Constructor for class org.glassfish.grizzly.http.CompressionConfig
 
CompressionConfig.CompressionMode - Enum in org.glassfish.grizzly.http
 
CompressionConfig.CompressionModeI - Interface in org.glassfish.grizzly.http
Common CompressionMode interface.
CompressionEncodingFilter - Class in org.glassfish.grizzly.http.server
 
CompressionEncodingFilter(CompressionConfig, String[]) - Constructor for class org.glassfish.grizzly.http.server.CompressionEncodingFilter
 
CompressionEncodingFilter(CompressionConfig.CompressionModeI, int, String[], String[], String[]) - Constructor for class org.glassfish.grizzly.http.server.CompressionEncodingFilter
 
CompressionLevel - Enum in org.glassfish.grizzly.http.server
Deprecated.
pls. use org.glassfish.grizzly.http.Compression#CompressionLevel.
condition - Variable in class org.glassfish.grizzly.streams.BufferedInput
 
Condition - Interface in org.glassfish.grizzly.utils.conditions
 
ConditionElement(Condition, FutureImpl<E>, CompletionHandler<E>) - Constructor for class org.glassfish.grizzly.utils.StateHolder.ConditionElement
 
config - Variable in class org.glassfish.grizzly.threadpool.AbstractThreadPool
 
config - Variable in class org.glassfish.grizzly.threadpool.GrizzlyExecutorService
 
configSelectorPool(ThreadPoolConfig) - Method in class org.glassfish.grizzly.NIOTransportBuilder
Configure the SelectorRunner pool's default core and max pool size.
configure(boolean, String) - Method in class org.glassfish.grizzly.http.ajp.AjpAddOn
Construct AjpAddOn
configure(Properties) - Method in class org.glassfish.grizzly.http.ajp.AjpAddOn
Configure Ajp Filter using properties.
configure(Properties) - Method in class org.glassfish.grizzly.http.ajp.AjpHandlerFilter
Configure Ajp Filter using properties.
configure(SSLEngine) - Method in class org.glassfish.grizzly.ssl.SSLConnectionContext
 
configure(SSLEngine) - Method in class org.glassfish.grizzly.ssl.SSLEngineConfigurator
Configure passed SSLEngine, using current configurator settings
configureBlocking(boolean) - Method in class org.glassfish.grizzly.AbstractTransport
Sets the Transport mode.
configureBlocking(boolean) - Method in interface org.glassfish.grizzly.Connection
Sets the Connection mode.
configureBlocking(boolean) - Method in class org.glassfish.grizzly.filterchain.FilterChainContext.TransportContext
 
configureBlocking(boolean) - Method in class org.glassfish.grizzly.nio.NIOConnection
 
configureBlocking(boolean) - Method in interface org.glassfish.grizzly.Transport
Sets the Transport mode.
configureCompressionEncodings(NetworkListener) - Method in class org.glassfish.grizzly.http.server.HttpServer
 
configureNIOConnection(NIOConnection) - Method in class org.glassfish.grizzly.nio.NIOTransport
 
configureServletEnv() - Method in class org.glassfish.grizzly.servlet.ServletHandler
configureSessionCookie(Cookie) - Method in class org.glassfish.grizzly.http.server.Request
Configures the given JSESSIONID cookie.
configureStandalone(boolean) - Method in interface org.glassfish.grizzly.Connection
 
configureStandalone(boolean) - Method in class org.glassfish.grizzly.nio.NIOConnection
 
configureStandalone(boolean) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOTransport
 
configureStandalone(boolean) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOTransport
 
configureStandalone(boolean) - Method in interface org.glassfish.grizzly.Transport
 
CONFLICT_409 - Static variable in class org.glassfish.grizzly.http.util.HttpStatus
 
CONINTUE_100 - Static variable in class org.glassfish.grizzly.http.util.HttpStatus
 
connect(String, int) - Method in class org.glassfish.grizzly.AbstractSocketConnectorHandler
 
connect(SocketAddress) - Method in class org.glassfish.grizzly.AbstractSocketConnectorHandler
 
connect(SocketAddress, CompletionHandler<Connection>) - Method in class org.glassfish.grizzly.AbstractSocketConnectorHandler
 
connect(SocketAddress, SocketAddress) - Method in class org.glassfish.grizzly.AbstractSocketConnectorHandler
 
connect(SocketAddress, SocketAddress, CompletionHandler<Connection>) - Method in class org.glassfish.grizzly.AbstractSocketConnectorHandler
 
connect(E) - Method in interface org.glassfish.grizzly.ConnectorHandler
Creates, initializes and establishes Connection to the specific remoteAddress.
connect(E, CompletionHandler<Connection>) - Method in interface org.glassfish.grizzly.ConnectorHandler
Creates, initializes and establishes Connection to the specific remoteAddress.
connect(E, E) - Method in interface org.glassfish.grizzly.ConnectorHandler
Creates, initializes Connection, binds it to the specific local and remote remoteAddress.
connect(E, E, CompletionHandler<Connection>) - Method in interface org.glassfish.grizzly.ConnectorHandler
Creates, initializes Connection, binds it to the specific local and remote remoteAddress.
CONNECT - Static variable in class org.glassfish.grizzly.http.Method
 
connect(SocketAddress, SocketAddress, CompletionHandler<Connection>) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOConnectorHandler
 
connect(String, int) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOTransport
Creates, initializes and connects socket to the specific remote host and port and returns Connection, representing socket.
connect(SocketAddress) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOTransport
Creates, initializes and connects socket to the specific SocketAddress and returns Connection, representing socket.
connect(SocketAddress, CompletionHandler<Connection>) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOTransport
Creates, initializes and connects socket to the specific SocketAddress and returns Connection, representing socket.
connect(SocketAddress, SocketAddress) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOTransport
Creates, initializes socket, binds it to the specific local and remote SocketAddress and returns Connection, representing socket.
connect(SocketAddress, SocketAddress, CompletionHandler<Connection>) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOTransport
Creates, initializes socket, binds it to the specific local and remote SocketAddress and returns Connection, representing socket.
connect() - Method in class org.glassfish.grizzly.nio.transport.UDPNIOConnectorHandler
Creates non-connected UDP Connection.
connect(SocketAddress, SocketAddress, CompletionHandler<Connection>) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOConnectorHandler
 
connect() - Method in class org.glassfish.grizzly.nio.transport.UDPNIOTransport
Creates non-connected UDP Connection.
connect(String, int) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOTransport
Creates, initializes and connects socket to the specific remote host and port and returns Connection, representing socket.
connect(SocketAddress) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOTransport
Creates, initializes and connects socket to the specific SocketAddress and returns Connection, representing socket.
connect(SocketAddress, CompletionHandler<Connection>) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOTransport
Creates, initializes and connects socket to the specific SocketAddress and returns Connection, representing socket.
connect(SocketAddress, SocketAddress) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOTransport
Creates, initializes socket, binds it to the specific local and remote SocketAddress and returns Connection, representing socket.
connect(SocketAddress, SocketAddress, CompletionHandler<Connection>) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOTransport
Creates, initializes socket, binds it to the specific local and remote SocketAddress and returns Connection, representing socket.
connect(String, int) - Method in interface org.glassfish.grizzly.SocketConnectorHandler
Creates, initializes and connects socket to the specific remote host and port and returns Connection, representing socket.
connectAsync(SocketAddress, SocketAddress, CompletionHandler<Connection>, boolean) - Method in class org.glassfish.grizzly.AbstractSocketConnectorHandler
 
connectAsync(SocketAddress, SocketAddress, CompletionHandler<Connection>, boolean) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOConnectorHandler
 
connectAsync(SocketAddress, SocketAddress, CompletionHandler<Connection>, boolean) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOConnectorHandler
 
connectCloseSemaphor - Variable in class org.glassfish.grizzly.nio.NIOConnection
 
connected() - Method in interface org.glassfish.grizzly.nio.transport.TCPNIOConnection.ConnectResultHandler
 
connected - Variable in class org.glassfish.grizzly.websockets.SimpleWebSocket
 
connectFuture - Variable in class org.glassfish.grizzly.connectionpool.SingleEndpointPool.ConnectTimeoutTask
 
connection - Variable in class org.glassfish.grizzly.asyncqueue.AsyncQueueRecord
 
Connection<L> - Interface in org.glassfish.grizzly
Common interface, which represents any kind of connection.
CONNECTION - Static variable in class org.glassfish.grizzly.http.server.Constants
 
connection - Variable in class org.glassfish.grizzly.streams.AbstractStreamReader
 
CONNECTION - Static variable in class org.glassfish.grizzly.websockets.Constants
 
connection - Variable in class org.glassfish.grizzly.websockets.ProtocolHandler
 
Connection.CloseListener - Interface in org.glassfish.grizzly
Deprecated.
Connection.CloseType - Enum in org.glassfish.grizzly
Deprecated.
ConnectionAuthInfo() - Constructor for class org.glassfish.grizzly.samples.simpleauth.ClientAuthFilter.ConnectionAuthInfo
 
ConnectionInfo<E> - Class in org.glassfish.grizzly.connectionpool
Pooled Connection information, that might be used for monitoring reasons.
connectionMonitoringConfig - Variable in class org.glassfish.grizzly.AbstractTransport
Connection probes
connectionProbe - Variable in class org.glassfish.grizzly.AbstractSocketConnectorHandler.Builder
 
ConnectionProbe - Interface in org.glassfish.grizzly
Monitoring probe providing callbacks that may be invoked by Grizzly Connection implementations.
ConnectionProbe.Adapter - Class in org.glassfish.grizzly
ConnectionProbe adapter that provides no-op implementations for all interface methods allowing easy extension by the developer.
connectionTimeout - Variable in class org.glassfish.grizzly.NIOTransportBuilder
 
connectionTimeoutMillis - Variable in class org.glassfish.grizzly.nio.transport.TCPNIOConnectorHandler
 
connectionTimeoutMillis - Variable in class org.glassfish.grizzly.nio.transport.UDPNIOConnectorHandler
 
connectorHandler(ConnectorHandler<E>) - Method in class org.glassfish.grizzly.connectionpool.MultiEndpointPool.Builder
Sets the default ConnectorHandler to be used to establish new Connections if none is specified by EndpointKey.
connectorHandler(ConnectorHandler<E>) - Method in class org.glassfish.grizzly.connectionpool.SingleEndpointPool.Builder
Sets the ConnectorHandler used to establish new Connections.
ConnectorHandler<E> - Interface in org.glassfish.grizzly
Client side connector handler API.
connectSync(SocketAddress, SocketAddress, CompletionHandler<Connection>) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOConnectorHandler
 
connectSync(SocketAddress, SocketAddress, CompletionHandler<Connection>) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOConnectorHandler
 
connectTimeout(long, TimeUnit) - Method in class org.glassfish.grizzly.connectionpool.MultiEndpointPool.Builder
Sets the max time Connection connect operation may take.
connectTimeout(long, TimeUnit) - Method in class org.glassfish.grizzly.connectionpool.SingleEndpointPool.Builder
Sets the max time Connection connect operation may take.
ConnectTimeoutTask(GrizzlyFuture<Connection>) - Constructor for class org.glassfish.grizzly.connectionpool.SingleEndpointPool.ConnectTimeoutTask
 
ConnectTimeoutTaskResolver() - Constructor for class org.glassfish.grizzly.connectionpool.SingleEndpointPool.ConnectTimeoutTaskResolver
 
ConnectTimeoutWorker() - Constructor for class org.glassfish.grizzly.connectionpool.SingleEndpointPool.ConnectTimeoutWorker
 
Constants - Class in org.glassfish.grizzly.http.server
Constants.
Constants() - Constructor for class org.glassfish.grizzly.http.server.Constants
 
Constants - Class in org.glassfish.grizzly.http.util
Constants.
Constants() - Constructor for class org.glassfish.grizzly.http.util.Constants
 
Constants - Class in org.glassfish.grizzly.websockets
 
Constants() - Constructor for class org.glassfish.grizzly.websockets.Constants
 
contains(Object) - Method in class org.glassfish.grizzly.ChainProcessorSelector
contains(Object) - Method in class org.glassfish.grizzly.filterchain.ListFacadeFilterChain
contains(Header) - Method in class org.glassfish.grizzly.http.util.MimeHeaders
 
contains(String) - Method in class org.glassfish.grizzly.http.util.MimeHeaders
 
contains(String) - Static method in class org.glassfish.grizzly.http.util.MimeType
 
contains(Object) - Method in class org.glassfish.grizzly.utils.ArraySet
contains(Charset) - Method in class org.glassfish.grizzly.websockets.StrictUtf8
 
containsAll(Collection<?>) - Method in class org.glassfish.grizzly.ChainProcessorSelector
containsAll(Collection<?>) - Method in class org.glassfish.grizzly.filterchain.ListFacadeFilterChain
containsAll(Collection<?>) - Method in class org.glassfish.grizzly.utils.ArraySet
containsCTL(String, int) - Static method in class org.glassfish.grizzly.http.util.CookieUtils
 
containsHeader(String) - Method in class org.glassfish.grizzly.http.HttpHeader
Returns true, if the mime header with the specific name is present among the HttpHeader mime headers, or false otherwise.
containsHeader(Header) - Method in class org.glassfish.grizzly.http.HttpHeader
Returns true, if the mime Header is present among the HttpHeader mime headers, otherwise returns false.
containsHeader(String) - Method in class org.glassfish.grizzly.http.HttpTrailer
Returns true, if the mime header with the specific name is present among the HttpHeader mime headers, or false otherwise.
containsHeader(Header) - Method in class org.glassfish.grizzly.http.HttpTrailer
Returns true, if the mime Header is present among the HttpHeader mime headers, otherwise returns false.
containsHeader(String) - Method in interface org.glassfish.grizzly.http.MimeHeadersPacket
Returns true, if the mime header with the specific name is present among the HttpHeader mime headers, or false otherwise.
containsHeader(Header) - Method in interface org.glassfish.grizzly.http.MimeHeadersPacket
Returns true, if the mime Header is present among the HttpHeader mime headers, otherwise returns false.
containsHeader(String) - Method in class org.glassfish.grizzly.http.server.Response
Has the specified header been set already in this response?
containsHeader(Header) - Method in class org.glassfish.grizzly.http.server.Response
Has the specified header been set already in this response?
containsHeader(String) - Method in class org.glassfish.grizzly.servlet.HttpServletResponseImpl
content - Variable in class org.glassfish.grizzly.http.HttpContent.Builder
 
content(Buffer) - Method in class org.glassfish.grizzly.http.HttpContent.Builder
Set the HttpContent chunk content Buffer.
content - Variable in class org.glassfish.grizzly.http.HttpContent
 
ContentDisposition - Class in org.glassfish.grizzly.http.multipart
Content-Disposition representation.
ContentDisposition(String) - Constructor for class org.glassfish.grizzly.http.multipart.ContentDisposition
 
ContentDisposition.ParamValue - Class in org.glassfish.grizzly.http.multipart
 
ContentEncoding - Interface in org.glassfish.grizzly.http
Abstraction, which represents HTTP content-encoding.
ContentEncodingException - Exception in org.glassfish.grizzly.http
 
ContentEncodingException() - Constructor for exception org.glassfish.grizzly.http.ContentEncodingException
 
ContentEncodingException(String) - Constructor for exception org.glassfish.grizzly.http.ContentEncodingException
 
ContentEncodingException(Throwable) - Constructor for exception org.glassfish.grizzly.http.ContentEncodingException
 
ContentEncodingException(String, Throwable) - Constructor for exception org.glassfish.grizzly.http.ContentEncodingException
 
contentEncodings - Variable in class org.glassfish.grizzly.http.HttpCodecFilter
 
contentLength - Variable in class org.glassfish.grizzly.http.HttpHeader.Builder
 
contentLength(long) - Method in class org.glassfish.grizzly.http.HttpHeader.Builder
Set the content-length of this HttpPacket.
contentLength - Variable in class org.glassfish.grizzly.http.HttpHeader
 
contentLengthHeadersCount - Variable in class org.glassfish.grizzly.http.HttpCodecFilter.HeaderParsingState
 
contentLengthsDiffer - Variable in class org.glassfish.grizzly.http.HttpCodecFilter.HeaderParsingState
 
ContentParsingState() - Constructor for class org.glassfish.grizzly.http.HttpCodecFilter.ContentParsingState
 
contentType - Variable in class org.glassfish.grizzly.http.HttpHeader.Builder
 
contentType(String) - Method in class org.glassfish.grizzly.http.HttpHeader.Builder
Set the content-type of this HttpPacket.
contentType - Variable in class org.glassfish.grizzly.http.HttpHeader
 
contentType - Variable in class org.glassfish.grizzly.http.server.filecache.FileCacheEntry
 
ContentType - Class in org.glassfish.grizzly.http.util
Useful methods for Content-Type processing
ContentType() - Constructor for class org.glassfish.grizzly.http.util.ContentType
 
Context - Class in org.glassfish.grizzly
Object, which is responsible for holding context during I/O event processing.
Context() - Constructor for class org.glassfish.grizzly.Context
 
context - Variable in class org.glassfish.grizzly.http.server.util.Mapper
Context associated with this wrapper, used for wrapper mapping.
Context() - Constructor for class org.glassfish.grizzly.http.server.util.Mapper.Context
 
context - Variable in class org.glassfish.grizzly.http.server.util.MappingData
 
context - Variable in class org.glassfish.grizzly.servlet.DispatchedHttpServletRequest
The context for this request.
ContextList() - Constructor for class org.glassfish.grizzly.http.server.util.Mapper.ContextList
 
contextList - Variable in class org.glassfish.grizzly.http.server.util.Mapper.Host
 
contextPath - Variable in class org.glassfish.grizzly.http.server.util.MappingData
 
contextPath - Variable in class org.glassfish.grizzly.servlet.DispatchedHttpServletRequest
The context path for this request.
contexts - Variable in class org.glassfish.grizzly.http.server.util.Mapper.ContextList
 
ContinuationFrameType - Class in org.glassfish.grizzly.websockets.frametypes
 
ContinuationFrameType(boolean) - Constructor for class org.glassfish.grizzly.websockets.frametypes.ContinuationFrameType
 
convert(ByteChunk, CharChunk) - Method in class org.glassfish.grizzly.http.util.B2CConverter
Convert a buffer of bytes into a chars
convert(ByteChunk, CharChunk, int) - Method in class org.glassfish.grizzly.http.util.B2CConverter
 
convert(ByteChunk, CharChunk) - Method in class org.glassfish.grizzly.http.util.B2CConverterBlocking
Deprecated. 
convert(ByteChunk, CharChunk, int) - Method in class org.glassfish.grizzly.http.util.B2CConverterBlocking
 
convert(char[], int, int) - Method in class org.glassfish.grizzly.http.util.C2BConverter
Generate the bytes using the specified encoding
convert(String) - Method in class org.glassfish.grizzly.http.util.C2BConverter
Generate the bytes using the specified encoding
convert(String, int, int) - Method in class org.glassfish.grizzly.http.util.C2BConverter
Generate the bytes using the specified encoding
convert(char) - Method in class org.glassfish.grizzly.http.util.C2BConverter
Generate the bytes using the specified encoding
convert(MessageBytes) - Method in class org.glassfish.grizzly.http.util.C2BConverter
Convert a message bytes chars to bytes
convert(String) - Static method in class org.glassfish.grizzly.http.util.HexUtils
Convert a String of hexadecimal digits into the corresponding byte array by encoding each two hexadecimal digits as a byte.
convert(byte[]) - Static method in class org.glassfish.grizzly.http.util.HexUtils
Convert a byte array into a printable format containing a String of hexadecimal digit characters (two per byte).
convert(ByteChunk) - Method in class org.glassfish.grizzly.http.util.UDecoder
URLDecode, will modify the source.
convert(ByteChunk, boolean) - Method in class org.glassfish.grizzly.http.util.UDecoder
URLDecode the ByteChunk
convert(ByteChunk, boolean, boolean) - Static method in class org.glassfish.grizzly.http.util.UDecoder
URLDecode the ByteChunk
convert(CharChunk) - Method in class org.glassfish.grizzly.http.util.UDecoder
In-buffer processing - the buffer will be modified Includes converting '+' to ' '.
convert(CharChunk, boolean) - Static method in class org.glassfish.grizzly.http.util.UDecoder
In-buffer processing - the buffer will be modified
convert(MessageBytes) - Method in class org.glassfish.grizzly.http.util.UDecoder
URLDecode, will modify the source Includes converting '+' to ' '.
convert(MessageBytes, boolean) - Method in class org.glassfish.grizzly.http.util.UDecoder
URLDecode, will modify the source
convert(MessageBytes, boolean, boolean) - Static method in class org.glassfish.grizzly.http.util.UDecoder
URLDecode, will modify the source
convert(String) - Static method in class org.glassfish.grizzly.http.util.UDecoder
 
convert(String, boolean) - Static method in class org.glassfish.grizzly.http.util.UDecoder
 
convert(ByteChunk, CharChunk) - Method in class org.glassfish.grizzly.http.util.UTF8Decoder
 
convert(Buffer, int, char[], int, int) - Method in class org.glassfish.grizzly.http.util.UTF8Decoder
Converts the Buffer to char[] using UTF8 encoding.
convert(byte[], int, char[], int, int) - Method in class org.glassfish.grizzly.http.util.UTF8Decoder
Converts the Buffer to char[] using UTF8 encoding.
convert2Int(byte[]) - Static method in class org.glassfish.grizzly.http.util.HexUtils
Convert 4 hex digits to an int, and return the number of converted bytes.
convertASCII(MessageBytes) - Static method in class org.glassfish.grizzly.http.util.B2CConverter
Character conversion of a US-ASCII MessageBytes.
convertASCII(MessageBytes) - Static method in class org.glassfish.grizzly.http.util.B2CConverterBlocking
Character conversion of a US-ASCII MessageBytes.
convertMB(MessageBytes) - Method in class org.glassfish.grizzly.http.util.HttpRequestURIDecoder
Character conversion of the a US-ASCII MessageBytes.
convertQValueToFloat(DataChunk, int, int) - Static method in class org.glassfish.grizzly.http.util.HttpUtils
 
convertQValueToFloat(Buffer, int, int) - Static method in class org.glassfish.grizzly.http.util.HttpUtils
 
convertQValueToFloat(String, int, int) - Static method in class org.glassfish.grizzly.http.util.HttpUtils
 
convertQValueToFloat(char[], int, int) - Static method in class org.glassfish.grizzly.http.util.HttpUtils
 
convertToBytes(String) - Static method in class org.glassfish.grizzly.http.util.ByteChunk
Convert specified String to a byte array.
convertToChars(DataChunk, Charset) - Static method in class org.glassfish.grizzly.http.util.HttpRequestURIDecoder
Converts the normalized the HTTP request represented by the bytes inside DataChunk to chars representation, using the passed encoding.
convertToLong(String) - Static method in class org.glassfish.grizzly.http.server.filecache.FileCache
 
Cookie - Class in org.glassfish.grizzly.http
Creates a cookie, a small amount of information sent by a servlet to a Web browser, saved by the browser, and later sent back to the server.
Cookie() - Constructor for class org.glassfish.grizzly.http.Cookie
 
Cookie(String, String) - Constructor for class org.glassfish.grizzly.http.Cookie
Constructs a cookie with a specified name and value.
COOKIE_VERSION_ONE_STRICT_COMPLIANCE - Static variable in class org.glassfish.grizzly.http.util.CookieUtils
If set to true, then it will double quote the value and update cookie version when there is special characters.
CookieParserUtils - Class in org.glassfish.grizzly.http.util
The set of Cookie utility methods for cookie parsing.
CookieParserUtils() - Constructor for class org.glassfish.grizzly.http.util.CookieParserUtils
 
Cookies - Class in org.glassfish.grizzly.http
A collection of cookies - reusable and tuned for server side performance.
Cookies() - Constructor for class org.glassfish.grizzly.http.Cookies
 
cookies - Variable in class org.glassfish.grizzly.http.CookiesBuilder.AbstractCookiesBuilder
 
cookies - Variable in class org.glassfish.grizzly.http.server.Request
The set of cookies associated with this Request.
CookiesBuilder - Class in org.glassfish.grizzly.http
Cookies builder, which could be used to construct a set of cookies, either client or server.
CookiesBuilder() - Constructor for class org.glassfish.grizzly.http.CookiesBuilder
 
CookiesBuilder.AbstractCookiesBuilder<E extends CookiesBuilder.AbstractCookiesBuilder> - Class in org.glassfish.grizzly.http
 
CookiesBuilder.ClientCookiesBuilder - Class in org.glassfish.grizzly.http
 
CookiesBuilder.ServerCookiesBuilder - Class in org.glassfish.grizzly.http
 
CookieSerializerUtils - Class in org.glassfish.grizzly.http.util
The set of Cookie utility methods for cookie serialization.
CookieSerializerUtils() - Constructor for class org.glassfish.grizzly.http.util.CookieSerializerUtils
 
cookiesParsed - Variable in class org.glassfish.grizzly.http.server.Request
Cookies parsed flag.
CookieUtils - Class in org.glassfish.grizzly.http.util
The general set of Cookie utility methods.
CookieUtils() - Constructor for class org.glassfish.grizzly.http.util.CookieUtils
 
CookieWrapper - Class in org.glassfish.grizzly.servlet
Simple Wrapper around Cookie.
CookieWrapper(String, String) - Constructor for class org.glassfish.grizzly.servlet.CookieWrapper
Constructs a cookie with a specified name and value.
copy() - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
 
copy(File, File) - Static method in class org.glassfish.grizzly.http.server.util.ExpandJar
Copy the specified file or directory to the destination.
copy() - Method in class org.glassfish.grizzly.ssl.SSLEngineConfigurator
 
copy() - Method in class org.glassfish.grizzly.threadpool.ThreadPoolConfig
 
COPY_CLONER - Static variable in class org.glassfish.grizzly.ssl.SSLBaseFilter
 
copyBlock(int, int) - Method in class org.glassfish.grizzly.compression.lzma.impl.lz.OutWindow
 
copyBytes(byte[], int, int, int) - Static method in class org.glassfish.grizzly.http.util.HttpRequestURIDecoder
Copy an array of bytes to a different position.
copyFrom(MimeHeaders) - Method in class org.glassfish.grizzly.http.util.MimeHeaders
 
corePoolSize(int) - Method in class org.glassfish.grizzly.connectionpool.SingleEndpointPool.Builder
Sets the number of Connections, kept in the pool, that are immune to keep-alive mechanism.
corePoolSize - Variable in class org.glassfish.grizzly.threadpool.ThreadPoolConfig
 
CR - Static variable in class org.glassfish.grizzly.http.server.Constants
CR.
CR - Static variable in class org.glassfish.grizzly.http.util.Constants
CR.
CRC - Class in org.glassfish.grizzly.compression.lzma.impl
CRC
CRC() - Constructor for class org.glassfish.grizzly.compression.lzma.impl.CRC
 
create() - Method in class org.glassfish.grizzly.AbstractBindingHandler.Builder
 
create() - Method in class org.glassfish.grizzly.AbstractSocketConnectorHandler.Builder
 
create(Connection, Buffer, ReadResult, CompletionHandler, Interceptor<ReadResult>) - Static method in class org.glassfish.grizzly.asyncqueue.AsyncReadQueueRecord
 
create(Connection, WritableMessage, WriteResult, CompletionHandler, Object, PushBackHandler, boolean) - Static method in class org.glassfish.grizzly.asyncqueue.AsyncWriteQueueRecord
 
create(int, int) - Method in class org.glassfish.grizzly.compression.lzma.impl.Decoder.LiteralDecoder
 
create(int, int, int, int) - Method in class org.glassfish.grizzly.compression.lzma.impl.lz.BinTree
 
create(int, int, int) - Method in class org.glassfish.grizzly.compression.lzma.impl.lz.InWindow
 
create(int) - Method in class org.glassfish.grizzly.compression.lzma.impl.lz.OutWindow
 
create() - Static method in class org.glassfish.grizzly.compression.lzma.LZMADecoder
 
create() - Static method in class org.glassfish.grizzly.compression.lzma.LZMAEncoder
 
create(Connection) - Static method in class org.glassfish.grizzly.Context
 
create(Connection, Processor, IOEvent, IOEventProcessingHandler) - Static method in class org.glassfish.grizzly.Context
 
create(DefaultFilterChain.FILTER_STATE_TYPE, Object) - Static method in class org.glassfish.grizzly.filterchain.DefaultFilterChain.FilterStateElement
 
create(DefaultFilterChain.FILTER_STATE_TYPE, Appendable) - Static method in class org.glassfish.grizzly.filterchain.DefaultFilterChain.FilterStateElement
 
create(DefaultFilterChain.FILTER_STATE_TYPE, E, Appender<E>) - Static method in class org.glassfish.grizzly.filterchain.DefaultFilterChain.FilterStateElement
 
create(Connection) - Static method in class org.glassfish.grizzly.filterchain.FilterChainContext
 
create() - Static method in class org.glassfish.grizzly.http.ajp.AjpHttpRequest
 
create() - Method in class org.glassfish.grizzly.http.HttpBrokenContent.Builder
 
create() - Static method in class org.glassfish.grizzly.http.HttpBrokenContent
 
create(HttpHeader) - Static method in class org.glassfish.grizzly.http.HttpBrokenContent
 
create() - Method in class org.glassfish.grizzly.http.HttpContent.Builder
 
create() - Static method in class org.glassfish.grizzly.http.HttpContent
 
create(HttpHeader) - Static method in class org.glassfish.grizzly.http.HttpContent
 
create() - Method in class org.glassfish.grizzly.http.HttpHeader.Builder
 
create() - Method in class org.glassfish.grizzly.http.HttpRequestPacket.Builder
 
create() - Method in class org.glassfish.grizzly.http.HttpResponsePacket.Builder
 
create() - Method in class org.glassfish.grizzly.http.HttpTrailer.Builder
 
create() - Static method in class org.glassfish.grizzly.http.HttpTrailer
 
create(HttpHeader) - Static method in class org.glassfish.grizzly.http.HttpTrailer
 
create(HttpContent, Buffer) - Static method in class org.glassfish.grizzly.http.ParsingResult
 
create(String, String) - Static method in class org.glassfish.grizzly.http.server.filecache.FileCacheKey
 
create(HttpRequestPacket) - Static method in class org.glassfish.grizzly.http.server.filecache.LazyFileCacheKey
 
create() - Static method in class org.glassfish.grizzly.http.server.Request
 
create() - Static method in class org.glassfish.grizzly.http.server.util.SimpleDateFormats
 
create() - Static method in class org.glassfish.grizzly.http.util.CacheableDataChunk
 
create() - Static method in class org.glassfish.grizzly.impl.ReadyFutureImpl
Construct cancelled Future.
create(R) - Static method in class org.glassfish.grizzly.impl.ReadyFutureImpl
Construct Future with the result.
create(Throwable) - Static method in class org.glassfish.grizzly.impl.ReadyFutureImpl
Construct failed Future.
create() - Static method in class org.glassfish.grizzly.impl.SafeFutureImpl
Construct SafeFutureImpl.
create() - Static method in class org.glassfish.grizzly.impl.UnsafeFutureImpl
Construct Future.
create() - Static method in class org.glassfish.grizzly.memory.BufferArray
 
create() - Static method in class org.glassfish.grizzly.memory.BuffersBuffer
Construct BuffersBuffer.
create(MemoryManager) - Static method in class org.glassfish.grizzly.memory.BuffersBuffer
 
create(MemoryManager, Buffer...) - Static method in class org.glassfish.grizzly.memory.BuffersBuffer
 
create(MemoryManager, Buffer[], boolean) - Static method in class org.glassfish.grizzly.memory.BuffersBuffer
 
create() - Static method in class org.glassfish.grizzly.memory.ByteBufferArray
 
create(NIOTransport) - Static method in class org.glassfish.grizzly.nio.SelectorRunner
 
create() - Method in class org.glassfish.grizzly.nio.transport.TCPNIOBindingHandler.Builder
 
create() - Method in class org.glassfish.grizzly.nio.transport.TCPNIOConnectorHandler.Builder
 
create() - Method in class org.glassfish.grizzly.nio.transport.TCPNIOTransportBuilder
 
create() - Method in class org.glassfish.grizzly.nio.transport.UDPNIOBindingHandler.Builder
 
create() - Method in class org.glassfish.grizzly.nio.transport.UDPNIOConnectorHandler.Builder
 
create() - Method in class org.glassfish.grizzly.nio.transport.UDPNIOTransportBuilder
 
create() - Method in class org.glassfish.grizzly.NIOTransportBuilder
 
create(Connection) - Static method in class org.glassfish.grizzly.ReadResult
 
create(Connection, K, L, int) - Static method in class org.glassfish.grizzly.ReadResult
 
create() - Static method in class org.glassfish.grizzly.samples.simpleauth.MultiLinePacket
 
create(String...) - Static method in class org.glassfish.grizzly.samples.simpleauth.MultiLinePacket
 
create() - Static method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
 
create() - Static method in class org.glassfish.grizzly.servlet.HttpServletResponseImpl
 
create(boolean, byte[]) - Method in class org.glassfish.grizzly.websockets.BaseFrameType
 
create(boolean, byte[]) - Method in interface org.glassfish.grizzly.websockets.FrameType
 
create(boolean, byte[]) - Method in class org.glassfish.grizzly.websockets.frametypes.ClosingFrameType
 
create(boolean, Buffer) - Static method in class org.glassfish.grizzly.websockets.ParseResult
Create a ParseResult object.
create(Connection) - Static method in class org.glassfish.grizzly.WriteResult
 
create(Connection, K, L, int) - Static method in class org.glassfish.grizzly.WriteResult
 
createAdd() - Method in class org.glassfish.grizzly.samples.jaxws.addclient.ObjectFactory
Create an instance of Add
createAdd(Add) - Method in class org.glassfish.grizzly.samples.jaxws.addclient.ObjectFactory
Create an instance of JAXBElement<Add>}
createAddResponse() - Method in class org.glassfish.grizzly.samples.jaxws.addclient.ObjectFactory
Create an instance of AddResponse
createAddResponse(AddResponse) - Method in class org.glassfish.grizzly.samples.jaxws.addclient.ObjectFactory
Create an instance of JAXBElement<AddResponse>}
createAjpHandlerFilter() - Method in class org.glassfish.grizzly.http.ajp.AjpAddOn
 
createAjpMessageFilter() - Method in class org.glassfish.grizzly.http.ajp.AjpAddOn
 
createAttribute(String) - Method in interface org.glassfish.grizzly.attributes.AttributeBuilder
Create Attribute with name
createAttribute(String, T) - Method in interface org.glassfish.grizzly.attributes.AttributeBuilder
Create Attribute with name and default value
createAttribute(String, NullaryFunction<T>) - Method in interface org.glassfish.grizzly.attributes.AttributeBuilder
Create Attribute with name and initializer, which will be called, if Attribute's value is null on a AttributedObject
createAttribute(String, NullaryFunction<T>) - Method in interface org.glassfish.grizzly.attributes.AttributeBuilder
createAttribute(String) - Method in class org.glassfish.grizzly.attributes.DefaultAttributeBuilder
Create Attribute with name
createAttribute(String, T) - Method in class org.glassfish.grizzly.attributes.DefaultAttributeBuilder
Create Attribute with name and default value
createAttribute(String, NullaryFunction<T>) - Method in class org.glassfish.grizzly.attributes.DefaultAttributeBuilder
Create Attribute with name and initializer, which will be called, if Attribute's value is null on a AttributedObject
createAttribute(String, NullaryFunction<T>) - Method in class org.glassfish.grizzly.attributes.DefaultAttributeBuilder
 
createClassloader(File, ClassLoader) - Static method in class org.glassfish.grizzly.http.server.util.ClassLoaderUtil
Deprecated.
removal candidate, never used
createComplete() - Static method in class org.glassfish.grizzly.ProcessorResult
 
createComplete(Object) - Static method in class org.glassfish.grizzly.ProcessorResult
 
createCompletedResult(O, I) - Static method in class org.glassfish.grizzly.TransformationResult
 
createConnectionIfPossible() - Method in class org.glassfish.grizzly.connectionpool.SingleEndpointPool
Checks if it's possible to create a new Connection by calling SingleEndpointPool.checkBeforeOpeningConnection() and if it is possible - establish new connection.
createContext(Connection, FilterChainContext.Operation) - Method in class org.glassfish.grizzly.filterchain.BaseFilter
 
CREATED_201 - Static variable in class org.glassfish.grizzly.http.util.HttpStatus
 
createDefaultIdleDelayedExecutor() - Static method in class org.glassfish.grizzly.utils.ActivityCheckFilter
 
createDefaultIdleDelayedExecutor(long, TimeUnit) - Static method in class org.glassfish.grizzly.utils.ActivityCheckFilter
 
createDefaultIdleDelayedExecutor() - Static method in class org.glassfish.grizzly.utils.IdleTimeoutFilter
 
createDefaultIdleDelayedExecutor(long, TimeUnit) - Static method in class org.glassfish.grizzly.utils.IdleTimeoutFilter
 
createDefaultWorkerPoolConfig(Transport) - Method in class org.glassfish.grizzly.strategies.AbstractIOStrategy
 
createDefaultWorkerPoolConfig(Transport) - Method in class org.glassfish.grizzly.strategies.SameThreadIOStrategy
 
createDefaultWorkerPoolConfig(Transport) - Method in class org.glassfish.grizzly.strategies.SimpleDynamicNIOStrategy
 
createDefaultWorkerPoolConfig(Transport) - Method in interface org.glassfish.grizzly.strategies.WorkerThreadPoolConfigProducer
 
createDelayQueue(DelayedExecutor.Worker<E>, DelayedExecutor.Resolver<E>) - Method in class org.glassfish.grizzly.utils.DelayedExecutor
 
createError() - Static method in class org.glassfish.grizzly.ProcessorResult
 
createError(Object) - Static method in class org.glassfish.grizzly.ProcessorResult
 
createErrorResult(int, String) - Static method in class org.glassfish.grizzly.TransformationResult
 
createEventListenerInstance(Class<? extends EventListener>) - Method in class org.glassfish.grizzly.servlet.WebappContext
Instantiates the given EventListener class.
createEventListenerInstance(String) - Method in class org.glassfish.grizzly.servlet.WebappContext
Instantiates the given EventListener class.
createFilter(Class<T>) - Method in class org.glassfish.grizzly.servlet.WebappContext
 
createFilterChain(ServletRequest, Servlet, DispatcherType) - Method in class org.glassfish.grizzly.servlet.FilterChainFactory
Construct and return a FilterChain implementation that will wrap the execution of the specified servlet instance.
createFilterChain(Request, Servlet, DispatcherType) - Method in class org.glassfish.grizzly.servlet.FilterChainFactory
Construct and return a FilterChain implementation that will wrap the execution of the specified servlet instance.
createFilterInstance(FilterRegistration) - Method in class org.glassfish.grizzly.servlet.WebappContext
Instantiates the given Filter class.
createFilterInstance(Class<? extends Filter>) - Method in class org.glassfish.grizzly.servlet.WebappContext
Instantiates the given Filter class.
createFlushEvent() - Static method in class org.glassfish.grizzly.filterchain.TransportFilter
 
createFlushEvent(CompletionHandler) - Static method in class org.glassfish.grizzly.filterchain.TransportFilter
 
createHandler(boolean) - Method in enum org.glassfish.grizzly.websockets.Version
 
createHandShake(HttpContent) - Method in class org.glassfish.grizzly.websockets.ProtocolHandler
 
createHandShake(URI) - Method in class org.glassfish.grizzly.websockets.ProtocolHandler
 
createHandShake(URI) - Method in class org.glassfish.grizzly.websockets.rfc6455.RFC6455Handler
 
createHandShake(HttpContent) - Method in class org.glassfish.grizzly.websockets.rfc6455.RFC6455Handler
 
createHeapBuffer(byte[], int, int) - Method in class org.glassfish.grizzly.memory.HeapBuffer
 
createHttpUpgradeHandlerInstance(Class<T>) - Method in class org.glassfish.grizzly.servlet.WebappContext
Instantiates the given HttpUpgradeHandler class.
createImmutable(AsyncQueueReader<L>, AsyncQueueWriter<L>) - Static method in class org.glassfish.grizzly.asyncqueue.AsyncQueueIO.Factory
 
createIncompletedResult(I) - Static method in class org.glassfish.grizzly.TransformationResult
 
createInputStream() - Method in class org.glassfish.grizzly.http.server.Request
Create and return a NIOInputStream to read the content associated with this Request.
createInstance() - Static method in class org.glassfish.grizzly.threadpool.GrizzlyExecutorService
 
createInstance(ThreadPoolConfig) - Static method in class org.glassfish.grizzly.threadpool.GrizzlyExecutorService
 
createJmxManagementObject() - Method in class org.glassfish.grizzly.AbstractTransport
Create the Transport JMX management object.
createJmxManagementObject() - Method in class org.glassfish.grizzly.http.HttpCodecFilter
 
createJmxManagementObject() - Method in class org.glassfish.grizzly.http.KeepAlive
 
createJmxManagementObject() - Method in class org.glassfish.grizzly.http.server.filecache.FileCache
 
createJmxManagementObject() - Method in class org.glassfish.grizzly.http.server.HttpServerFilter
 
createJmxManagementObject() - Method in class org.glassfish.grizzly.memory.AbstractMemoryManager
 
createJmxManagementObject() - Method in class org.glassfish.grizzly.memory.ByteBufferManager
Create the Memory Manager JMX management object.
createJmxManagementObject() - Method in class org.glassfish.grizzly.memory.HeapMemoryManager
createJmxManagementObject() - Method in class org.glassfish.grizzly.nio.transport.TCPNIOTransport
Create the Transport JMX management object.
createJmxManagementObject() - Method in class org.glassfish.grizzly.nio.transport.UDPNIOTransport
Create the Transport JMX management object.
createLeave() - Static method in class org.glassfish.grizzly.ProcessorResult
 
createListener(Class<T>) - Method in class org.glassfish.grizzly.servlet.WebappContext
 
createManagementObject() - Method in interface org.glassfish.grizzly.http.server.jmxbase.Monitorable
Returns a new JMX Object that may be registered with the Grizzly JMX manager.
createManagementObject() - Method in class org.glassfish.grizzly.http.server.NetworkListener
 
createManagementObject() - Method in class org.glassfish.grizzly.monitoring.DefaultMonitoringConfig
Create the JMX Object, which represents this object.
createManagementObject() - Method in interface org.glassfish.grizzly.monitoring.MonitoringConfig
Create the JMX Object, which represents this object.
createMutable(AsyncQueueReader<L>, AsyncQueueWriter<L>) - Static method in class org.glassfish.grizzly.asyncqueue.AsyncQueueIO.Factory
 
createNote(String) - Static method in class org.glassfish.grizzly.http.HttpRequestPacket
Create a named Note associated with this Request.
createNote(String) - Static method in class org.glassfish.grizzly.http.server.Request
Create a named Note associated with this Request.
createNotRun() - Static method in class org.glassfish.grizzly.ProcessorResult
 
createOptimizedTransportFilter(TransportFilter) - Method in class org.glassfish.grizzly.ssl.SSLBaseFilter
 
createOutputStream() - Method in class org.glassfish.grizzly.http.server.Response
Create and return a ServletOutputStream to write the content associated with this Response.
createReadyFuture(R) - Static method in class org.glassfish.grizzly.utils.Futures
Create a Future, which has a preset result.
createReadyFuture(Throwable) - Static method in class org.glassfish.grizzly.utils.Futures
Create a Future, which has a preset failure.
createRecord(Connection, WritableMessage, WriteResult<WritableMessage, SocketAddress>, CompletionHandler<WriteResult<WritableMessage, SocketAddress>>, SocketAddress, PushBackHandler, boolean) - Method in class org.glassfish.grizzly.nio.AbstractNIOAsyncQueueWriter
 
createReregister(Context) - Static method in class org.glassfish.grizzly.ProcessorResult
 
createRerun(Context) - Static method in class org.glassfish.grizzly.ProcessorResult
 
createSafeFuture() - Static method in class org.glassfish.grizzly.utils.Futures
Returns thread-safe FutureImpl implementation.
createServlet(Class<T>) - Method in class org.glassfish.grizzly.servlet.WebappContext
 
createServletInstance(ServletRegistration) - Method in class org.glassfish.grizzly.servlet.WebappContext
Instantiates the given Servlet class.
createServletInstance(Class<? extends Servlet>) - Method in class org.glassfish.grizzly.servlet.WebappContext
Instantiates the given Servlet class.
createShutdownExecutorService() - Method in class org.glassfish.grizzly.nio.NIOTransport
 
createSimpleServer() - Static method in class org.glassfish.grizzly.http.server.HttpServer
 
createSimpleServer(String) - Static method in class org.glassfish.grizzly.http.server.HttpServer
 
createSimpleServer(String, int) - Static method in class org.glassfish.grizzly.http.server.HttpServer
 
createSimpleServer(String, PortRange) - Static method in class org.glassfish.grizzly.http.server.HttpServer
 
createSimpleServer(String, SocketAddress) - Static method in class org.glassfish.grizzly.http.server.HttpServer
 
createSimpleServer(String, String, int) - Static method in class org.glassfish.grizzly.http.server.HttpServer
 
createSimpleServer(String, String, PortRange) - Static method in class org.glassfish.grizzly.http.server.HttpServer
 
createSingleEndpointPool(EndpointKey<E>) - Method in class org.glassfish.grizzly.connectionpool.MultiEndpointPool
Creates SingleEndpointPool instance.
createSmallBuffer() - Method in class org.glassfish.grizzly.memory.ByteBufferManager
 
createSocket(ProtocolHandler, WebSocketListener...) - Method in class org.glassfish.grizzly.websockets.WebSocketApplication
createSocket(ProtocolHandler, HttpRequestPacket, WebSocketListener...) - Method in class org.glassfish.grizzly.websockets.WebSocketApplication
Factory method to create new WebSocket instances.
createSSLContext() - Method in class org.glassfish.grizzly.ssl.SSLContextConfigurator
 
createSSLEngine() - Method in class org.glassfish.grizzly.ssl.SSLEngineConfigurator
Create and configure SSLEngine, basing on current settings.
createStateObject() - Method in class org.glassfish.grizzly.AbstractTransformer
 
createStateObject() - Method in class org.glassfish.grizzly.compression.lzma.LZMADecoder
 
createStateObject() - Method in class org.glassfish.grizzly.compression.lzma.LZMAEncoder
 
createStateObject() - Method in class org.glassfish.grizzly.compression.zip.GZipDecoder
createStateObject() - Method in class org.glassfish.grizzly.compression.zip.GZipEncoder
createTaskQueue(TaskQueue.MutableMaxQueueSize) - Static method in class org.glassfish.grizzly.asyncqueue.TaskQueue
 
createTemporarySelectorIO() - Method in class org.glassfish.grizzly.nio.NIOTransport
 
createTemporarySelectorIO() - Method in class org.glassfish.grizzly.nio.transport.TCPNIOTransport
 
createTemporarySelectorIO() - Method in class org.glassfish.grizzly.nio.transport.UDPNIOTransport
 
createTerminate() - Static method in class org.glassfish.grizzly.ProcessorResult
 
createThreadLocalPool() - Method in class org.glassfish.grizzly.memory.ByteBufferManager
 
createThreadLocalPool() - Method in class org.glassfish.grizzly.memory.HeapMemoryManager
createThreadLocalPool() - Method in interface org.glassfish.grizzly.memory.ThreadLocalPoolProvider
 
createUnsafeFuture() - Static method in class org.glassfish.grizzly.utils.Futures
Returns non thread-safe FutureImpl implementation.
createURLClassLoader(String) - Static method in class org.glassfish.grizzly.http.server.util.ClassLoaderUtil
Construct a URLClassLoader based on a canonical file location.
createURLClassLoader(String, ClassLoader) - Static method in class org.glassfish.grizzly.http.server.util.ClassLoaderUtil
Construct a URLClassLoader based on a canonical file location.
createWebSocketFilter() - Method in class org.glassfish.grizzly.websockets.WebSocketAddOn
 
CRLF - Static variable in class org.glassfish.grizzly.http.server.Constants
CRLF.
CRLF_BYTES - Static variable in class org.glassfish.grizzly.http.server.Constants
 
crossContext - Variable in class org.glassfish.grizzly.servlet.DispatchedHttpServletRequest
If this request is cross context, since this changes session access behavior.
ctx - Variable in class org.glassfish.grizzly.http.server.Request
 
ctx - Variable in class org.glassfish.grizzly.http.server.Response
Grizzly FilterChain context, related to this HTTP request/response
ctx - Variable in class org.glassfish.grizzly.servlet.Registration
 
ctx - Variable in class org.glassfish.grizzly.websockets.ProtocolHandler
 
currentDate - Static variable in class org.glassfish.grizzly.http.util.FastHttpDateFormat
Current formatted date.
currentDecoder - Variable in class org.glassfish.grizzly.websockets.ProtocolHandler
 
currentResult - Variable in class org.glassfish.grizzly.asyncqueue.AsyncQueueRecord
 
CUSTOM(String) - Static method in class org.glassfish.grizzly.http.Method
 
CUSTOM(String, Method.PayloadExpectation) - Static method in class org.glassfish.grizzly.http.Method
 
CustomClientFilter(FutureImpl<GIOPMessage>) - Constructor for class org.glassfish.grizzly.samples.filterchain.GIOPClient.CustomClientFilter
 
customizeErrorPage(Response, String, int, Throwable) - Method in class org.glassfish.grizzly.servlet.ServletHandler
Customize the error page returned to the client.
customizeErrorResponse(HttpResponsePacket) - Method in class org.glassfish.grizzly.http.HttpServerFilter
 
CustomStrategy - Class in org.glassfish.grizzly.samples.strategy
Sample shows how easy custom IOStrategy could be applied for a Transport.
CustomStrategy() - Constructor for class org.glassfish.grizzly.samples.strategy.CustomStrategy
 

D

DataChunk - Class in org.glassfish.grizzly.http.util
Buffer chunk representation.
DataChunk() - Constructor for class org.glassfish.grizzly.http.util.DataChunk
 
DataChunk(ByteChunk, BufferChunk, CharChunk, String) - Constructor for class org.glassfish.grizzly.http.util.DataChunk
 
DataChunk.Type - Enum in org.glassfish.grizzly.http.util
 
DataFrame - Class in org.glassfish.grizzly.websockets
In memory representation of a websocket frame.
DataFrame(FrameType) - Constructor for class org.glassfish.grizzly.websockets.DataFrame
 
DataFrame(FrameType, String) - Constructor for class org.glassfish.grizzly.websockets.DataFrame
 
DataFrame(FrameType, String, boolean) - Constructor for class org.glassfish.grizzly.websockets.DataFrame
 
DataFrame(FrameType, byte[]) - Constructor for class org.glassfish.grizzly.websockets.DataFrame
 
DataFrame(FrameType, byte[], boolean) - Constructor for class org.glassfish.grizzly.websockets.DataFrame
 
DataStructures - Class in org.glassfish.grizzly.utils
 
DataStructures() - Constructor for class org.glassfish.grizzly.utils.DataStructures
 
date - Variable in class org.glassfish.grizzly.http.server.filecache.FileCacheEntry
 
DEBUG_MODE - Static variable in class org.glassfish.grizzly.memory.ByteBufferWrapper
 
DEBUG_MODE - Static variable in class org.glassfish.grizzly.memory.HeapBuffer
 
DebugPoint - Class in org.glassfish.grizzly.utils
Utility class, which may stores the current execution position to help tracking threading issues.
DebugPoint(Exception, String) - Constructor for class org.glassfish.grizzly.utils.DebugPoint
 
dec() - Method in class org.glassfish.grizzly.Writer.Reentrant
Decrements the reentrants counter by one.
decInitialized - Variable in class org.glassfish.grizzly.compression.lzma.LZMADecoder.LZMAInputState
 
declareRoles(String...) - Method in class org.glassfish.grizzly.servlet.WebappContext
 
decode(LZMADecoder.LZMAInputState, RangeDecoder) - Method in class org.glassfish.grizzly.compression.lzma.impl.rangecoder.BitTreeDecoder
 
decode(Connection, HttpContent) - Method in interface org.glassfish.grizzly.http.ContentEncoding
Decode HTTP packet content represented by HttpContent.
decode(Connection, HttpContent) - Method in class org.glassfish.grizzly.http.GZipContentEncoding
 
decode(Connection, HttpContent) - Method in class org.glassfish.grizzly.http.LZMAContentEncoding
 
decode(char[]) - Static method in class org.glassfish.grizzly.http.util.Base64Utils
Decodes a BASE64 encoded char array.
decode(byte[]) - Static method in class org.glassfish.grizzly.http.util.Base64Utils
Decodes a BASE64 encoded byte array.
decode(String) - Static method in class org.glassfish.grizzly.http.util.Base64Utils
Decodes a BASE64 encoded String.
decode(MessageBytes, UDecoder) - Static method in class org.glassfish.grizzly.http.util.HttpRequestURIDecoder
Decode the http request represented by the bytes inside MessageBytes using an UDecoder.
decode(MessageBytes, UDecoder, String, B2CConverter) - Static method in class org.glassfish.grizzly.http.util.HttpRequestURIDecoder
Decode the HTTP request represented by the bytes inside MessageBytes using an UDecoder, using the specified encoding, using the specified [@link B2CConverter} to decode the request.
decode(DataChunk) - Static method in class org.glassfish.grizzly.http.util.HttpRequestURIDecoder
Decode the HTTP request represented by the bytes inside DataChunk.
decode(DataChunk, boolean) - Static method in class org.glassfish.grizzly.http.util.HttpRequestURIDecoder
Decode the HTTP request represented by the bytes inside DataChunk.
decode(DataChunk, boolean, Charset) - Static method in class org.glassfish.grizzly.http.util.HttpRequestURIDecoder
Decode the HTTP request represented by the bytes inside DataChunk.
decode(DataChunk, DataChunk, boolean, Charset) - Static method in class org.glassfish.grizzly.http.util.HttpRequestURIDecoder
Decode the HTTP request represented by the bytes inside DataChunk.
decode(DataChunk) - Static method in class org.glassfish.grizzly.http.util.URLDecoder
 
decode(DataChunk, boolean) - Static method in class org.glassfish.grizzly.http.util.URLDecoder
URLDecode the DataChunk
decode(DataChunk, DataChunk, boolean) - Static method in class org.glassfish.grizzly.http.util.URLDecoder
URLDecode the DataChunk
decode(DataChunk, DataChunk, boolean, String) - Static method in class org.glassfish.grizzly.http.util.URLDecoder
URLDecode the DataChunk
decode(ByteChunk, boolean) - Static method in class org.glassfish.grizzly.http.util.URLDecoder
URLDecode the ByteChunk
decode(ByteChunk, ByteChunk, boolean) - Static method in class org.glassfish.grizzly.http.util.URLDecoder
URLDecode the ByteChunk
decode(BufferChunk, ByteChunk, boolean) - Static method in class org.glassfish.grizzly.http.util.URLDecoder
URLDecode the BufferChunk
decode(ByteChunk, BufferChunk, boolean) - Static method in class org.glassfish.grizzly.http.util.URLDecoder
URLDecode the ByteChunk
decode(BufferChunk, boolean) - Static method in class org.glassfish.grizzly.http.util.URLDecoder
URLDecode the BufferChunk
decode(BufferChunk, BufferChunk, boolean) - Static method in class org.glassfish.grizzly.http.util.URLDecoder
URLDecode the BufferChunk
decode(CharChunk, boolean) - Static method in class org.glassfish.grizzly.http.util.URLDecoder
URLDecode the CharChunk
decode(CharChunk, CharChunk, boolean) - Static method in class org.glassfish.grizzly.http.util.URLDecoder
URLDecode the CharChunk
decode(CharChunk, CharChunk, boolean, String) - Static method in class org.glassfish.grizzly.http.util.URLDecoder
URLDecode the CharChunk
decode(String) - Static method in class org.glassfish.grizzly.http.util.URLDecoder
URLDecode the String
decode(String, boolean) - Static method in class org.glassfish.grizzly.http.util.URLDecoder
URLDecode the String
decode(String, boolean, String) - Static method in class org.glassfish.grizzly.http.util.URLDecoder
URLDecode the String
decode(Transformer<Stream, E>) - Method in class org.glassfish.grizzly.streams.AbstractStreamReader
Read and decode data from the StreamReader
decode(Transformer<Stream, E>, CompletionHandler<E>) - Method in class org.glassfish.grizzly.streams.AbstractStreamReader
Read and decode data from the StreamReader
decode(Transformer<Stream, E>) - Method in interface org.glassfish.grizzly.streams.StreamReader
Read and decode data from the StreamReader
decode(Transformer<Stream, E>, CompletionHandler<E>) - Method in interface org.glassfish.grizzly.streams.StreamReader
Read and decode data from the StreamReader
decodeAscii(DataChunk, DataChunk, boolean) - Static method in class org.glassfish.grizzly.http.util.URLDecoder
URLDecode the DataChunk
decodeAscii(CharChunk, CharChunk, boolean) - Static method in class org.glassfish.grizzly.http.util.URLDecoder
URLDecode the CharChunk
decodeAscii(String, boolean) - Static method in class org.glassfish.grizzly.http.util.URLDecoder
 
decodeBit(LZMADecoder.LZMAInputState, short[], int) - Method in class org.glassfish.grizzly.compression.lzma.impl.rangecoder.RangeDecoder
 
decodeDirectBits(LZMADecoder.LZMAInputState, int) - Method in class org.glassfish.grizzly.compression.lzma.impl.rangecoder.RangeDecoder
 
decodeFast(char[]) - Static method in class org.glassfish.grizzly.http.util.Base64Utils
Decodes a BASE64 encoded char array that is known to be reasonably well formatted.
decodeFast(byte[]) - Static method in class org.glassfish.grizzly.http.util.Base64Utils
Decodes a BASE64 encoded byte array that is known to be reasonably well formatted.
decodeFast(String) - Static method in class org.glassfish.grizzly.http.util.Base64Utils
Decodes a BASE64 encoded string that is known to be reasonably well formatted.
decodeHttpPacket(FilterChainContext, HttpPacketParsing, Buffer) - Method in class org.glassfish.grizzly.http.HttpCodecFilter
 
decodeHttpPacketFromBuffer(FilterChainContext, HttpPacketParsing, Buffer) - Method in class org.glassfish.grizzly.http.HttpCodecFilter
 
decodeHttpPacketFromBytes(FilterChainContext, HttpPacketParsing, Buffer) - Method in class org.glassfish.grizzly.http.HttpCodecFilter
 
decodeLength(byte[]) - Method in class org.glassfish.grizzly.websockets.ProtocolHandler
Convert a byte[] to a long.
decodeNormal(LZMADecoder.LZMAInputState, RangeDecoder) - Method in class org.glassfish.grizzly.compression.lzma.impl.Decoder.LiteralDecoder.Decoder2
 
Decoder - Class in org.glassfish.grizzly.compression.lzma.impl
RangeDecoder
Decoder() - Constructor for class org.glassfish.grizzly.compression.lzma.impl.Decoder
 
Decoder.LiteralDecoder - Class in org.glassfish.grizzly.compression.lzma.impl
 
Decoder.LiteralDecoder.Decoder2 - Class in org.glassfish.grizzly.compression.lzma.impl
 
Decoder.State - Enum in org.glassfish.grizzly.compression.lzma.impl
 
Decoder2() - Constructor for class org.glassfish.grizzly.compression.lzma.impl.Decoder.LiteralDecoder.Decoder2
 
decoder2 - Variable in class org.glassfish.grizzly.compression.lzma.LZMADecoder.LZMAInputState
 
decodeWithMatchByte(LZMADecoder.LZMAInputState, RangeDecoder, byte) - Method in class org.glassfish.grizzly.compression.lzma.impl.Decoder.LiteralDecoder.Decoder2
 
decrementDispatchDepth() - Method in class org.glassfish.grizzly.http.server.Request
Decrement the depth of application dispatch
DEFAULT - Static variable in interface org.glassfish.grizzly.Interceptor
 
DEFAULT_ATTRIBUTE_BUILDER - Static variable in interface org.glassfish.grizzly.attributes.AttributeBuilder
The default AttributeBuilder implementation used by all created builder instances.
DEFAULT_ATTRIBUTE_BUILDER - Static variable in class org.glassfish.grizzly.Grizzly
 
DEFAULT_BUFFER_SIZE - Static variable in class org.glassfish.grizzly.nio.AbstractNIOAsyncQueueReader
 
DEFAULT_CHARACTER_ENCODING - Static variable in class org.glassfish.grizzly.utils.Charsets
The default character encoding of this Java virtual machine.
DEFAULT_CHARSET - Static variable in class org.glassfish.grizzly.http.util.ByteChunk
Default encoding used to convert to strings.
DEFAULT_CHARSET - Static variable in class org.glassfish.grizzly.http.util.Parameters
 
DEFAULT_CHARSET - Static variable in class org.glassfish.grizzly.utils.Charsets
Returns the default charset of this Java virtual machine.
DEFAULT_CLIENT_SOCKET_SO_TIMEOUT - Static variable in class org.glassfish.grizzly.nio.NIOTransport
 
DEFAULT_CONFIG - Static variable in class org.glassfish.grizzly.ssl.SSLContextConfigurator
Default SSL configuration.
DEFAULT_CONNECTION_LINGER - Static variable in class org.glassfish.grizzly.http.server.Constants
 
DEFAULT_CONNECTION_TIMEOUT - Static variable in class org.glassfish.grizzly.nio.NIOTransport
 
DEFAULT_CONNECTION_TIMEOUT - Static variable in class org.glassfish.grizzly.nio.transport.TCPNIOConnectorHandler
 
DEFAULT_CONNECTION_TIMEOUT - Static variable in interface org.glassfish.grizzly.SocketConnectorHandler
 
DEFAULT_CONNECTION_UPLOAD_TIMEOUT - Static variable in class org.glassfish.grizzly.http.server.Constants
 
DEFAULT_ENCODING - Static variable in class org.glassfish.grizzly.http.util.Parameters
 
DEFAULT_HEADER_SIZE - Static variable in class org.glassfish.grizzly.http.server.Constants
Default request header size
DEFAULT_HEADER_SIZE - Static variable in class org.glassfish.grizzly.http.util.MimeHeaders
Initial size - should be == average number of headers per request XXX make it configurable ( fine-tuning of web-apps )
DEFAULT_HTTP_CHARACTER_ENCODING - Static variable in class org.glassfish.grizzly.http.util.Constants
Default HTTP character encoding TODO Grizzly 2.0, by default, parsed the request URI using UTF-8.
DEFAULT_HTTP_CHARSET - Static variable in class org.glassfish.grizzly.http.util.CharChunk
Default encoding used to convert to strings.
DEFAULT_HTTP_CHARSET - Static variable in class org.glassfish.grizzly.http.util.Constants
Default HTTP Charset
DEFAULT_HTTP_HEADER_BUFFER_SIZE - Static variable in class org.glassfish.grizzly.http.server.Constants
Default HTTP header buffer size.
DEFAULT_IDLE_THREAD_KEEPALIVE_TIMEOUT - Static variable in class org.glassfish.grizzly.threadpool.AbstractThreadPool
 
DEFAULT_IN_BUFFER_SIZE - Static variable in class org.glassfish.grizzly.http.GZipContentEncoding
 
DEFAULT_KEEP_ALIVE - Static variable in class org.glassfish.grizzly.nio.transport.TCPNIOTransport
 
DEFAULT_LINGER - Static variable in class org.glassfish.grizzly.nio.transport.TCPNIOTransport
 
DEFAULT_MAX_BUFFER_SIZE - Static variable in class org.glassfish.grizzly.memory.AbstractMemoryManager
The maximum size of the memory pool that is to be maintained by either the MemoryManager itself or any ThreadLocalPools.
DEFAULT_MAX_DISPATCH_DEPTH - Static variable in class org.glassfish.grizzly.http.server.Constants
 
DEFAULT_MAX_HTTP_PACKET_HEADER_SIZE - Static variable in class org.glassfish.grizzly.http.HttpCodecFilter
 
DEFAULT_MAX_KEEP_ALIVE - Static variable in class org.glassfish.grizzly.http.util.Constants
Default max keep-alive count.
DEFAULT_MAX_TASKS_QUEUED - Static variable in class org.glassfish.grizzly.threadpool.AbstractThreadPool
 
DEFAULT_MAX_THREAD_COUNT - Static variable in class org.glassfish.grizzly.threadpool.AbstractThreadPool
 
DEFAULT_MEMORY_MANAGER - Static variable in interface org.glassfish.grizzly.memory.MemoryManager
The default MemoryManager implementation used by all created builder instances.
DEFAULT_MIN_THREAD_COUNT - Static variable in class org.glassfish.grizzly.threadpool.AbstractThreadPool
 
DEFAULT_NETWORK_HOST - Static variable in class org.glassfish.grizzly.http.server.NetworkListener
The default network host to which the HttpServer will bind to in order to service HTTP requests.
DEFAULT_NETWORK_PORT - Static variable in class org.glassfish.grizzly.http.server.NetworkListener
The default network port to which the HttpServer will bind to in order to service HTTP requests.
DEFAULT_OPTIMIZED_FOR_MULTIPLEXING - Static variable in class org.glassfish.grizzly.nio.NIOTransport
 
DEFAULT_OUT_BUFFER_SIZE - Static variable in class org.glassfish.grizzly.http.GZipContentEncoding
 
DEFAULT_QUEUE_SIZE - Static variable in class org.glassfish.grizzly.http.server.Constants
Default queue in bytes size.
DEFAULT_READ_BUFFER_SIZE - Static variable in interface org.glassfish.grizzly.Transport
The default read buffer size.
DEFAULT_READ_TIMEOUT - Static variable in interface org.glassfish.grizzly.Transport
Default read timeout in seconds.
DEFAULT_RECYCLE - Static variable in class org.glassfish.grizzly.http.server.Constants
Default recycle value.
DEFAULT_REQUEST_BUFFER_SIZE - Static variable in class org.glassfish.grizzly.http.server.Constants
Default request buffer size
DEFAULT_RESPONSE_TYPE - Static variable in class org.glassfish.grizzly.http.server.Constants
The default response-type
DEFAULT_RESPONSE_TYPE - Static variable in class org.glassfish.grizzly.http.util.Constants
The default response-type
DEFAULT_REUSE_ADDRESS - Static variable in class org.glassfish.grizzly.nio.NIOTransport
 
DEFAULT_SELECTION_KEY_HANDLER - Static variable in interface org.glassfish.grizzly.nio.SelectionKeyHandler
The default SelectionKeyHandler used by all created builder instances.
DEFAULT_SELECTOR_HANDLER - Static variable in interface org.glassfish.grizzly.nio.SelectorHandler
The default SelectorHandler used by all created builder instances.
DEFAULT_SELECTOR_RUNNER_COUNT - Static variable in class org.glassfish.grizzly.nio.NIOTransport
 
DEFAULT_SELECTORS_COUNT - Static variable in class org.glassfish.grizzly.nio.tmpselectors.TemporarySelectorPool
 
DEFAULT_SERVER_CONNECTION_BACKLOG - Static variable in class org.glassfish.grizzly.nio.transport.TCPNIOTransport
 
DEFAULT_SERVER_SOCKET_SO_TIMEOUT - Static variable in class org.glassfish.grizzly.nio.NIOTransport
 
DEFAULT_SERVER_SOCKET_TIMEOUT - Static variable in class org.glassfish.grizzly.http.server.Constants
 
DEFAULT_SMALL_BUFFER_SIZE - Static variable in class org.glassfish.grizzly.memory.ByteBufferManager
TODO: Document
DEFAULT_TCP_NO_DELAY - Static variable in class org.glassfish.grizzly.http.server.Constants
 
DEFAULT_TCP_NO_DELAY - Static variable in class org.glassfish.grizzly.nio.transport.TCPNIOTransport
 
DEFAULT_TIMEOUT - Static variable in class org.glassfish.grizzly.http.server.Constants
Default transaction time out.
DEFAULT_TIMEOUT - Static variable in class org.glassfish.grizzly.websockets.WebSocketEngine
 
DEFAULT_VERSION - Static variable in class org.glassfish.grizzly.websockets.WebSocketEngine
 
DEFAULT_WRITE_BUFFER_SIZE - Static variable in interface org.glassfish.grizzly.Transport
The default write buffer size.
DEFAULT_WRITE_TIMEOUT - Static variable in interface org.glassfish.grizzly.Transport
Default write timeout in seconds.
DefaultAttributeBuilder - Class in org.glassfish.grizzly.attributes
Default AttributeBuilder implementation.
DefaultAttributeBuilder() - Constructor for class org.glassfish.grizzly.attributes.DefaultAttributeBuilder
 
defaultBufferSize - Variable in class org.glassfish.grizzly.nio.AbstractNIOAsyncQueueReader
 
DefaultCometHandler<E> - Class in org.glassfish.grizzly.comet
A basic default implementation of CometHandler to take care of tracking the Response and CometContext.
DefaultCometHandler() - Constructor for class org.glassfish.grizzly.comet.DefaultCometHandler
 
DefaultCometHandler(CometContext<E>, Response) - Constructor for class org.glassfish.grizzly.comet.DefaultCometHandler
 
DefaultConcurrentCometHandler<E> - Class in org.glassfish.grizzly.comet.concurrent
We queue events in each CometHandler to lower the probability that slow or massive IO for one CometHandler severely delays events to others.

only streaming mode can benefit from buffering messages like this.
DefaultConcurrentCometHandler(CometContext<E>, Response) - Constructor for class org.glassfish.grizzly.comet.concurrent.DefaultConcurrentCometHandler
 
DefaultConcurrentCometHandler(int) - Constructor for class org.glassfish.grizzly.comet.concurrent.DefaultConcurrentCometHandler
 
defaultConfig() - Static method in class org.glassfish.grizzly.threadpool.ThreadPoolConfig
Create new Grizzly thread-pool configuration instance.
defaultContextPaths - Variable in class org.glassfish.grizzly.http.server.util.Mapper.Host
 
defaultContexts - Variable in class org.glassfish.grizzly.http.server.util.Mapper.Host
 
defaultEndIdx(FilterChainContext) - Method in interface org.glassfish.grizzly.filterchain.FilterExecutor
 
DefaultErrorPageGenerator - Class in org.glassfish.grizzly.http.server
Default Grizzly ErrorPageGenerator.
DefaultErrorPageGenerator() - Constructor for class org.glassfish.grizzly.http.server.DefaultErrorPageGenerator
 
DefaultFilterChain - Class in org.glassfish.grizzly.filterchain
Default FilterChain implementation
DefaultFilterChain() - Constructor for class org.glassfish.grizzly.filterchain.DefaultFilterChain
 
DefaultFilterChain(Collection<Filter>) - Constructor for class org.glassfish.grizzly.filterchain.DefaultFilterChain
 
DefaultFilterChain.FILTER_STATE_TYPE - Enum in org.glassfish.grizzly.filterchain
 
DefaultFilterChain.FiltersState - Class in org.glassfish.grizzly.filterchain
 
DefaultFilterChain.FilterStateElement - Class in org.glassfish.grizzly.filterchain
 
defaultHostName - Variable in class org.glassfish.grizzly.http.server.util.Mapper
Default host name.
DefaultJmxManager - Class in org.glassfish.grizzly.monitoring.jmx
Grizzly JMX manager
DefaultJmxManager() - Constructor for class org.glassfish.grizzly.monitoring.jmx.DefaultJmxManager
 
defaultLocale - Static variable in class org.glassfish.grizzly.http.server.Request
The default Locale if none are specified.
DefaultMonitoringConfig<E> - Class in org.glassfish.grizzly.monitoring
Default monitoring configuration, with no JMX support.
DefaultMonitoringConfig(Class<E>) - Constructor for class org.glassfish.grizzly.monitoring.DefaultMonitoringConfig
 
DefaultNotificationHandler - Class in org.glassfish.grizzly.comet
Default NotificationHandler that uses a thread pool dedicated to the CometEngine to execute the notification process.
DefaultNotificationHandler() - Constructor for class org.glassfish.grizzly.comet.DefaultNotificationHandler
 
DefaultProcessorSelector - Class in org.glassfish.grizzly
Default ProcessorSelector implementation, which uses Connection's Processor preferences.
DefaultProcessorSelector(Transport) - Constructor for class org.glassfish.grizzly.DefaultProcessorSelector
 
DefaultSelectionKeyHandler - Class in org.glassfish.grizzly.nio
 
DefaultSelectionKeyHandler() - Constructor for class org.glassfish.grizzly.nio.DefaultSelectionKeyHandler
 
DefaultSelectorHandler - Class in org.glassfish.grizzly.nio
Default implementation of NIO SelectorHandler
DefaultSelectorHandler() - Constructor for class org.glassfish.grizzly.nio.DefaultSelectorHandler
 
DefaultSelectorHandler(long, TimeUnit) - Constructor for class org.glassfish.grizzly.nio.DefaultSelectorHandler
 
DefaultSelectorHandler.DeregisterChannelOperation - Class in org.glassfish.grizzly.nio
 
DefaultSelectorHandler.RegisterChannelOperation - Class in org.glassfish.grizzly.nio
 
DefaultSelectorHandler.RegisterKeyTask - Class in org.glassfish.grizzly.nio
 
DefaultSelectorHandler.RunnableTask - Class in org.glassfish.grizzly.nio
 
DefaultServlet - Class in org.glassfish.grizzly.servlet
This servlet will be invoked when no other servlet matches the request URI.
DefaultServlet(ArraySet<File>) - Constructor for class org.glassfish.grizzly.servlet.DefaultServlet
 
defaultStartIdx(FilterChainContext) - Method in interface org.glassfish.grizzly.filterchain.FilterExecutor
 
DefaultStreamReader - Class in org.glassfish.grizzly.nio.transport
 
DefaultStreamReader(Connection) - Constructor for class org.glassfish.grizzly.nio.transport.DefaultStreamReader
 
DefaultStreamReader.Input - Class in org.glassfish.grizzly.nio.transport
 
DefaultStreamWriter - Class in org.glassfish.grizzly.nio.transport
 
DefaultStreamWriter(Connection) - Constructor for class org.glassfish.grizzly.nio.transport.DefaultStreamWriter
 
DefaultStreamWriter.Output - Class in org.glassfish.grizzly.nio.transport
 
DefaultWebSocket - Class in org.glassfish.grizzly.websockets
 
DefaultWebSocket(ProtocolHandler, HttpRequestPacket, WebSocketListener...) - Constructor for class org.glassfish.grizzly.websockets.DefaultWebSocket
 
DefaultWorkerThread - Class in org.glassfish.grizzly.threadpool
Default Grizzly worker thread implementation
DefaultWorkerThread(AttributeBuilder, String, ThreadLocalPool, Runnable) - Constructor for class org.glassfish.grizzly.threadpool.DefaultWorkerThread
 
defaultWrapper - Variable in class org.glassfish.grizzly.http.server.util.Mapper.Context
 
deflate(Deflater, MemoryManager) - Method in class org.glassfish.grizzly.compression.zip.GZipEncoder
Writes next block of compressed data to the output stream.
DelayedExecutor - Class in org.glassfish.grizzly.utils
 
DelayedExecutor(ExecutorService) - Constructor for class org.glassfish.grizzly.utils.DelayedExecutor
 
DelayedExecutor(ExecutorService, long, TimeUnit) - Constructor for class org.glassfish.grizzly.utils.DelayedExecutor
 
DelayedExecutor.DelayQueue<E> - Class in org.glassfish.grizzly.utils
 
DelayedExecutor.Resolver<E> - Interface in org.glassfish.grizzly.utils
 
DelayedExecutor.Worker<E> - Interface in org.glassfish.grizzly.utils
 
delayedQueue - Variable in class org.glassfish.grizzly.threadpool.AbstractThreadPool
 
delayExecutor(DelayedExecutor) - Method in class org.glassfish.grizzly.connectionpool.MultiEndpointPool.Builder
Sets the custom DelayedExecutor to be used for keep-alive and reconnect mechanisms.
delayExecutor(DelayedExecutor) - Method in class org.glassfish.grizzly.connectionpool.SingleEndpointPool.Builder
Sets the custom DelayedExecutor to be used for keep-alive and reconnect mechanisms.
DelayFilter - Class in org.glassfish.grizzly.utils
Filter which pauses protocol chain processing for a certain time.
DelayFilter(long, long) - Constructor for class org.glassfish.grizzly.utils.DelayFilter
 
delayQueue - Variable in class org.glassfish.grizzly.http.server.Response
 
DelayQueue(DelayedExecutor.Worker<E>, DelayedExecutor.Resolver<E>) - Constructor for class org.glassfish.grizzly.utils.DelayedExecutor.DelayQueue
 
DELETE - Static variable in class org.glassfish.grizzly.http.Method
 
delete(File) - Static method in class org.glassfish.grizzly.http.server.util.ExpandJar
Delete the specified directory, including all of its contents and subdirectories recursively.
delete(int, int) - Method in class org.glassfish.grizzly.http.util.BufferChunk
 
delete(int, int) - Method in class org.glassfish.grizzly.http.util.ByteChunk
 
delete(int, int) - Method in class org.glassfish.grizzly.http.util.CharChunk
 
delete(int, int) - Method in interface org.glassfish.grizzly.http.util.Chunk
 
delete(int, int) - Method in class org.glassfish.grizzly.http.util.DataChunk
 
DELETE_ON_REQUEST_END - Static variable in class org.glassfish.grizzly.servlet.extras.MultipartUploadFilter
Filter initialization parameter name to control whether or not the temp files used to store the uploaded file bytes will be deleted after the request ends.
deleteDir(File) - Static method in class org.glassfish.grizzly.http.server.util.ExpandJar
Delete the specified directory, including all of its contents and subdirectories recursively.
deploy(HttpServer) - Method in class org.glassfish.grizzly.servlet.WebappContext
 
deployed - Variable in class org.glassfish.grizzly.servlet.WebappContext
 
deregister(String) - Method in class org.glassfish.grizzly.comet.CometEngine
Deregister the CometHandler to the list of the CometContext.
deregister(Object) - Method in class org.glassfish.grizzly.jmxbase.GrizzlyJmxManager
Unregister Grizzly JMX Object.
deregister(Object) - Method in class org.glassfish.grizzly.monitoring.jmx.DefaultJmxManager
Unregister Grizzly JMX Object.
deregister(PUProtocol) - Method in class org.glassfish.grizzly.portunif.PUFilter
Deregisters the PUProtocol.
deregisterAddOn(AddOn) - Method in class org.glassfish.grizzly.http.server.NetworkListener
Deregisters AddOn from this NetworkListener.
deregisterChannel(SelectorRunner, SelectableChannel) - Method in class org.glassfish.grizzly.nio.DefaultSelectorHandler
 
deregisterChannel(SelectorRunner, SelectableChannel) - Method in interface org.glassfish.grizzly.nio.SelectorHandler
Deregister the channel from the SelectorRunner's Selector.
deregisterChannelAsync(SelectorRunner, SelectableChannel, CompletionHandler<RegisterChannelResult>) - Method in class org.glassfish.grizzly.nio.DefaultSelectorHandler
 
deregisterChannelAsync(SelectorRunner, SelectableChannel, CompletionHandler<RegisterChannelResult>) - Method in interface org.glassfish.grizzly.nio.SelectorHandler
Deregister the channel from the SelectorRunner's Selector.
deregisterKeyInterest(SelectorRunner, SelectionKey, int) - Method in class org.glassfish.grizzly.nio.DefaultSelectorHandler
Deregisters SelectionKey interest.
deregisterKeyInterest(SelectorRunner, SelectionKey, int) - Method in interface org.glassfish.grizzly.nio.SelectorHandler
Deregisters SelectionKey interest.
destroy() - Method in class org.glassfish.grizzly.http.server.HttpHandler
Invoked when the HttpServer and may be overridden by custom implementations to perform implementation specific resource reclaimation tasks.
destroy() - Method in class org.glassfish.grizzly.http.server.HttpHandlerChain
 
destroy() - Method in class org.glassfish.grizzly.servlet.extras.MultipartUploadFilter
 
destroy() - Method in class org.glassfish.grizzly.servlet.ServletHandler
Destroy this Servlet and its associated ServletContextListener
destroy() - Method in interface org.glassfish.grizzly.threadpool.WorkerThread
 
destroy() - Method in class org.glassfish.grizzly.utils.DelayedExecutor.DelayQueue
 
destroy() - Method in class org.glassfish.grizzly.utils.DelayedExecutor
 
destroyFilters() - Method in class org.glassfish.grizzly.servlet.WebappContext
 
detach(Connection) - Method in class org.glassfish.grizzly.connectionpool.MultiEndpointPool
Detaches a Connection from the pool.
detach(Connection) - Method in class org.glassfish.grizzly.connectionpool.SingleEndpointPool
Detaches a Connection from the pool.
detachSelectorRunner() - Method in class org.glassfish.grizzly.nio.NIOConnection
 
DirContext - Interface in org.glassfish.grizzly.http.server.naming
The directory service interface, containing methods for examining and updating attributes associated with objects, and for searching the directory.
DirectByteBufferRecord - Class in org.glassfish.grizzly.nio
Thread-local Direct ByteBuffer storage.
DirectByteBufferRecord() - Constructor for class org.glassfish.grizzly.nio.DirectByteBufferRecord
 
DISABLE_CLIENT_DISCONNECTION_DETECTION - Static variable in class org.glassfish.grizzly.comet.CometEngine
Deprecated.
DISABLE_SUSPEND_TIMEOUT - Static variable in class org.glassfish.grizzly.comet.CometEngine
Deprecated.
disableAsyncSupport() - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
Disables async support for this request.
disableIOEvent(IOEvent) - Method in interface org.glassfish.grizzly.Connection
 
disableIOEvent(IOEvent) - Method in class org.glassfish.grizzly.nio.NIOConnection
 
disableJMX() - Method in class org.glassfish.grizzly.http.server.HttpServer
 
DispatchedHttpServletRequest - Class in org.glassfish.grizzly.servlet
Wrapper around a javax.servlet.http.HttpServletRequest that transforms an application request object (which might be the original one passed to a servlet.
DispatchedHttpServletRequest(HttpServletRequest, WebappContext, boolean, DispatcherType) - Constructor for class org.glassfish.grizzly.servlet.DispatchedHttpServletRequest
Construct a new wrapped request around the specified servlet request.
DispatchedHttpServletResponse - Class in org.glassfish.grizzly.servlet
Wrapper around a javax.servlet.http.HttpServletResponse that transforms an application response object (which might be the original one passed to a servlet.
DispatchedHttpServletResponse(HttpServletResponse, boolean) - Constructor for class org.glassfish.grizzly.servlet.DispatchedHttpServletResponse
 
DISPATCHER_REQUEST_PATH_ATTR - Static variable in class org.glassfish.grizzly.http.server.util.Globals
Request dispatcher path.
DISPATCHER_TYPE_ATTR - Static variable in class org.glassfish.grizzly.http.server.util.Globals
Request dispatcher state.
DispatcherConstants - Class in org.glassfish.grizzly.servlet
Constants based on Servlet3.0 spec.
DispatcherConstants() - Constructor for class org.glassfish.grizzly.servlet.DispatcherConstants
 
DispatcherHelper - Interface in org.glassfish.grizzly.http.server.util
Interface simplifies by path or name mapping.
dispatcherType - Variable in class org.glassfish.grizzly.http.server.Request
The current dispatcher type.
dispatcherType - Variable in class org.glassfish.grizzly.servlet.DispatchedHttpServletRequest
The dispatcher type.
dispose() - Method in interface org.glassfish.grizzly.Buffer
Notify the allocator that the space for this Buffer is no longer needed.
dispose() - Method in class org.glassfish.grizzly.memory.BuffersBuffer
 
dispose() - Method in class org.glassfish.grizzly.memory.ByteBufferManager.SmallByteBufferWrapper
 
dispose() - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
 
dispose() - Method in class org.glassfish.grizzly.memory.HeapBuffer
 
disposeBuffer() - Method in class org.glassfish.grizzly.streams.AbstractStreamWriter.DisposeBufferCompletionHandler
 
DisposeBufferCompletionHandler(Buffer) - Constructor for class org.glassfish.grizzly.streams.AbstractStreamWriter.DisposeBufferCompletionHandler
 
disposeOrder - Variable in class org.glassfish.grizzly.memory.CompositeBuffer
 
disposeOrder() - Method in class org.glassfish.grizzly.memory.CompositeBuffer
Returns the order in which internal Buffers will be disposed.
disposeOrder(CompositeBuffer.DisposeOrder) - Method in class org.glassfish.grizzly.memory.CompositeBuffer
Sets the order in which internal Buffers will be disposed.
disposeStackTrace - Variable in class org.glassfish.grizzly.memory.ByteBufferWrapper
 
disposeStackTrace - Variable in class org.glassfish.grizzly.memory.HeapBuffer
 
disposition - Variable in class org.glassfish.grizzly.http.multipart.ContentDisposition
 
dispositionParams - Variable in class org.glassfish.grizzly.http.multipart.ContentDisposition
 
dispositionType - Variable in class org.glassfish.grizzly.http.multipart.ContentDisposition
 
doClose() - Method in class org.glassfish.grizzly.websockets.ProtocolHandler
 
docRoots - Variable in class org.glassfish.grizzly.http.server.StaticHttpHandler
 
doDelete(HttpServletRequest, HttpServletResponse) - Method in class org.glassfish.grizzly.servlet.DefaultServlet
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.glassfish.grizzly.servlet.extras.MultipartUploadFilter
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.glassfish.grizzly.servlet.DefaultServlet
 
doGetSession(boolean) - Method in class org.glassfish.grizzly.http.server.Request
 
doHandshakeStep(SSLConnectionContext, FilterChainContext, Buffer) - Method in class org.glassfish.grizzly.ssl.SSLBaseFilter
 
doHandshakeStep(SSLConnectionContext, FilterChainContext, Buffer, Buffer) - Method in class org.glassfish.grizzly.ssl.SSLBaseFilter
 
doHandshakeStep(SSLConnectionContext, FilterChainContext, Buffer, Buffer) - Method in class org.glassfish.grizzly.ssl.SSLFilter
 
doHandshakeStep() - Method in class org.glassfish.grizzly.ssl.SSLStreamWriter.SSLHandshakeCondition
 
doHandshakeSync(SSLConnectionContext, FilterChainContext, Buffer, long) - Method in class org.glassfish.grizzly.ssl.SSLBaseFilter
 
doHead(HttpServletRequest, HttpServletResponse) - Method in class org.glassfish.grizzly.servlet.DefaultServlet
 
domain - Variable in class org.glassfish.grizzly.http.Cookie
 
done() - Method in class org.glassfish.grizzly.impl.SafeFutureImpl
Protected method invoked when this task transitions to state isDone (whether normally or via cancellation).
doNotify() - Method in class org.glassfish.grizzly.asyncqueue.TaskQueue
 
doOptions(HttpServletRequest, HttpServletResponse) - Method in class org.glassfish.grizzly.servlet.DefaultServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.glassfish.grizzly.servlet.DefaultServlet
 
doPut(HttpServletRequest, HttpServletResponse) - Method in class org.glassfish.grizzly.servlet.DefaultServlet
 
doRead(Connection, AsyncReadQueueRecord) - Method in class org.glassfish.grizzly.nio.AbstractNIOAsyncQueueReader
Performs real read on the NIO channel
doSelect() - Method in class org.glassfish.grizzly.nio.SelectorRunner
This method handle the processing of all Selector's interest op (OP_ACCEPT,OP_READ,OP_WRITE,OP_CONNECT) by delegating to its Handler.
doServerUpgrade(FilterChainContext, HttpContent) - Method in class org.glassfish.grizzly.websockets.WebSocketFilter
 
doServletService(Request, Response) - Method in class org.glassfish.grizzly.servlet.ServletHandler
 
doTrace(HttpServletRequest, HttpServletResponse) - Method in class org.glassfish.grizzly.servlet.DefaultServlet
 
DownloadHttpHandlerSample - Class in org.glassfish.grizzly.samples.httpserver.nonblockinghandler
The sample shows how the HttpHandler should be implemented in order to send large amount of data to a client in a non-blocking mode.
DownloadHttpHandlerSample() - Constructor for class org.glassfish.grizzly.samples.httpserver.nonblockinghandler.DownloadHttpHandlerSample
 
doWork(SingleEndpointPool.ConnectTimeoutTask) - Method in class org.glassfish.grizzly.connectionpool.SingleEndpointPool.ConnectTimeoutWorker
 
doWork(SingleEndpointPool.KeepAliveCleanerTask) - Method in class org.glassfish.grizzly.connectionpool.SingleEndpointPool.KeepAliveCleaner
 
doWork(SingleEndpointPool.ReconnectTask) - Method in class org.glassfish.grizzly.connectionpool.SingleEndpointPool.Reconnector
 
doWork() - Method in class org.glassfish.grizzly.threadpool.AbstractThreadPool.Worker
 
doWork(E) - Method in interface org.glassfish.grizzly.utils.DelayedExecutor.Worker
 
drain(Queue<Runnable>, Collection<Runnable>) - Static method in class org.glassfish.grizzly.threadpool.AbstractThreadPool
 
drainAllCharsets() - Static method in class org.glassfish.grizzly.utils.Charsets
Remove all preloaded charsets.
drop(InetAddress, NetworkInterface) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOConnection
Drops non-source specific membership in a multicast group.
drop(InetAddress, NetworkInterface, InetAddress) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOConnection
Drops membership in a multicast group.
dropAll(InetAddress, NetworkInterface) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOConnection
Drops all active membership in a multicast group.
DummyBroadcaster - Class in org.glassfish.grizzly.websockets
The default Broadcaster, which iterates over set of clients and sends the same text of binary message separately to each client.
DummyBroadcaster() - Constructor for class org.glassfish.grizzly.websockets.DummyBroadcaster
 
duplicate() - Method in interface org.glassfish.grizzly.Buffer
Creates a new Buffer that shares this buffer's content.
duplicate(DataChunk) - Method in class org.glassfish.grizzly.http.util.DataChunk
Copy the src into this DataChunk, allocating more space if needed
duplicate(MessageBytes) - Method in class org.glassfish.grizzly.http.util.MessageBytes
Copy the src into this MessageBytes, allocating more space if needed
duplicate() - Method in class org.glassfish.grizzly.memory.BuffersBuffer
 
duplicate() - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
 
duplicate() - Method in class org.glassfish.grizzly.memory.HeapBuffer
 

E

EchoClient - Class in org.glassfish.grizzly.samples.echo
The simple client, which sends a message to the echo server and waits for response
EchoClient() - Constructor for class org.glassfish.grizzly.samples.echo.EchoClient
 
EchoClient - Class in org.glassfish.grizzly.samples.udpecho
The simple client, which sends a message to the echo server and waits for response
EchoClient() - Constructor for class org.glassfish.grizzly.samples.udpecho.EchoClient
 
EchoFilter - Class in org.glassfish.grizzly.samples.echo
Implementation of FilterChain filter, which replies with the request message.
EchoFilter() - Constructor for class org.glassfish.grizzly.samples.echo.EchoFilter
 
EchoFilter - Class in org.glassfish.grizzly.utils
Echo Filter implementation
EchoFilter() - Constructor for class org.glassfish.grizzly.utils.EchoFilter
 
EchoFilterAsync - Class in org.glassfish.grizzly.samples.echo
Implementation of FilterChain filter, which asynchronously replies with the request message.
EchoFilterAsync() - Constructor for class org.glassfish.grizzly.samples.echo.EchoFilterAsync
 
EchoServer - Class in org.glassfish.grizzly.samples.echo
Class initializes and starts the echo server, based on Grizzly 2.0
EchoServer() - Constructor for class org.glassfish.grizzly.samples.echo.EchoServer
 
EchoServer - Class in org.glassfish.grizzly.samples.udpecho
Class initializes and starts the UDP echo server, based on Grizzly 2.0
EchoServer() - Constructor for class org.glassfish.grizzly.samples.udpecho.EchoServer
 
EMatchFinderTypeBT2 - Static variable in class org.glassfish.grizzly.compression.lzma.impl.Encoder
 
EMatchFinderTypeBT4 - Static variable in class org.glassfish.grizzly.compression.lzma.impl.Encoder
 
EMPTY_BUFFER - Static variable in class org.glassfish.grizzly.memory.Buffers
 
EMPTY_BYTE_BUFFER - Static variable in class org.glassfish.grizzly.memory.Buffers
 
EMPTY_BYTE_BUFFER_ARRAY - Static variable in class org.glassfish.grizzly.memory.Buffers
 
EMPTY_BYTES - Static variable in class org.glassfish.grizzly.websockets.ClosingFrame
 
EMPTY_RECORD_SPACE_VALUE - Static variable in class org.glassfish.grizzly.nio.AbstractNIOAsyncQueueWriter
 
EmptyCompletionHandler<E> - Class in org.glassfish.grizzly
Empty implementation for CompletionHandler interface.
EmptyCompletionHandler() - Constructor for class org.glassfish.grizzly.EmptyCompletionHandler
 
EmptyIOEventProcessingHandler - Class in org.glassfish.grizzly
Empty IOEventProcessingHandler implementation.
EmptyIOEventProcessingHandler() - Constructor for class org.glassfish.grizzly.EmptyIOEventProcessingHandler
 
emptyPathWrapper - Variable in class org.glassfish.grizzly.http.server.util.Mapper.Context
 
ENABLE_INTEREST_PROCESSING_HANDLER - Static variable in class org.glassfish.grizzly.strategies.AbstractIOStrategy
 
enabledCipherSuites - Variable in class org.glassfish.grizzly.ssl.SSLEngineConfigurator
The list of cipher suite
enabledProtocols - Variable in class org.glassfish.grizzly.ssl.SSLEngineConfigurator
the list of protocols
enableIOEvent(IOEvent) - Method in interface org.glassfish.grizzly.Connection
 
enableIOEvent(IOEvent) - Method in class org.glassfish.grizzly.nio.NIOConnection
 
enableJMX() - Method in class org.glassfish.grizzly.http.server.HttpServer
 
enc - Variable in class org.glassfish.grizzly.http.util.C2BConverter
 
encode(RangeEncoder, int) - Method in class org.glassfish.grizzly.compression.lzma.impl.rangecoder.BitTreeEncoder
 
encode(short[], int, int) - Method in class org.glassfish.grizzly.compression.lzma.impl.rangecoder.RangeEncoder
 
encode(Connection, HttpContent) - Method in interface org.glassfish.grizzly.http.ContentEncoding
Encode HTTP packet content represented by HttpContent.
encode(Connection, HttpContent) - Method in class org.glassfish.grizzly.http.GZipContentEncoding
 
encode(Connection, HttpContent) - Method in class org.glassfish.grizzly.http.LZMAContentEncoding
 
encode(Transformer<E, Buffer>, E) - Method in class org.glassfish.grizzly.streams.AbstractStreamWriter
encode(Transformer<E, Buffer>, E, CompletionHandler<Stream>) - Method in class org.glassfish.grizzly.streams.AbstractStreamWriter
encode(Transformer<E, Buffer>, E) - Method in interface org.glassfish.grizzly.streams.StreamWriter
 
encode(Transformer<E, Buffer>, E, CompletionHandler<Stream>) - Method in interface org.glassfish.grizzly.streams.StreamWriter
 
encode(char[], int, int, byte[]) - Method in class org.glassfish.grizzly.websockets.StrictUtf8.Encoder
 
encode(Charset, String) - Static method in class org.glassfish.grizzly.websockets.Utf8Utils
 
encode(Charset, String, OutputStream) - Static method in class org.glassfish.grizzly.websockets.Utf8Utils
 
encodeDirectBits(int, int) - Method in class org.glassfish.grizzly.compression.lzma.impl.rangecoder.RangeEncoder
 
encodeHttpPacket(FilterChainContext, HttpPacket) - Method in class org.glassfish.grizzly.http.HttpClientFilter
 
encodeHttpPacket(FilterChainContext, HttpPacket) - Method in class org.glassfish.grizzly.http.HttpCodecFilter
 
encodeHttpPacket(FilterChainContext, HttpHeader, HttpContent, boolean) - Method in class org.glassfish.grizzly.http.HttpCodecFilter
 
encodeHttpPacket(FilterChainContext, HttpPacket) - Method in class org.glassfish.grizzly.http.HttpServerFilter
 
encodeKnownHeaders(MemoryManager, Buffer, HttpHeader) - Static method in class org.glassfish.grizzly.http.HttpCodecFilter
 
encodeLength(long) - Method in class org.glassfish.grizzly.websockets.ProtocolHandler
Converts the length given to the appropriate framing data: 0-125 one element that is the payload length.
encodeLoop(CharBuffer, ByteBuffer) - Method in class org.glassfish.grizzly.websockets.StrictUtf8.Encoder
 
encodeMimeHeader(MemoryManager, Buffer, DataChunk, DataChunk, byte[], boolean) - Static method in class org.glassfish.grizzly.http.HttpCodecFilter
 
encodeMimeHeaders(MemoryManager, Buffer, MimeHeaders, byte[]) - Static method in class org.glassfish.grizzly.http.HttpCodecFilter
 
Encoder - Class in org.glassfish.grizzly.compression.lzma.impl
RangeEncoder
Encoder() - Constructor for class org.glassfish.grizzly.compression.lzma.impl.Encoder
 
encoder - Variable in class org.glassfish.grizzly.http.util.C2BConverter
 
encodeRedirectURL(String) - Method in class org.glassfish.grizzly.http.server.Response
Encode the session identifier associated with this response into the specified redirect URL, if necessary.
encodeRedirectURL(String) - Method in class org.glassfish.grizzly.servlet.HttpServletResponseImpl
encodeRedirectUrl(String) - Method in class org.glassfish.grizzly.servlet.HttpServletResponseImpl
encodeToByte(byte[], boolean) - Static method in class org.glassfish.grizzly.http.util.Base64Utils
Encodes a raw byte array into a BASE64 byte[] representation i accordance with RFC 2045.
encodeToChar(byte[], boolean) - Static method in class org.glassfish.grizzly.http.util.Base64Utils
Encodes a raw byte array into a BASE64 char[] representation i accordance with RFC 2045.
encodeToString(byte[], boolean) - Static method in class org.glassfish.grizzly.http.util.Base64Utils
Encodes a raw byte array into a BASE64 String representation i accordance with RFC 2045.
encodeURL(String) - Method in class org.glassfish.grizzly.http.server.Response
Encode the session identifier associated with this response into the specified URL, if necessary.
encodeURL(String) - Method in class org.glassfish.grizzly.http.util.UEncoder
Utility funtion to re-encode the URL.
encodeURL(String, boolean) - Method in class org.glassfish.grizzly.http.util.UEncoder
Utility function to re-encode the URL.
encodeURL(String) - Method in class org.glassfish.grizzly.servlet.HttpServletResponseImpl
encodeUrl(String) - Method in class org.glassfish.grizzly.servlet.HttpServletResponseImpl
EncodingFilter - Interface in org.glassfish.grizzly.http
 
END_POINT_GOING_DOWN - Static variable in interface org.glassfish.grizzly.websockets.WebSocket
Indicates that an endpoint is "going away", such as a server going down, or a browser having navigated away from a page.
endpointAddress(E) - Method in class org.glassfish.grizzly.connectionpool.SingleEndpointPool.Builder
Sets the endpoint address.
EndpointKey<E> - Class in org.glassfish.grizzly.connectionpool
The key object representing single endpoint in the MultiEndpointPool.
EndpointKey(Object, E) - Constructor for class org.glassfish.grizzly.connectionpool.EndpointKey
Construct EndpointKey based on the given internalKey and endpoint.
EndpointKey(Object, E, E) - Constructor for class org.glassfish.grizzly.connectionpool.EndpointKey
Construct EndpointKey based on the given internalKey, endpoint, and local endpoint.
EndpointKey(Object, E, ConnectorHandler<E>) - Constructor for class org.glassfish.grizzly.connectionpool.EndpointKey
Construct EndpointKey based on the given internalKey, endpoint, and ConnectorHandler.
EndpointKey(Object, E, E, ConnectorHandler<E>) - Constructor for class org.glassfish.grizzly.connectionpool.EndpointKey
 
endpointToPoolMap - Variable in class org.glassfish.grizzly.connectionpool.MultiEndpointPool
Maps endpoint -to- SingleEndpointPool
endRequest() - Method in class org.glassfish.grizzly.http.io.OutputBuffer
 
endsWith(String) - Method in class org.glassfish.grizzly.http.util.CharChunk
 
enque(SelectorRunner, SelectorHandler.Task, CompletionHandler<SelectorHandler.Task>) - Method in class org.glassfish.grizzly.nio.DefaultSelectorHandler
 
enque(SelectorRunner, SelectorHandler.Task, CompletionHandler<SelectorHandler.Task>) - Method in interface org.glassfish.grizzly.nio.SelectorHandler
Execute task in a selector thread.
enqueueEvent(CometEvent) - Method in class org.glassfish.grizzly.comet.concurrent.DefaultConcurrentCometHandler
Queues event if another thread is currently working on this handler.
ensureBufferCapacity(int) - Method in class org.glassfish.grizzly.streams.BufferedOutput
 
ensureBufferCapacity(int) - Method in interface org.glassfish.grizzly.streams.Output
 
ensureBufferCapacity(int) - Method in class org.glassfish.grizzly.streams.StreamOutput
 
ensureCapacity(int) - Method in class org.glassfish.grizzly.http.util.CharChunk
 
Enumerator<E> - Class in org.glassfish.grizzly.http.server.util
HttpHandler class that wraps an Enumeration around a Java2 collection classes object Iterator so that existing APIs returning Enumerations can easily run on top of the new collections.
Enumerator(Collection<E>) - Constructor for class org.glassfish.grizzly.http.server.util.Enumerator
Return an Enumeration over the values of the specified Collection.
Enumerator(Collection<E>, boolean) - Constructor for class org.glassfish.grizzly.http.server.util.Enumerator
Return an Enumeration over the values of the specified Collection.
Enumerator(Iterable<E>) - Constructor for class org.glassfish.grizzly.http.server.util.Enumerator
Return an Enumeration over the values returned by the specified Iterable.
Enumerator(Iterable<E>, boolean) - Constructor for class org.glassfish.grizzly.http.server.util.Enumerator
Return an Enumeration over the values returned by the specified Iterable.
Enumerator(Iterator<E>) - Constructor for class org.glassfish.grizzly.http.server.util.Enumerator
Return an Enumeration over the values returned by the specified Iterator.
Enumerator(Iterator<E>, boolean) - Constructor for class org.glassfish.grizzly.http.server.util.Enumerator
Return an Enumeration over the values returned by the specified Iterator.
Enumerator(Map<?, E>) - Constructor for class org.glassfish.grizzly.http.server.util.Enumerator
Return an Enumeration over the values of the specified Map.
Enumerator(Map<?, E>, boolean) - Constructor for class org.glassfish.grizzly.http.server.util.Enumerator
Return an Enumeration over the values of the specified Map.
equals(Object) - Method in class org.glassfish.grizzly.connectionpool.EndpointKey
 
equals(Object) - Method in class org.glassfish.grizzly.http.GZipContentEncoding
 
equals(Object) - Method in class org.glassfish.grizzly.http.LZMAContentEncoding
 
equals(Object) - Method in class org.glassfish.grizzly.http.multipart.ContentDisposition
 
equals(Object) - Method in class org.glassfish.grizzly.http.server.filecache.FileCacheKey
 
equals(Object) - Method in class org.glassfish.grizzly.http.server.filecache.LazyFileCacheKey
 
equals(Object) - Method in class org.glassfish.grizzly.http.util.BufferChunk
 
equals(CharSequence) - Method in class org.glassfish.grizzly.http.util.BufferChunk
 
equals(byte[]) - Method in class org.glassfish.grizzly.http.util.BufferChunk
Compares the message Buffer to the specified byte array.
equals(byte[], int, int) - Method in class org.glassfish.grizzly.http.util.BufferChunk
Compares the message Buffer to the specified byte array.
equals(byte[], int, int, Buffer, int, int) - Static method in class org.glassfish.grizzly.http.util.BufferChunk
 
equals(char[], int, int) - Method in class org.glassfish.grizzly.http.util.BufferChunk
Compares the message Buffer to the specified char array.
equals(Object) - Method in class org.glassfish.grizzly.http.util.ByteChunk
 
equals(String) - Method in class org.glassfish.grizzly.http.util.ByteChunk
Compares the message bytes to the specified String object.
equals(byte[]) - Method in class org.glassfish.grizzly.http.util.ByteChunk
Compares the message bytes to the specified byte array.
equals(ByteChunk) - Method in class org.glassfish.grizzly.http.util.ByteChunk
 
equals(byte[], int, int) - Method in class org.glassfish.grizzly.http.util.ByteChunk
 
equals(CharChunk) - Method in class org.glassfish.grizzly.http.util.ByteChunk
 
equals(char[], int, int) - Method in class org.glassfish.grizzly.http.util.ByteChunk
 
equals(byte[], int, int, byte[], int, int) - Static method in class org.glassfish.grizzly.http.util.ByteChunk
 
equals(byte[], int, int, String) - Static method in class org.glassfish.grizzly.http.util.ByteChunk
 
equals(Object) - Method in class org.glassfish.grizzly.http.util.CharChunk
 
equals(CharSequence) - Method in class org.glassfish.grizzly.http.util.CharChunk
Compares the message bytes to the specified String object.
equals(byte[]) - Method in class org.glassfish.grizzly.http.util.CharChunk
Compares the message bytes to the specified byte array representing ASCII characters.
equals(CharChunk) - Method in class org.glassfish.grizzly.http.util.CharChunk
 
equals(char[], int, int) - Method in class org.glassfish.grizzly.http.util.CharChunk
 
equals(byte[], int, int) - Method in class org.glassfish.grizzly.http.util.CharChunk
 
equals(String, byte[], int, int) - Static method in class org.glassfish.grizzly.http.util.CookieUtils
 
equals(String, Buffer, int, int) - Static method in class org.glassfish.grizzly.http.util.CookieUtils
 
equals(String, String, int, int) - Static method in class org.glassfish.grizzly.http.util.CookieUtils
 
equals(Object) - Method in class org.glassfish.grizzly.http.util.DataChunk
Compares this DataChunk and the passed object.
equals(String) - Method in class org.glassfish.grizzly.http.util.DataChunk
Compares the message bytes to the specified String object.
equals(ByteChunk) - Method in class org.glassfish.grizzly.http.util.DataChunk
Compares the message data to the specified ByteChunk.
equals(BufferChunk) - Method in class org.glassfish.grizzly.http.util.DataChunk
Compares the message data to the specified BufferChunk.
equals(CharChunk) - Method in class org.glassfish.grizzly.http.util.DataChunk
Compares the message data to the specified CharChunk.
equals(byte[]) - Method in class org.glassfish.grizzly.http.util.DataChunk
Compares the message data to the specified byte[].
equals(byte[], int, int) - Method in class org.glassfish.grizzly.http.util.DataChunk
Compares the message data to the specified byte[].
equals(String) - Method in class org.glassfish.grizzly.http.util.MessageBytes
Compares the message bytes to the specified String object.
equals(Object) - Method in class org.glassfish.grizzly.http.util.MessageBytes
 
equals(Object) - Method in class org.glassfish.grizzly.http.util.StringCache.ByteEntry
 
equals(Object) - Method in class org.glassfish.grizzly.http.util.StringCache.CharEntry
 
equals(Object) - Method in class org.glassfish.grizzly.memory.BuffersBuffer
 
equals(Object) - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
 
equals(Object) - Method in class org.glassfish.grizzly.memory.HeapBuffer
 
equals(Object) - Method in class org.glassfish.grizzly.samples.filterchain.GIOPMessage
 
equals(Object) - Method in class org.glassfish.grizzly.samples.simpleauth.MultiLinePacket
 
equals(Object) - Method in class org.glassfish.grizzly.servlet.Registration
 
equals(Object) - Method in class org.glassfish.grizzly.websockets.Extension
 
equals(Object) - Method in class org.glassfish.grizzly.websockets.Extension.Parameter
 
equalsIgnoreCase(Object) - Method in class org.glassfish.grizzly.http.util.BufferChunk
 
equalsIgnoreCase(CharSequence) - Method in class org.glassfish.grizzly.http.util.BufferChunk
 
equalsIgnoreCase(byte[]) - Method in class org.glassfish.grizzly.http.util.BufferChunk
 
equalsIgnoreCase(byte[], int, int) - Method in class org.glassfish.grizzly.http.util.BufferChunk
 
equalsIgnoreCase(char[], int, int) - Method in class org.glassfish.grizzly.http.util.BufferChunk
Compares the message Buffer to the specified char array ignoring case considerations.
equalsIgnoreCase(String) - Method in class org.glassfish.grizzly.http.util.ByteChunk
Compares the message bytes to the specified String object.
equalsIgnoreCase(byte[]) - Method in class org.glassfish.grizzly.http.util.ByteChunk
 
equalsIgnoreCase(byte[], int, int) - Method in class org.glassfish.grizzly.http.util.ByteChunk
 
equalsIgnoreCase(byte[], int, int, byte[], int, int) - Static method in class org.glassfish.grizzly.http.util.ByteChunk
 
equalsIgnoreCase(byte[], int, int, String) - Static method in class org.glassfish.grizzly.http.util.ByteChunk
Compares the message bytes to the specified String object.
equalsIgnoreCase(CharSequence) - Method in class org.glassfish.grizzly.http.util.CharChunk
Compares the message bytes to the specified String object.
equalsIgnoreCase(byte[]) - Method in class org.glassfish.grizzly.http.util.CharChunk
Compares the message bytes to the specified byte array representing ASCII characters.
equalsIgnoreCase(byte[], int, int) - Method in class org.glassfish.grizzly.http.util.CharChunk
Compares the message bytes to the specified byte array representing ASCII characters.
equalsIgnoreCase(char[], int, int) - Method in class org.glassfish.grizzly.http.util.CharChunk
Compares the message bytes to the specified char array representing ASCII characters.
equalsIgnoreCase(String, Buffer, int, int) - Static method in class org.glassfish.grizzly.http.util.CookieUtils
 
equalsIgnoreCase(String, byte[], int, int) - Static method in class org.glassfish.grizzly.http.util.CookieUtils
 
equalsIgnoreCase(String, String, int, int) - Static method in class org.glassfish.grizzly.http.util.CookieUtils
 
equalsIgnoreCase(Object) - Method in class org.glassfish.grizzly.http.util.DataChunk
Compares this DataChunk and the passed object ignoring case considerations.
equalsIgnoreCase(String) - Method in class org.glassfish.grizzly.http.util.DataChunk
Compares the message bytes to the specified String object ignoring case considerations.
equalsIgnoreCase(ByteChunk) - Method in class org.glassfish.grizzly.http.util.DataChunk
Compares the message data to the specified ByteChunk ignoring case considerations.
equalsIgnoreCase(BufferChunk) - Method in class org.glassfish.grizzly.http.util.DataChunk
Compares the message data to the specified BufferChunk ignoring case considerations.
equalsIgnoreCase(CharChunk) - Method in class org.glassfish.grizzly.http.util.DataChunk
Compares the message data to the specified CharChunk ignoring case considerations.
equalsIgnoreCase(byte[]) - Method in class org.glassfish.grizzly.http.util.DataChunk
Compares the message data to the specified byte[] ignoring case considerations.
equalsIgnoreCase(byte[], int, int) - Method in class org.glassfish.grizzly.http.util.DataChunk
Compares the message data to the specified byte[] ignoring case considerations.
equalsIgnoreCase(String) - Method in class org.glassfish.grizzly.http.util.MessageBytes
Compares the message bytes to the specified String object.
equalsIgnoreCaseLowerCase(byte[]) - Method in class org.glassfish.grizzly.http.util.BufferChunk
Compares the buffer chunk to the specified byte array representing lower-case ASCII characters.
equalsIgnoreCaseLowerCase(Buffer, int, int, byte[]) - Static method in class org.glassfish.grizzly.http.util.BufferChunk
Compares the buffer chunk to the specified byte array representing lower-case ASCII characters.
equalsIgnoreCaseLowerCase(byte[]) - Method in class org.glassfish.grizzly.http.util.ByteChunk
 
equalsIgnoreCaseLowerCase(byte[], int, int, byte[]) - Static method in class org.glassfish.grizzly.http.util.ByteChunk
Compares the buffer chunk to the specified byte array representing lower-case ASCII characters.
equalsIgnoreCaseLowerCase(byte[]) - Method in class org.glassfish.grizzly.http.util.CharChunk
Compares the char chunk to the specified byte array representing lower-case ASCII characters.
equalsIgnoreCaseLowerCase(byte[]) - Method in class org.glassfish.grizzly.http.util.DataChunk
Compares the data chunk to the specified byte array representing lower-case ASCII characters.
equalVersion(int, int) - Static method in class org.glassfish.grizzly.Grizzly
Checks if current Grizzly framework version equals to one passed
error(Throwable) - Method in class org.glassfish.grizzly.http.HttpBrokenContent.Builder
Set the exception.
error - Variable in class org.glassfish.grizzly.http.server.Response
The error flag.
error - Variable in class org.glassfish.grizzly.servlet.ServletWriterImpl
 
error() - Method in class org.glassfish.grizzly.websockets.StrictUtf8.Parser
If the previous parse operation detected an error, return the object describing that error.
ERROR_MESSAGE_ATTR - Static variable in class org.glassfish.grizzly.http.server.util.Globals
The request attribute under which we forward an HTTP status message (as an object of type STring) to an error page.
ErrorPageGenerator - Interface in org.glassfish.grizzly.http.server
Error page generator interface, which is responsible for generating of an error page corresponding to the given response status.
Etag - Variable in class org.glassfish.grizzly.http.server.filecache.FileCacheEntry
 
evaluate() - Method in interface org.glassfish.grizzly.attributes.NullaryFunction
Deprecated.
Initializes and returns the value.
evaluate() - Method in class org.glassfish.grizzly.utils.Holder.LazyHolder
 
evaluate() - Method in class org.glassfish.grizzly.utils.Holder.LazyIntHolder
 
evaluate() - Method in interface org.glassfish.grizzly.utils.NullaryFunction
Initializes and returns the value.
event - Variable in class org.glassfish.grizzly.filterchain.FilterChainContext
Context associated event, if EVENT operation
eventInterrupt - Variable in class org.glassfish.grizzly.comet.CometContext
 
eventTerminate - Variable in class org.glassfish.grizzly.comet.CometContext
 
exactWrappers - Variable in class org.glassfish.grizzly.http.server.util.Mapper.Context
 
EXCEPTION_ATTR - Static variable in class org.glassfish.grizzly.http.server.util.Globals
The request attribute under which we forward a Java exception (as an object of type Throwable) to an error page.
EXCEPTION_PAGE_ATTR - Static variable in class org.glassfish.grizzly.http.server.util.Globals
The request attribute under which we forward the request URI (as an object of type String) of the page on which an error occurred.
EXCEPTION_TYPE_ATTR - Static variable in class org.glassfish.grizzly.http.server.util.Globals
The request attribute under which we forward a Java exception type (as an object of type Class) to an error page.
ExceptionHandler - Interface in org.glassfish.grizzly.utils
 
ExceptionHandler.Severity - Enum in org.glassfish.grizzly.utils
 
exceptionOccurred(FilterChainContext, Throwable) - Method in class org.glassfish.grizzly.filterchain.BaseFilter
Notification about exception, occurred on the FilterChain
exceptionOccurred(FilterChainContext, Throwable) - Method in interface org.glassfish.grizzly.filterchain.Filter
Notification about exception, occurred on the FilterChain
exceptionOccurred(FilterChainContext, Throwable) - Method in class org.glassfish.grizzly.http.server.HttpServerFilter
Override the default implementation to notify the ReadHandler, if available, of any read error that has occurred during processing.
exceptionOccurred(FilterChainContext, Throwable) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOTransportFilter
 
exceptionOccurred(FilterChainContext, Throwable) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOTransportFilter
 
exceptionOccurred(FilterChainContext, Throwable) - Method in class org.glassfish.grizzly.portunif.BackChannelFilter
 
exceptionOccurred(FilterChainContext, Throwable) - Method in class org.glassfish.grizzly.utils.LogFilter
 
Exceptions - Class in org.glassfish.grizzly.utils
Exceptions utilities.
Exceptions() - Constructor for class org.glassfish.grizzly.utils.Exceptions
 
execute(FilterChainContext) - Method in class org.glassfish.grizzly.filterchain.DefaultFilterChain
Execute this FilterChain.
execute(FilterChainContext) - Method in interface org.glassfish.grizzly.filterchain.FilterChain
Method processes occurred IOEvent on this FilterChain.
execute(Filter, FilterChainContext) - Method in interface org.glassfish.grizzly.filterchain.FilterExecutor
 
execute(SelectorRunner, SelectorHandler.Task, CompletionHandler<SelectorHandler.Task>) - Method in class org.glassfish.grizzly.nio.DefaultSelectorHandler
 
execute(SelectorRunner, SelectorHandler.Task, CompletionHandler<SelectorHandler.Task>) - Method in interface org.glassfish.grizzly.nio.SelectorHandler
Execute task in a selector thread.
execute(Connection, IOEvent, Processor, IOEventProcessingHandler) - Static method in class org.glassfish.grizzly.ProcessorExecutor
 
execute(Context) - Static method in class org.glassfish.grizzly.ProcessorExecutor
 
execute(Runnable) - Method in class org.glassfish.grizzly.threadpool.FixedThreadPool
 
execute(Runnable) - Method in class org.glassfish.grizzly.threadpool.GrizzlyExecutorService
 
execute(Runnable) - Method in class org.glassfish.grizzly.threadpool.SyncThreadPool
 
executeChainPart(FilterChainContext, FilterExecutor, int, int, DefaultFilterChain.FiltersState) - Method in class org.glassfish.grizzly.filterchain.DefaultFilterChain
Sequentially lets each Filter in chain to process IOEvent.
executeDelegatedTask(SSLEngine) - Static method in class org.glassfish.grizzly.ssl.SSLUtils
Complete handshakes operations.
executeFilter(FilterExecutor, Filter, FilterChainContext) - Method in class org.glassfish.grizzly.filterchain.DefaultFilterChain
Execute the Filter, using specific FilterExecutor and FilterChainContext.
executeIoEvent(Connection, IOEvent) - Method in interface org.glassfish.grizzly.IOStrategy
The SelectorRunner will invoke this method to allow the strategy implementation to decide how the IOEvent will be handled.
executeIoEvent(Connection, IOEvent, boolean) - Method in interface org.glassfish.grizzly.IOStrategy
The SelectorRunner will invoke this method to allow the strategy implementation to decide how the IOEvent will be handled.
executeIoEvent(Connection, IOEvent) - Method in class org.glassfish.grizzly.strategies.AbstractIOStrategy
 
executeIoEvent(Connection, IOEvent, boolean) - Method in class org.glassfish.grizzly.strategies.LeaderFollowerNIOStrategy
 
executeIoEvent(Connection, IOEvent, boolean) - Method in class org.glassfish.grizzly.strategies.SameThreadIOStrategy
 
executeIoEvent(Connection, IOEvent) - Method in class org.glassfish.grizzly.strategies.SimpleDynamicNIOStrategy
 
executeIoEvent(Connection, IOEvent, boolean) - Method in class org.glassfish.grizzly.strategies.SimpleDynamicNIOStrategy
 
executeIoEvent(Connection, IOEvent, boolean) - Method in class org.glassfish.grizzly.strategies.WorkerThreadIOStrategy
 
expand(URL) - Static method in class org.glassfish.grizzly.http.server.util.ExpandJar
Expand the jar file found at the specified URL into an unpacked directory structure, and return the absolute pathname to the expanded directory.
expand(URL, String) - Static method in class org.glassfish.grizzly.http.server.util.ExpandJar
Expand the jar file found at the specified URL into an unpacked directory structure, and return the absolute pathname to the expanded directory.
expand(URL, String, String) - Static method in class org.glassfish.grizzly.http.server.util.ExpandJar
Expand the jar file found at the specified URL into an unpacked directory structure, and return the absolute pathname to the expanded directory.
expand(InputStream, File, String) - Static method in class org.glassfish.grizzly.http.server.util.ExpandJar
Expand the specified input stream into the specified directory, creating a file named from the specified relative path.
ExpandJar - Class in org.glassfish.grizzly.http.server.util
Expand out a jar.
ExpandJar() - Constructor for class org.glassfish.grizzly.http.server.util.ExpandJar
 
EXPECTATION_FAILED_417 - Static variable in class org.glassfish.grizzly.http.util.HttpStatus
 
ExpectationHandler - Interface in org.glassfish.grizzly.servlet
Handler, responsible for processing Expect: header in a HTTP requests, for example "Expect: 100-Continue"
expectationHandler - Variable in class org.glassfish.grizzly.servlet.ServletHandler
 
expectationHandler - Variable in class org.glassfish.grizzly.servlet.ServletRegistration
 
ExpectationHandler.AckAction - Interface in org.glassfish.grizzly.servlet
Interface, using which ExpectationHandler may confirm or refuse client expectation.
EXPECTING_MORE_OPTION - Static variable in interface org.glassfish.grizzly.asyncqueue.AsyncQueue
 
Extension - Class in org.glassfish.grizzly.websockets
Representation of a WebSocket extension and its associated parameters.
Extension(String) - Constructor for class org.glassfish.grizzly.websockets.Extension
Constructs a new Extension with the specified name.
Extension.Parameter - Class in org.glassfish.grizzly.websockets
Representation of extension parameters.
extensionWrappers - Variable in class org.glassfish.grizzly.http.server.util.Mapper.Context
 
extract(int) - Method in class org.glassfish.grizzly.http.server.util.StringParser
Extract and return a substring that starts at the specified position, and extends to the end of the string being parsed.
extract(int, int) - Method in class org.glassfish.grizzly.http.server.util.StringParser
Extract and return a substring that starts at the specified position, and ends at the character before the specified position.
extractContentEncoding(DataChunk) - Method in class org.glassfish.grizzly.http.HttpHeader
Obtain content-encoding value and mark it as serialized.

F

Factory() - Constructor for class org.glassfish.grizzly.asyncqueue.AsyncQueueIO.Factory
 
fail(FilterChainContext, Throwable) - Method in class org.glassfish.grizzly.filterchain.DefaultFilterChain
 
fail(FilterChainContext, Throwable) - Method in interface org.glassfish.grizzly.filterchain.FilterChain
 
fail(Throwable) - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
 
fail() - Method in interface org.glassfish.grizzly.servlet.ExpectationHandler.AckAction
Notifies a client that server doesn't want to process HTTP message payload.
failed(Throwable) - Method in interface org.glassfish.grizzly.CompletionHandler
The operation was failed.
failed(Throwable) - Method in class org.glassfish.grizzly.EmptyCompletionHandler
The operation was failed.
failed(Throwable) - Method in interface org.glassfish.grizzly.nio.transport.TCPNIOConnection.ConnectResultHandler
 
failed(Throwable) - Method in class org.glassfish.grizzly.streams.AbstractStreamWriter.DisposeBufferCompletionHandler
 
failed(Throwable) - Method in class org.glassfish.grizzly.streams.TransformerInput.TransformerCompletionHandler
 
failed(Throwable) - Method in class org.glassfish.grizzly.utils.CompletionHandlerAdapter
 
failed(Throwable) - Method in class org.glassfish.grizzly.websockets.FrameCompletionHandler
 
failure(Throwable) - Method in interface org.glassfish.grizzly.impl.FutureImpl
Notify about the failure, occurred during asynchronous operation execution.
failure(Throwable) - Method in class org.glassfish.grizzly.impl.ReadyFutureImpl
Should not be called for ReadyFutureImpl
failure(Throwable) - Method in class org.glassfish.grizzly.impl.SafeFutureImpl
Notify about the failure, occurred during asynchronous operation execution.
failure - Variable in class org.glassfish.grizzly.impl.UnsafeFutureImpl
 
failure(Throwable) - Method in class org.glassfish.grizzly.impl.UnsafeFutureImpl
Notify about the failure, occured during asynchronous operation execution.
FastDateFormat - Class in org.glassfish.grizzly.http.util
Fast date formatter that caches recently formatted date information and uses it to avoid too-frequent calls to the underlying formatter.
FastDateFormat(DateFormat) - Constructor for class org.glassfish.grizzly.http.util.FastDateFormat
 
FastHttpDateFormat - Class in org.glassfish.grizzly.http.util
Utility class to generate HTTP dates.
FastHttpDateFormat() - Constructor for class org.glassfish.grizzly.http.util.FastHttpDateFormat
 
FileCache - Class in org.glassfish.grizzly.http.server.filecache
This class implements a file caching mechanism used to cache static resources.
FileCache() - Constructor for class org.glassfish.grizzly.http.server.filecache.FileCache
 
FileCache - Class in org.glassfish.grizzly.http.server.filecache.jmx
This class provides a JMX view of the current operating state of the FileCache.
FileCache(FileCache) - Constructor for class org.glassfish.grizzly.http.server.filecache.jmx.FileCache
Constructs a new JMX managed FileCache for the specified FileCache instance.
FileCache.CacheResult - Enum in org.glassfish.grizzly.http.server.filecache
 
FileCache.CacheType - Enum in org.glassfish.grizzly.http.server.filecache
 
FileCacheEntry - Class in org.glassfish.grizzly.http.server.filecache
The entry value in the file cache map.
FileCacheEntry(FileCache) - Constructor for class org.glassfish.grizzly.http.server.filecache.FileCacheEntry
 
FileCacheFilter - Class in org.glassfish.grizzly.http.server
 
FileCacheFilter(FileCache) - Constructor for class org.glassfish.grizzly.http.server.FileCacheFilter
 
FileCacheKey - Class in org.glassfish.grizzly.http.server.filecache
The entry key in the file cache map.
FileCacheKey() - Constructor for class org.glassfish.grizzly.http.server.filecache.FileCacheKey
 
FileCacheKey(String, String) - Constructor for class org.glassfish.grizzly.http.server.filecache.FileCacheKey
 
FileCacheProbe - Interface in org.glassfish.grizzly.http.server.filecache
Monitoring probe providing callbacks that may be invoked by Grizzly FileCache.
FileCacheProbe.Adapter - Class in org.glassfish.grizzly.http.server.filecache
FileCacheProbe adapter that provides no-op implementations for all interface methods allowing easy extension by the developer.
FileTransfer - Class in org.glassfish.grizzly
FileTransfer(File) - Constructor for class org.glassfish.grizzly.FileTransfer
Constructs a new FileTransfer instance backed by the specified File.
FileTransfer(File, long, long) - Constructor for class org.glassfish.grizzly.FileTransfer
Constructs a new FileTransfer instance backed by the specified File.
fill(Buffer, byte) - Static method in class org.glassfish.grizzly.memory.Buffers
Fill the Buffer with the specific byte value.
fill(Buffer, int, int, byte) - Static method in class org.glassfish.grizzly.memory.Buffers
Fill the Buffer's part [position, limit) with the specific byte value starting from the Buffer's position won't be changed.
fill(ByteBuffer, byte) - Static method in class org.glassfish.grizzly.memory.Buffers
Fill the ByteBuffer with the specific byte value.
fill(ByteBuffer, int, int, byte) - Static method in class org.glassfish.grizzly.memory.Buffers
Fill the ByteBuffer's part [position, limit) with the specific byte value starting from the ByteBuffer's position won't be changed.
fillFully(int) - Method in class org.glassfish.grizzly.http.io.InputBuffer
Fill the buffer (blocking) up to the requested length.
Filter - Interface in org.glassfish.grizzly.filterchain
A Filter encapsulates a unit of processing work to be performed, whose purpose is to examine and/or modify the state of a transaction that is represented by a FilterChainContext.
filter(String) - Static method in class org.glassfish.grizzly.http.server.Response
Filter the specified message string for characters that are sensitive in HTML.
filter(DataChunk) - Static method in class org.glassfish.grizzly.http.util.HttpStatus
Filter the specified message string for characters that are sensitive in HTML.
filter(String) - Static method in class org.glassfish.grizzly.http.util.HttpStatus
Filter the specified message string for characters that are sensitive in HTML.
filter(String) - Static method in class org.glassfish.grizzly.http.util.HttpUtils
Filter the specified message string for characters that are sensitive in HTML.
filter - Variable in class org.glassfish.grizzly.servlet.FilterRegistration
 
FilterChain - Interface in org.glassfish.grizzly.filterchain
This class implement the "Chain of Responsibility" pattern (for more info, take a look at the classic "Gang of Four" design patterns book).
FilterChainBuilder - Class in org.glassfish.grizzly.filterchain
FilterChainBuilder implementation, which is responsible for constructing FilterChains.
FilterChainBuilder.StatelessFilterChainBuilder - Class in org.glassfish.grizzly.filterchain
 
FilterChainContext - Class in org.glassfish.grizzly.filterchain
FilterChain Context implementation.
FilterChainContext() - Constructor for class org.glassfish.grizzly.filterchain.FilterChainContext
 
FilterChainContext.CompletionListener - Interface in org.glassfish.grizzly.filterchain
The interface, which represents a listener, which will be notified, once FilterChainContext processing is complete.
FilterChainContext.CopyListener - Interface in org.glassfish.grizzly.filterchain
The interface, which represents a listener, which will be notified, after FilterChainContext.copy() is called.
FilterChainContext.Operation - Enum in org.glassfish.grizzly.filterchain
 
FilterChainContext.State - Enum in org.glassfish.grizzly.filterchain
 
FilterChainContext.TransportContext - Class in org.glassfish.grizzly.filterchain
 
FilterChainEnabledTransport - Interface in org.glassfish.grizzly.filterchain
Common interface for Transports, which support FilterChains.
FilterChainEvent - Interface in org.glassfish.grizzly.filterchain
 
FilterChainFactory - Class in org.glassfish.grizzly.servlet
FilterChainFactory is responsible for building a FilterChain instance with the Filters that need to be invoked for a particular request URI.
FilterChainFactory(WebappContext) - Constructor for class org.glassfish.grizzly.servlet.FilterChainFactory
 
filterChainFactory - Variable in class org.glassfish.grizzly.servlet.ServletHandler
 
FilterChainInvoker - Interface in org.glassfish.grizzly.servlet
 
FilterChainProcessorSelector - Class in org.glassfish.grizzly.filterchain
ProcessorSelector implementation, which delegates processing of IOEvent to the FilterChain.
FilterChainProcessorSelector(FilterChainBuilder) - Constructor for class org.glassfish.grizzly.filterchain.FilterChainProcessorSelector
 
filterClass - Variable in class org.glassfish.grizzly.servlet.FilterRegistration
 
FilterConfigImpl - Class in org.glassfish.grizzly.servlet
FilterConfig implementation.
FilterConfigImpl(WebappContext) - Constructor for class org.glassfish.grizzly.servlet.FilterConfigImpl
 
FilterExecutor - Interface in org.glassfish.grizzly.filterchain
Executes appropriate Filter processing method to process occurred IOEvent.
FilterMap - Class in org.glassfish.grizzly.servlet
Representation of a filter mapping for a web application, as represented in a <filter-mapping> element in the deployment descriptor.
FilterMap() - Constructor for class org.glassfish.grizzly.servlet.FilterMap
 
filterNonPrintableCharacters(DataChunk) - Static method in class org.glassfish.grizzly.http.util.HttpStatus
Filter non-printable ASCII characters.
FilterRegistration - Class in org.glassfish.grizzly.servlet
Allows customization of a Filter registered with the WebappContext.
FilterRegistration(WebappContext, String, String) - Constructor for class org.glassfish.grizzly.servlet.FilterRegistration
Creates a new FilterRegistration associated with the specified WebappContext.
FilterRegistration(WebappContext, String, Class<? extends Filter>) - Constructor for class org.glassfish.grizzly.servlet.FilterRegistration
Creates a new FilterRegistration associated with the specified WebappContext.
FilterRegistration(WebappContext, String, Filter) - Constructor for class org.glassfish.grizzly.servlet.FilterRegistration
Creates a new FilterRegistration associated with the specified WebappContext.
filterRegistrations - Variable in class org.glassfish.grizzly.servlet.WebappContext
 
filters - Variable in class org.glassfish.grizzly.filterchain.ListFacadeFilterChain
The list of Filters this chain will invoke.
FiltersState(int) - Constructor for class org.glassfish.grizzly.filterchain.DefaultFilterChain.FiltersState
 
finalize() - Method in class org.glassfish.grizzly.filterchain.AbstractFilterChain
 
finalize() - Method in class org.glassfish.grizzly.http.server.filecache.FileCacheEntry
 
finalizeShutdown() - Method in class org.glassfish.grizzly.nio.NIOTransport
 
find(String) - Static method in enum org.glassfish.grizzly.http.util.Header
Attempts to find a HTTP header by it's standard textual definition which may differ from value value returned by Enum.name.
find(ByteChunk) - Static method in class org.glassfish.grizzly.http.util.StringCache
Find an entry given its name in the cache and return the associated String.
find(CharChunk) - Static method in class org.glassfish.grizzly.http.util.StringCache
Find an entry given its name in the cache and return the associated String.
find(PUContext, FilterChainContext) - Method in class org.glassfish.grizzly.portunif.finders.SSLProtocolFinder
 
find(PUContext, FilterChainContext) - Method in interface org.glassfish.grizzly.portunif.ProtocolFinder
Method is called from PUFilter to check whether the incoming bytes belong to the specific protocol.
find(PUContext, FilterChainContext) - Method in class org.glassfish.grizzly.samples.portunif.addservice.AddProtocolFinder
Method is called from PUFilter to check whether the incoming bytes belong to the specific protocol.
find(PUContext, FilterChainContext) - Method in class org.glassfish.grizzly.samples.portunif.subservice.SubProtocolFinder
Method is called from PUFilter to check whether the incoming bytes belong to the specific protocol.
find(Class<T>, ClassLoader) - Static method in class org.glassfish.grizzly.utils.ServiceFinder
Locates and incrementally instantiates the available providers of a given service using the given class loader.
find(Class<T>) - Static method in class org.glassfish.grizzly.utils.ServiceFinder
Locates and incrementally instantiates the available providers of a given service using the context class loader.
findByName(String) - Method in class org.glassfish.grizzly.http.Cookies
 
findBytesAscii(byte[]) - Method in class org.glassfish.grizzly.http.util.BufferChunk
Returns the starting index of the specified byte sequence within this Buffer.
findChar(char) - Method in class org.glassfish.grizzly.http.server.util.StringParser
Return the index of the next occurrence of the specified character, or the index of the character after the last position of the string if no more occurrences of this character are found.
findChar(byte[], int, int, char) - Static method in class org.glassfish.grizzly.http.util.ByteChunk
Find a character, no side effects.
findChars(byte[], int, int, byte[]) - Static method in class org.glassfish.grizzly.http.util.ByteChunk
Find a character, no side effects.
findClosest(ByteChunk, StringCache.ByteEntry[], int) - Static method in class org.glassfish.grizzly.http.util.StringCache
Find an entry given its name in a sorted array of map elements.
findClosest(CharChunk, StringCache.CharEntry[], int) - Static method in class org.glassfish.grizzly.http.util.StringCache
Find an entry given its name in a sorted array of map elements.
findEOL(HttpCodecFilter.HeaderParsingState, Buffer) - Static method in class org.glassfish.grizzly.http.util.HttpCodecUtils
 
findEOL(HttpCodecFilter.HeaderParsingState, byte[], int) - Static method in class org.glassfish.grizzly.http.util.HttpCodecUtils
 
findMatch(String, List<AlternateDocBase>) - Static method in class org.glassfish.grizzly.http.server.util.AlternateDocBase
Attempts to match the given request path against one of the given alternate doc bases.
findNotChars(byte[], int, int, byte[]) - Static method in class org.glassfish.grizzly.http.util.ByteChunk
Find the first character != c
findProtocol(PUContext, FilterChainContext) - Method in class org.glassfish.grizzly.portunif.PUFilter
 
findSpace(Buffer, int, int) - Static method in class org.glassfish.grizzly.http.util.HttpCodecUtils
 
findSpace(byte[], int, int, int) - Static method in class org.glassfish.grizzly.http.util.HttpCodecUtils
 
findText() - Method in class org.glassfish.grizzly.http.server.util.StringParser
Return the index of the next occurrence of a non-whitespace character, or the index of the character after the last position of the string if no more non-whitespace characters are found.
findWhite() - Method in class org.glassfish.grizzly.http.server.util.StringParser
Return the index of the next occurrence of a whitespace character, or the index of the character after the last position of the string if no more whitespace characters are found.
FINE_GRIZZLY_ASYNCQUEUE_ERROR_NOCALLBACK_ERROR(Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
GRIZZLY0009: No callback available to be notified about AsyncQueue error: {0}
FINE_GRIZZLY_HTTP_PARAMETERS_DECODE_FAIL_DEBUG(Object, Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
Character decoding failed.
FINE_GRIZZLY_HTTP_PARAMETERS_NOEQUAL(Object, Object, Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
Parameter starting at position [{0}] and ending at position [{1}] with a value of [{2}] was not followed by an '=' character
finish(AttributeStorage) - Method in class org.glassfish.grizzly.compression.lzma.LZMADecoder
 
finish(AttributeStorage) - Method in class org.glassfish.grizzly.compression.lzma.LZMAEncoder
 
finish(AttributeStorage) - Method in class org.glassfish.grizzly.compression.zip.GZipEncoder
Finishes to compress data to the output stream without closing the underlying stream.
finish() - Method in class org.glassfish.grizzly.http.server.Response
Perform whatever actions are required to flush and close the output stream or writer, in a single operation.
finish() - Method in class org.glassfish.grizzly.servlet.HttpServletResponseImpl
 
finished() - Method in class org.glassfish.grizzly.http.io.InputBuffer
When invoked, this method will call ReadHandler.onAllDataRead() on the current ReadHandler (if any).
fireEventDownstream(Connection, FilterChainEvent, CompletionHandler<FilterChainContext>) - Method in class org.glassfish.grizzly.filterchain.DefaultFilterChain
 
fireEventDownstream(Connection, FilterChainEvent, CompletionHandler<FilterChainContext>) - Method in interface org.glassfish.grizzly.filterchain.FilterChain
 
fireEventUpstream(Connection, FilterChainEvent, CompletionHandler<FilterChainContext>) - Method in class org.glassfish.grizzly.filterchain.DefaultFilterChain
 
fireEventUpstream(Connection, FilterChainEvent, CompletionHandler<FilterChainContext>) - Method in interface org.glassfish.grizzly.filterchain.FilterChain
 
fireIOEvent(IOEvent, Connection, IOEventProcessingHandler) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOTransport
 
fireIOEvent(IOEvent, Connection, IOEventProcessingHandler) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOTransport
 
fireIOEvent(Connection, IOEvent, IOEventProcessingHandler, Logger) - Static method in class org.glassfish.grizzly.strategies.AbstractIOStrategy
 
fireIOEvent(IOEvent, Connection, IOEventProcessingHandler) - Method in interface org.glassfish.grizzly.Transport
Fires specific IOEvent on the Connection
FixedLengthTransferEncoding - Class in org.glassfish.grizzly.http
Fixed length transfer encoding implementation.
FixedLengthTransferEncoding() - Constructor for class org.glassfish.grizzly.http.FixedLengthTransferEncoding
 
FixedThreadPool - Class in org.glassfish.grizzly.threadpool
Minimalistic fixed thread pool to allow for nice scalability if a good Queue impl is used.
FixedThreadPool(ThreadPoolConfig) - Constructor for class org.glassfish.grizzly.threadpool.FixedThreadPool
 
flip() - Method in interface org.glassfish.grizzly.Buffer
Flips this buffer.
flip() - Method in class org.glassfish.grizzly.memory.BuffersBuffer
 
flip() - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
 
flip() - Method in class org.glassfish.grizzly.memory.HeapBuffer
 
flush() - Method in class org.glassfish.grizzly.compression.lzma.impl.lz.OutWindow
 
flush(Connection, CompletionHandler<WriteResult>) - Method in class org.glassfish.grizzly.filterchain.DefaultFilterChain
 
flush(Connection, CompletionHandler<WriteResult>) - Method in interface org.glassfish.grizzly.filterchain.FilterChain
 
flush(CompletionHandler) - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
 
flush() - Method in class org.glassfish.grizzly.http.io.OutputBuffer
Flush the response.
flush() - Method in class org.glassfish.grizzly.http.server.Response
Flush the current buffered content to the network.
flush(CompletionHandler<Integer>) - Method in class org.glassfish.grizzly.nio.transport.DefaultStreamWriter
 
flush() - Method in class org.glassfish.grizzly.servlet.ServletOutputStreamImpl
Will send the buffer to the client.
flush() - Method in class org.glassfish.grizzly.servlet.ServletWriterImpl
 
flush() - Method in class org.glassfish.grizzly.streams.AbstractStreamWriter
Cause the overflow handler to be called even if buffer is not full.
flush(CompletionHandler<Integer>) - Method in class org.glassfish.grizzly.streams.AbstractStreamWriter
Cause the overflow handler to be called even if buffer is not full.
flush(CompletionHandler<Integer>) - Method in class org.glassfish.grizzly.streams.BufferedOutput
 
flush(CompletionHandler<Integer>) - Method in interface org.glassfish.grizzly.streams.Output
Make sure that all data that has been written is flushed from the stream to its destination.
flush(CompletionHandler<Integer>) - Method in class org.glassfish.grizzly.streams.StreamOutput
 
flush() - Method in interface org.glassfish.grizzly.streams.StreamWriter
Make sure that all data that has been written is flushed from the stream to its destination.
flush(CompletionHandler<Integer>) - Method in interface org.glassfish.grizzly.streams.StreamWriter
Make sure that all data that has been written is flushed from the stream to its destination.
flush() - Method in class org.glassfish.grizzly.utils.BufferOutputStream
 
flush0(Buffer, CompletionHandler<Integer>) - Method in class org.glassfish.grizzly.nio.transport.DefaultStreamWriter.Output
 
flush0(Buffer, CompletionHandler<Integer>) - Method in class org.glassfish.grizzly.streams.BufferedOutput
 
flush0(Buffer, CompletionHandler<Integer>) - Method in class org.glassfish.grizzly.streams.TransformerOutput
 
FLUSH_AND_CLOSE_HANDLER - Static variable in class org.glassfish.grizzly.http.HttpCodecFilter
 
flushAndClose(FilterChainContext) - Static method in class org.glassfish.grizzly.http.HttpCodecFilter
Flush the FilterChainContext and close the associated Connection.
flushBuffer() - Method in class org.glassfish.grizzly.http.util.ByteChunk
 
flushBuffer() - Method in class org.glassfish.grizzly.http.util.C2BConverter
Flush any internal buffers into the ByteOutput or the internal byte[]
flushBuffer() - Method in class org.glassfish.grizzly.http.util.CharChunk
 
flushBuffer() - Method in class org.glassfish.grizzly.servlet.HttpServletResponseImpl
flushData() - Method in class org.glassfish.grizzly.compression.lzma.impl.rangecoder.RangeEncoder
 
flushSpecialHeaders() - Method in class org.glassfish.grizzly.http.HttpHeader
Flush internal fields for special header names to the headers map.
FORBIDDEN_403 - Static variable in class org.glassfish.grizzly.http.util.HttpStatus
 
FORCED_REQUEST_TYPE - Static variable in class org.glassfish.grizzly.http.server.Constants
The forced request-type
FOREVER - Static variable in class org.glassfish.grizzly.utils.IdleTimeoutFilter
 
FOREVER_SPECIAL - Static variable in class org.glassfish.grizzly.utils.IdleTimeoutFilter
 
forgetWritePossible(WriteHandler) - Method in class org.glassfish.grizzly.asyncqueue.TaskQueue
 
fork() - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
This method invocation suggests the FilterChain to create a copy of this FilterChainContext and resume/fork its execution starting from the current Filter.
fork(NextAction) - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
This method invocation suggests the FilterChain to create a copy of this FilterChainContext and resume/fork its execution starting from the current Filter.
FORM_POST_CONTENT_TYPE - Static variable in class org.glassfish.grizzly.http.util.Constants
 
format - Variable in class org.glassfish.grizzly.http.server.Response
The date format we will use for creating date headers.
format(Date, StringBuffer, FieldPosition) - Method in class org.glassfish.grizzly.http.util.FastDateFormat
Note: breaks functionality of fieldPosition param.
format(Date, StringBuilder, FieldPosition) - Method in class org.glassfish.grizzly.http.util.FastDateFormat
Note: breaks functionality of fieldPosition param.
format(LogRecord) - Method in class org.glassfish.grizzly.utils.LoggingFormatter
Format the record to include the Thread that logged this record.
formatCache - Static variable in class org.glassfish.grizzly.http.util.FastHttpDateFormat
Formatter cache.
formatDate(long, DateFormat) - Static method in class org.glassfish.grizzly.http.util.FastHttpDateFormat
Get the HTTP format of the specified date.
http spec only requre second precision http://tools.ietf.org/html/rfc2616#page-20
therefore we dont use the millisecond precision , but second .
FORMATS - Static variable in class org.glassfish.grizzly.http.util.FastHttpDateFormat
ThreadLocal for the set of SimpleDateFormat formats to use in getDateHeader().
FormHttpHandler - Class in org.glassfish.grizzly.samples.httpmultipart
Simple Grizzly HttpHandler, which returns HTML upload form.
FormHttpHandler() - Constructor for class org.glassfish.grizzly.samples.httpmultipart.FormHttpHandler
 
FORWARD_CONTEXT_PATH_ATTR - Static variable in class org.glassfish.grizzly.http.server.util.Globals
The request attribute under which the original context path is stored on an forwarded dispatcher request.
FORWARD_PATH_INFO_ATTR - Static variable in class org.glassfish.grizzly.http.server.util.Globals
The request attribute under which the original path info is stored on an forwarded dispatcher request.
FORWARD_QUERY_STRING_ATTR - Static variable in class org.glassfish.grizzly.http.server.util.Globals
The request attribute under which the original query string is stored on an forwarded dispatcher request.
FORWARD_REQUEST_URI_ATTR - Static variable in class org.glassfish.grizzly.http.server.util.Globals
The request attribute under which the original request URI is stored on an forwarded dispatcher request.
FORWARD_SERVLET_PATH_ATTR - Static variable in class org.glassfish.grizzly.http.server.util.Globals
The request attribute under which the original servlet path is stored on an forwarded dispatcher request.
FOUND_302 - Static variable in class org.glassfish.grizzly.http.util.HttpStatus
 
frame(DataFrame) - Method in class org.glassfish.grizzly.websockets.ProtocolHandler
 
frame(DataFrame) - Method in class org.glassfish.grizzly.websockets.rfc6455.RFC6455Handler
 
FrameCompletionHandler - Class in org.glassfish.grizzly.websockets
 
FrameCompletionHandler() - Constructor for class org.glassfish.grizzly.websockets.FrameCompletionHandler
 
FrameType - Interface in org.glassfish.grizzly.websockets
 
FramingException - Exception in org.glassfish.grizzly.websockets
 
FramingException(String) - Constructor for exception org.glassfish.grizzly.websockets.FramingException
 
FramingException(String, Throwable) - Constructor for exception org.glassfish.grizzly.websockets.FramingException
 
FramingException(Throwable) - Constructor for exception org.glassfish.grizzly.websockets.FramingException
 
fromString(String) - Static method in enum org.glassfish.grizzly.http.CompressionConfig.CompressionMode
Returns the CompressionConfig.CompressionMode based on the string representation.
future - Variable in class org.glassfish.grizzly.streams.BufferedInput
 
FutureImpl<R> - Interface in org.glassfish.grizzly.impl
Future interface, which has full control over the state.
Futures - Class in org.glassfish.grizzly.utils
Set of utilities.
Futures() - Constructor for class org.glassfish.grizzly.utils.Futures
 

G

GATEWAY_TIMEOUT_504 - Static variable in class org.glassfish.grizzly.http.util.HttpStatus
 
generate(Request, int, String, String, Throwable) - Method in class org.glassfish.grizzly.http.server.DefaultErrorPageGenerator
Returns the HTML representation of the error page corresponding to the given HTTP response status.
generate(Request, int, String, String, Throwable) - Method in interface org.glassfish.grizzly.http.server.ErrorPageGenerator
Returns the HTML representation of the error page corresponding to the given HTTP response status.
generateMask() - Method in class org.glassfish.grizzly.websockets.Masker
 
generateServerKey(SecKey) - Static method in class org.glassfish.grizzly.websockets.SecKey
Generate server-side security key, which gets passed to the client during the handshake phase as part of message payload.
GenericAdapter<K,V> - Interface in org.glassfish.grizzly.utils
Generic Adapter interface.
GenericCloseListener - Interface in org.glassfish.grizzly
Deprecated. 
get(AttributeHolder) - Method in class org.glassfish.grizzly.attributes.Attribute
Get attribute value, stored on the AttributeHolder.
get(AttributeStorage) - Method in class org.glassfish.grizzly.attributes.Attribute
Get attribute value, stored on the AttributeStorage.
get() - Method in interface org.glassfish.grizzly.Buffer
Relative get method.
get(int) - Method in interface org.glassfish.grizzly.Buffer
Absolute get method.
get(byte[]) - Method in interface org.glassfish.grizzly.Buffer
Relative bulk get method.
get(byte[], int, int) - Method in interface org.glassfish.grizzly.Buffer
Relative bulk get method.
get(ByteBuffer) - Method in interface org.glassfish.grizzly.Buffer
Relative bulk get method.
get(ByteBuffer, int, int) - Method in interface org.glassfish.grizzly.Buffer
Relative bulk get method.
get(int) - Method in class org.glassfish.grizzly.ChainProcessorSelector
get(int) - Method in class org.glassfish.grizzly.filterchain.FilterChainBuilder
 
get(int) - Method in class org.glassfish.grizzly.filterchain.ListFacadeFilterChain
get() - Method in class org.glassfish.grizzly.http.Cookies
 
get(FilterChainContext) - Static method in class org.glassfish.grizzly.http.HttpContext
 
GET - Static variable in class org.glassfish.grizzly.http.Method
 
get() - Method in class org.glassfish.grizzly.http.multipart.ContentDisposition.ParamValue
 
GET - Static variable in class org.glassfish.grizzly.http.server.Constants
GET.
get(HttpRequestPacket) - Method in class org.glassfish.grizzly.http.server.filecache.FileCache
get(String) - Static method in class org.glassfish.grizzly.http.util.MimeType
 
get(String, String) - Static method in class org.glassfish.grizzly.http.util.MimeType
 
get() - Method in class org.glassfish.grizzly.impl.ReadyFutureImpl
get(long, TimeUnit) - Method in class org.glassfish.grizzly.impl.ReadyFutureImpl
get() - Method in class org.glassfish.grizzly.impl.SafeFutureImpl
 
get(long, TimeUnit) - Method in class org.glassfish.grizzly.impl.SafeFutureImpl
 
get() - Method in class org.glassfish.grizzly.impl.UnsafeFutureImpl
get(long, TimeUnit) - Method in class org.glassfish.grizzly.impl.UnsafeFutureImpl
get(ByteBuffer, byte[], int, int) - Static method in class org.glassfish.grizzly.memory.Buffers
 
get() - Method in class org.glassfish.grizzly.memory.BuffersBuffer
 
get(int) - Method in class org.glassfish.grizzly.memory.BuffersBuffer
 
get(byte[]) - Method in class org.glassfish.grizzly.memory.BuffersBuffer
 
get(byte[], int, int) - Method in class org.glassfish.grizzly.memory.BuffersBuffer
 
get(ByteBuffer) - Method in class org.glassfish.grizzly.memory.BuffersBuffer
 
get(ByteBuffer, int, int) - Method in class org.glassfish.grizzly.memory.BuffersBuffer
 
get() - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
 
get(int) - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
 
get(byte[]) - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
 
get(byte[], int, int) - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
 
get(ByteBuffer) - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
 
get(ByteBuffer, int, int) - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
 
get() - Method in class org.glassfish.grizzly.memory.HeapBuffer
 
get(int) - Method in class org.glassfish.grizzly.memory.HeapBuffer
 
get(byte[]) - Method in class org.glassfish.grizzly.memory.HeapBuffer
 
get(byte[], int, int) - Method in class org.glassfish.grizzly.memory.HeapBuffer
 
get(ByteBuffer) - Method in class org.glassfish.grizzly.memory.HeapBuffer
 
get(ByteBuffer, int, int) - Method in class org.glassfish.grizzly.memory.HeapBuffer
 
get(ThreadCache.CachedTypeIndex<E>) - Method in class org.glassfish.grizzly.ThreadCache.ObjectCache
Get the cached object with the given type index from cache.
get() - Method in class org.glassfish.grizzly.ThreadCache.ObjectCacheElement
Get (peek) the object from cache.
get() - Method in class org.glassfish.grizzly.utils.Holder
 
get() - Method in class org.glassfish.grizzly.utils.Holder.IntHolder
 
get() - Method in class org.glassfish.grizzly.utils.Holder.LazyHolder
 
get() - Method in class org.glassfish.grizzly.websockets.Masker
 
get(int) - Method in class org.glassfish.grizzly.websockets.Masker
 
get(Connection) - Static method in class org.glassfish.grizzly.websockets.WebSocketHolder
 
get() - Method in class org.glassfish.grizzly.Writer.Reentrant
Returns the value of the reentrants counter for the current thread.
getAccessCount() - Static method in class org.glassfish.grizzly.http.util.StringCache
 
getActiveConnections() - Method in class org.glassfish.grizzly.samples.lifecycle.LifeCycleFilter
Returns the Set of currently active Connections.
getAddOns() - Method in class org.glassfish.grizzly.http.server.NetworkListener
Return the array of the registered AddOns.
getAddOnSet() - Method in class org.glassfish.grizzly.http.server.NetworkListener
Returns the direct addons collection, registered on the NetworkListener.
getAddress() - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
Get address, associated with the current IOEvent processing.
getAddressHolder() - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
Get a Holder, which contains address, associated with the current IOEvent processing.
getAddServicePort() - Method in class org.glassfish.grizzly.samples.jaxws.addclient.AddServiceService
 
getAddServicePort(WebServiceFeature...) - Method in class org.glassfish.grizzly.samples.jaxws.addclient.AddServiceService
 
getAlgorithm() - Method in class org.glassfish.grizzly.compression.lzma.LZMAEncoder.LZMAProperties
 
getAliases() - Method in interface org.glassfish.grizzly.http.ContentEncoding
Get the ContentEncoding aliases.
getAliases() - Method in class org.glassfish.grizzly.http.GZipContentEncoding
 
getAliases() - Method in class org.glassfish.grizzly.http.LZMAContentEncoding
 
getAllStackTracesAsString() - Static method in class org.glassfish.grizzly.utils.Exceptions
 
getAndInvalidate() - Method in class org.glassfish.grizzly.http.server.SuspendStatus
 
getAppBufferSize() - Method in class org.glassfish.grizzly.ssl.SSLConnectionContext
 
getAppender() - Method in class org.glassfish.grizzly.filterchain.DefaultFilterChain.FilterStateElement
 
getApplication(HttpRequestPacket) - Method in class org.glassfish.grizzly.websockets.WebSocketEngine
 
getApplication(HttpRequestPacket, boolean) - Method in class org.glassfish.grizzly.websockets.WebSocketEngine
 
getArguments() - Method in interface org.glassfish.grizzly.localization.Localizable
Returns the arguments for message formatting.
getArguments() - Method in class org.glassfish.grizzly.localization.LocalizableMessage
 
getArray() - Method in class org.glassfish.grizzly.memory.AbstractBufferArray
 
getArray() - Method in class org.glassfish.grizzly.utils.ArraySet
Get the underlying array.
getArrayCopy() - Method in class org.glassfish.grizzly.utils.ArraySet
Get the copy of the underlying array.
getAsyncContext() - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
getAsyncQueueIO() - Method in interface org.glassfish.grizzly.asyncqueue.AsyncQueueEnabledTransport
Get asynchronous queue implementation.
getAsyncQueueIO() - Method in class org.glassfish.grizzly.nio.transport.TCPNIOTransport
 
getAsyncQueueIO() - Method in class org.glassfish.grizzly.nio.transport.UDPNIOTransport
 
getAsyncReadQueue() - Method in class org.glassfish.grizzly.nio.NIOConnection
 
getAsyncTimeout(TimeUnit) - Method in class org.glassfish.grizzly.jaxws.JaxwsHandler
 
getAsyncWriteQueue() - Method in class org.glassfish.grizzly.nio.NIOConnection
 
getAttribute(String) - Method in interface org.glassfish.grizzly.attributes.AttributeHolder
Return an object based on a name.
getAttribute(int) - Method in interface org.glassfish.grizzly.attributes.IndexedAttributeAccessor
Internal method for dynamic attribute support.
getAttribute(String) - Method in class org.glassfish.grizzly.attributes.IndexedAttributeHolder
Return an object based on a name.
getAttribute(int) - Method in class org.glassfish.grizzly.attributes.IndexedAttributeHolder.IndexedAttributeAccessorImpl
Internal method for dynamic attribute support.
getAttribute(String) - Method in class org.glassfish.grizzly.attributes.NamedAttributeHolder
Return an object based on a name.
getAttribute(Object) - Method in class org.glassfish.grizzly.comet.CometContext
Retrieve an attribute.
getAttribute(String) - Method in class org.glassfish.grizzly.http.ajp.AjpHttpRequest
 
getAttribute(String) - Method in class org.glassfish.grizzly.http.HttpRequestPacket
Return the specified request attribute if it exists; otherwise, return null.
getAttribute(String) - Method in class org.glassfish.grizzly.http.server.Request
Return the specified request attribute if it exists; otherwise, return null.
getAttribute(String) - Method in class org.glassfish.grizzly.http.server.Session
Return an attribute.
getAttribute(String) - Method in class org.glassfish.grizzly.servlet.DispatchedHttpServletRequest
Override the getAttribute() method of the wrapped request.
getAttribute(String) - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
getAttribute(String) - Method in class org.glassfish.grizzly.servlet.HttpSessionImpl
getAttribute(String) - Method in class org.glassfish.grizzly.servlet.WebappContext
getAttributeBuilder() - Method in class org.glassfish.grizzly.AbstractTransport
Get Transport associated AttributeBuilder, which will be used by Transport and its Connections to store custom Attributes.
getAttributeBuilder() - Method in interface org.glassfish.grizzly.attributes.AttributeHolder
Get AttributeBuilder, associated with this holder
getAttributeBuilder() - Method in class org.glassfish.grizzly.attributes.IndexedAttributeHolder
Get AttributeBuilder, associated with this holder
getAttributeBuilder() - Method in class org.glassfish.grizzly.attributes.NamedAttributeHolder
Get AttributeBuilder, associated with this holder
getAttributeBuilder() - Method in class org.glassfish.grizzly.NIOTransportBuilder
 
getAttributeBuilder() - Method in interface org.glassfish.grizzly.Transport
Get Transport associated AttributeBuilder, which will be used by Transport and its Connections to store custom Attributes.
getAttributeByIndex(int) - Method in class org.glassfish.grizzly.attributes.DefaultAttributeBuilder
 
getAttributeByName(String) - Method in class org.glassfish.grizzly.attributes.DefaultAttributeBuilder
 
getAttributeNames() - Method in interface org.glassfish.grizzly.attributes.AttributeHolder
Return a Set of attribute names.
getAttributeNames() - Method in class org.glassfish.grizzly.attributes.IndexedAttributeHolder
Return a Set of attribute names.
getAttributeNames() - Method in class org.glassfish.grizzly.attributes.NamedAttributeHolder
Return a Set of attribute names.
getAttributeNames() - Method in class org.glassfish.grizzly.http.HttpRequestPacket
Return the names of all request attributes for this Request, or an empty Set if there are none.
getAttributeNames() - Method in class org.glassfish.grizzly.http.server.Request
Return the names of all request attributes for this Request, or an empty Set if there are none.
getAttributeNames() - Method in class org.glassfish.grizzly.servlet.DispatchedHttpServletRequest
Override the getAttributeNames() method of the wrapped request.
getAttributeNames() - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
getAttributeNames() - Method in class org.glassfish.grizzly.servlet.HttpSessionImpl
getAttributeNames() - Method in class org.glassfish.grizzly.servlet.WebappContext
getAttributes() - Method in interface org.glassfish.grizzly.attributes.AttributeStorage
Get associated AttributeHolder.
getAttributes() - Method in class org.glassfish.grizzly.Context
Get attributes (AttributeHolder), associated with the processing Context.
getAttributes() - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
Get associated AttributeHolder.
getAttributes() - Method in class org.glassfish.grizzly.http.HttpContext
 
getAttributes() - Method in class org.glassfish.grizzly.http.HttpHeader
Get associated AttributeHolder.
getAttributes() - Method in class org.glassfish.grizzly.nio.NIOConnection
 
getAttributes() - Method in class org.glassfish.grizzly.threadpool.DefaultWorkerThread
 
getAuthorization() - Method in class org.glassfish.grizzly.http.server.Request
Return the authorization credentials sent with this request.
getAuthType() - Method in class org.glassfish.grizzly.http.server.Request
Return the authentication type used for this Request.
getAuthType() - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
getBackChannelFilter() - Method in class org.glassfish.grizzly.portunif.PUFilter
Get the back channel Filter implementation, which should connect the custom protocol FilterChain with the main FilterChain.
getBasePath() - Method in class org.glassfish.grizzly.http.server.util.AlternateDocBase
Gets the absolute doc base path of this AlternateDocBase.
getBasePath() - Method in class org.glassfish.grizzly.servlet.WebappContext
 
getBody() - Method in class org.glassfish.grizzly.samples.filterchain.GIOPMessage
 
getBodyLength() - Method in class org.glassfish.grizzly.samples.filterchain.GIOPMessage
 
getBoundAddresses() - Method in class org.glassfish.grizzly.nio.transport.jmx.NIOTransport
 
getBoundary() - Method in class org.glassfish.grizzly.http.multipart.MultipartContext
Get the multipart boundary string.
getBroadcaster() - Method in class org.glassfish.grizzly.websockets.SimpleWebSocket
 
getBuffer() - Method in interface org.glassfish.grizzly.http.io.BinaryNIOInputSource
Returns the the duplicate of the underlying Buffer that backs this InputSource.
getBuffer() - Method in class org.glassfish.grizzly.http.io.InputBuffer
Returns the duplicate of the underlying Buffer used to buffer incoming request data.
getBuffer() - Method in class org.glassfish.grizzly.http.util.BufferChunk
 
getBuffer() - Method in class org.glassfish.grizzly.http.util.ByteChunk
Returns the message bytes.
getBuffer() - Method in class org.glassfish.grizzly.http.util.CharChunk
 
getBuffer() - Method in class org.glassfish.grizzly.streams.BufferedInput
 
getBuffer() - Method in class org.glassfish.grizzly.streams.BufferedOutput
 
getBuffer() - Method in interface org.glassfish.grizzly.streams.Input
Return the Input's Buffer.
getBuffer() - Method in interface org.glassfish.grizzly.streams.Output
Return the Input's Buffer.
getBuffer() - Method in class org.glassfish.grizzly.streams.StreamInput
 
getBuffer() - Method in class org.glassfish.grizzly.streams.StreamOutput
 
getBuffer() - Method in class org.glassfish.grizzly.utils.BufferOutputStream
Get the result Buffer (not flipped).
getBufferAppender(boolean) - Static method in class org.glassfish.grizzly.memory.Buffers
Get the Appender which knows how to append Buffers.
getBufferChunk() - Method in class org.glassfish.grizzly.http.util.DataChunk
 
getBufferedDataSize() - Method in class org.glassfish.grizzly.http.io.OutputBuffer
Get the number of bytes buffered on OutputBuffer and ready to be sent.
getBufferedSize() - Method in class org.glassfish.grizzly.streams.BufferedOutput
 
getBufferSize() - Method in class org.glassfish.grizzly.http.io.OutputBuffer
 
getBufferSize() - Method in class org.glassfish.grizzly.http.server.Response
Return the actual buffer size used for this Response.
getBufferSize() - Method in class org.glassfish.grizzly.servlet.HttpServletResponseImpl
getBufferWindow() - Method in class org.glassfish.grizzly.streams.AbstractStreamReader
getBufferWindow() - Method in interface org.glassfish.grizzly.streams.StreamReader
 
getByFilename(String) - Static method in class org.glassfish.grizzly.http.util.MimeType
 
getByte(int) - Method in class org.glassfish.grizzly.compression.lzma.impl.lz.OutWindow
 
getByteBuffer(boolean) - Method in class org.glassfish.grizzly.http.server.filecache.FileCacheEntry
Returns the entry's ByteBuffer representation.
getByteBuffer() - Method in class org.glassfish.grizzly.nio.DirectByteBufferRecord
 
getByteBuffer(byte[]) - Method in class org.glassfish.grizzly.websockets.ProtocolHandler
 
getByteChunk() - Method in class org.glassfish.grizzly.http.util.C2BConverter
 
getByteChunk() - Method in class org.glassfish.grizzly.http.util.DataChunk
 
getByteChunk() - Method in class org.glassfish.grizzly.http.util.MessageBytes
Returns the byte chunk, representing the byte[] and offset/length.
getByteEnabled() - Static method in class org.glassfish.grizzly.http.util.StringCache
 
getBytes() - Method in class org.glassfish.grizzly.http.util.ByteChunk
Returns the message bytes.
getBytes() - Method in enum org.glassfish.grizzly.http.util.Header
Returns the byte representation of this header encoded using ISO-8859-1.
getBytes(DataFrame) - Method in class org.glassfish.grizzly.websockets.BaseFrameType
 
getBytes() - Method in class org.glassfish.grizzly.websockets.ClosingFrame
 
getBytes() - Method in class org.glassfish.grizzly.websockets.DataFrame
 
getBytes(DataFrame) - Method in interface org.glassfish.grizzly.websockets.FrameType
 
getBytes(DataFrame) - Method in class org.glassfish.grizzly.websockets.frametypes.ContinuationFrameType
 
getBytes(DataFrame) - Method in class org.glassfish.grizzly.websockets.frametypes.TextFrameType
 
getBytes() - Method in class org.glassfish.grizzly.websockets.SecKey
 
getBytesRead() - Method in class org.glassfish.grizzly.nio.transport.jmx.NIOTransport
 
getBytesWritten() - Method in class org.glassfish.grizzly.nio.transport.jmx.NIOTransport
 
getCachedEntryCount() - Method in class org.glassfish.grizzly.http.server.filecache.jmx.FileCache
 
getCacheErrorCount() - Method in class org.glassfish.grizzly.http.server.filecache.jmx.FileCache
 
getCacheHitCount() - Method in class org.glassfish.grizzly.http.server.filecache.jmx.FileCache
 
getCacheMissCount() - Method in class org.glassfish.grizzly.http.server.filecache.jmx.FileCache
 
getCacheSize() - Static method in class org.glassfish.grizzly.http.util.StringCache
 
getCertificates() - Method in class org.glassfish.grizzly.ssl.SSLBaseFilter.CertificateEvent
 
getChannel() - Method in class org.glassfish.grizzly.nio.NIOConnection
 
getChannel() - Method in class org.glassfish.grizzly.nio.RegisterChannelResult
 
getChannelDistributor() - Method in class org.glassfish.grizzly.nio.transport.jmx.NIOTransport
 
getChar() - Method in interface org.glassfish.grizzly.Buffer
Relative get method for reading a char value.
getChar(int) - Method in interface org.glassfish.grizzly.Buffer
Absolute get method for reading a char value.
getChar() - Method in class org.glassfish.grizzly.memory.BuffersBuffer
 
getChar(int) - Method in class org.glassfish.grizzly.memory.BuffersBuffer
 
getChar() - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
 
getChar(int) - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
 
getChar() - Method in class org.glassfish.grizzly.memory.HeapBuffer
 
getChar(int) - Method in class org.glassfish.grizzly.memory.HeapBuffer
 
getCharacterEncoding() - Method in class org.glassfish.grizzly.http.HttpHeader
 
getCharacterEncoding() - Method in class org.glassfish.grizzly.http.server.Request
Return the character encoding for this Request.
getCharacterEncoding() - Method in class org.glassfish.grizzly.http.server.Response
Return the character encoding used for this Response.
getCharacterEncoding() - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
getCharacterEncoding() - Method in class org.glassfish.grizzly.servlet.HttpServletResponseImpl
getCharChunk() - Method in class org.glassfish.grizzly.http.util.DataChunk
 
getCharChunk() - Method in class org.glassfish.grizzly.http.util.MessageBytes
Returns the char chunk, representing the char[] and offset/length.
getCharEnabled() - Static method in class org.glassfish.grizzly.http.util.StringCache
 
getChars() - Method in class org.glassfish.grizzly.http.util.CharChunk
 
getCharset() - Method in class org.glassfish.grizzly.http.util.ByteChunk
 
getCharset() - Method in class org.glassfish.grizzly.utils.StringDecoder
 
getCharset() - Method in class org.glassfish.grizzly.utils.StringEncoder
 
getCharsetDecoder(Charset) - Static method in class org.glassfish.grizzly.utils.Charsets
Return the Charset's CharsetDecoder.
getCharsetEncoder(Charset) - Static method in class org.glassfish.grizzly.utils.Charsets
Return the Charset's CharsetEncoder.
getCharsetFromContentType(String) - Static method in class org.glassfish.grizzly.http.util.ContentType
Parse the character encoding from the specified content type header.
getChunkSize() - Method in class org.glassfish.grizzly.utils.ChunkingFilter
 
getCipherSuite() - Method in interface org.glassfish.grizzly.ssl.SSLSupport
The cipher suite being used on this connection.
getCipherSuite() - Method in class org.glassfish.grizzly.ssl.SSLSupportImpl
 
getClassLoader() - Method in class org.glassfish.grizzly.http.server.CLStaticHttpHandler
Returns the ClassLoader used to resolve the requested HTTP resources.
getClassLoader() - Method in class org.glassfish.grizzly.servlet.ServletHandler
 
getClassLoader() - Method in class org.glassfish.grizzly.servlet.WebappContext
getClassName() - Method in class org.glassfish.grizzly.servlet.Registration
Gets the fully qualified class name of the Servlet or Filter that is represented by this Registration.
getClazz() - Method in class org.glassfish.grizzly.ThreadCache.CachedTypeIndex
 
getClientSocketSoTimeout() - Method in class org.glassfish.grizzly.nio.NIOTransport
 
getClientSocketSoTimeout() - Method in class org.glassfish.grizzly.nio.transport.jmx.TCPNIOTransport
 
getClientSocketSoTimeout() - Method in class org.glassfish.grizzly.NIOTransportBuilder
 
getClientSSLEngineConfig() - Method in class org.glassfish.grizzly.ssl.SSLCodec
 
getClone() - Method in class org.glassfish.grizzly.http.util.ByteChunk
 
getClone() - Method in class org.glassfish.grizzly.http.util.CharChunk
 
getClone() - Method in class org.glassfish.grizzly.http.util.MessageBytes
 
getCloseable() - Method in class org.glassfish.grizzly.http.HttpContext
 
getClosingCode() - Method in exception org.glassfish.grizzly.websockets.FramingException
 
getClosingCode() - Method in exception org.glassfish.grizzly.websockets.ProtocolError
 
getClosingCode() - Method in exception org.glassfish.grizzly.websockets.Utf8DecodingError
 
getCode() - Method in class org.glassfish.grizzly.websockets.ClosingFrame
 
getCode() - Method in exception org.glassfish.grizzly.websockets.HandshakeException
Get the error code.
getCometContext(String) - Method in class org.glassfish.grizzly.comet.CometEngine
Return the CometContext associated with the topic.
getCometContext() - Method in class org.glassfish.grizzly.comet.CometEvent
Return the CometContext that fired this event.
getCometContext() - Method in interface org.glassfish.grizzly.comet.CometHandler
 
getCometContext() - Method in class org.glassfish.grizzly.comet.concurrent.DefaultConcurrentCometHandler
 
getCometContext() - Method in class org.glassfish.grizzly.comet.DefaultCometHandler
 
getCometHandlers() - Method in class org.glassfish.grizzly.comet.CometContext
Return the current list of active CometHandler
getComment() - Method in class org.glassfish.grizzly.http.Cookie
Returns the comment describing the purpose of this cookie, or null if the cookie has no comment.
getComment() - Method in class org.glassfish.grizzly.http.LazyCookieState
 
getComment() - Method in class org.glassfish.grizzly.servlet.CookieWrapper
Returns the comment describing the purpose of this cookie, or null if the cookie has no comment.
getComment() - Method in class org.glassfish.grizzly.servlet.SessionCookieConfig
 
getCompletionHandler() - Method in class org.glassfish.grizzly.filterchain.FilterChainContext.TransportContext
 
getCompletionHandler() - Method in class org.glassfish.grizzly.filterchain.TransportFilter.FlushEvent
 
getCompletionHandler() - Method in class org.glassfish.grizzly.http.server.Response.SuspendedContextImpl
 
getCompletionHandler() - Method in interface org.glassfish.grizzly.http.server.SuspendContext
Get the suspended Response CompletionHandler.
getCompletionHandler() - Method in class org.glassfish.grizzly.utils.StateHolder.ConditionElement
 
getCompressableMimeTypes() - Method in class org.glassfish.grizzly.http.CompressionConfig
Returns the read-only set of the mime-types, which are allowed to be compressed.
getCompressedFilesFolder() - Method in class org.glassfish.grizzly.http.server.filecache.FileCache
Returns the folder to be used to store temporary compressed files.
getCompressibleMimeTypes() - Method in class org.glassfish.grizzly.http.server.NetworkListener
Deprecated.
use getCompressionConfig().getCompressableMimeTypes()
getCompression() - Method in class org.glassfish.grizzly.http.server.NetworkListener
Deprecated.
use getCompressionConfig().getCompressionMode().name()
getCompressionConfig() - Method in class org.glassfish.grizzly.http.server.filecache.FileCache
Returns the FileCache compression configuration settings.
getCompressionConfig() - Method in class org.glassfish.grizzly.http.server.NetworkListener
Returns CompressionConfig configuration.
getCompressionLevel(String) - Static method in enum org.glassfish.grizzly.http.server.CompressionLevel
Deprecated.
Set compression level.
getCompressionMinSize() - Method in class org.glassfish.grizzly.http.CompressionConfig
Returns the minimum size of an entity, which will be compressed.
getCompressionMinSize() - Method in class org.glassfish.grizzly.http.server.NetworkListener
Deprecated.
use getCompressionConfig().getCompressionMinSize()
getCompressionMode() - Method in class org.glassfish.grizzly.http.CompressionConfig
getConcurrentMap() - Static method in class org.glassfish.grizzly.utils.DataStructures
Creates a new, empty map with a default initial capacity (16), load factor (0.75) and concurrencyLevel (16).
getConcurrentMap(Map<? extends K, ? extends V>) - Static method in class org.glassfish.grizzly.utils.DataStructures
Creates a new map with the same mappings as the given map.
getConcurrentMap(int) - Static method in class org.glassfish.grizzly.utils.DataStructures
Creates a new, empty map with an initial table size accommodating the specified number of elements without the need to dynamically resize.
getConcurrentMap(int, float, int) - Static method in class org.glassfish.grizzly.utils.DataStructures
Creates a new, empty map with an initial table size based on the given number of elements (initialCapacity), table density (loadFactor), and number of concurrently updating threads (concurrencyLevel).
getCondition() - Method in class org.glassfish.grizzly.utils.StateHolder.ConditionElement
 
getConfig() - Method in class org.glassfish.grizzly.threadpool.AbstractThreadPool
 
getConfiguration() - Method in class org.glassfish.grizzly.http.server.HttpServerFilter
 
getConfiguration() - Method in class org.glassfish.grizzly.threadpool.GrizzlyExecutorService
 
getConnection() - Method in class org.glassfish.grizzly.asyncqueue.AsyncQueueRecord
 
getConnection() - Method in class org.glassfish.grizzly.Context
Get the processing Connection.
getConnection() - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
Get the Connection, associated with the current processing.
getConnection() - Method in class org.glassfish.grizzly.http.HttpRequestPacket
 
getConnection() - Method in class org.glassfish.grizzly.ReadResult
Get the Connection data were read from.
getConnection() - Method in interface org.glassfish.grizzly.Result
Get Connection, associated with the result.
getConnection() - Method in class org.glassfish.grizzly.ssl.SSLConnectionContext
 
getConnection() - Method in class org.glassfish.grizzly.streams.AbstractStreamReader
Get the Connection this StreamReader belongs to.
getConnection() - Method in class org.glassfish.grizzly.streams.AbstractStreamWriter
Get the Connection this StreamWriter belongs to.
getConnection() - Method in interface org.glassfish.grizzly.streams.Stream
Get the Connection this StreamReader belongs to.
getConnection() - Method in interface org.glassfish.grizzly.streams.StreamWriter
Get the Connection this StreamWriter belongs to.
getConnection() - Method in class org.glassfish.grizzly.websockets.ProtocolHandler
 
getConnection() - Method in class org.glassfish.grizzly.WriteResult
Get the Connection data were read from.
getConnectionConfig() - Method in class org.glassfish.grizzly.http.server.HttpServerMonitoringConfig
Get the connection monitoring config.
getConnectionForKey(SelectionKey) - Method in class org.glassfish.grizzly.nio.DefaultSelectionKeyHandler
 
getConnectionForKey(SelectionKey) - Method in interface org.glassfish.grizzly.nio.SelectionKeyHandler
 
getConnectionInfo(Connection) - Method in class org.glassfish.grizzly.connectionpool.MultiEndpointPool
Returns pooled ConnectionInfo, that might be used for monitoring reasons, or null if the Connection does not belong to this pool.
getConnectionInfo(Connection) - Method in class org.glassfish.grizzly.connectionpool.SingleEndpointPool
Returns pooled ConnectionInfo, that might be used for monitoring reasons, or null if the Connection does not belong to this pool.
getConnectionMonitoringConfig() - Method in class org.glassfish.grizzly.AbstractTransport
Get the monitoring configuration for Transport Connections.
getConnectionMonitoringConfig() - Method in interface org.glassfish.grizzly.Transport
Get the monitoring configuration for Transport Connections.
getConnectionsCount() - Method in class org.glassfish.grizzly.http.jmx.KeepAlive
 
getConnectionTimeout() - Method in class org.glassfish.grizzly.nio.NIOTransport
 
getConnectionTimeout() - Method in class org.glassfish.grizzly.NIOTransportBuilder
 
getConnectorHandler() - Method in class org.glassfish.grizzly.connectionpool.EndpointKey
Returns a customized ConnectorHandler, which will be used to create Connections to this endpoint.
getConnectTimeout() - Method in class org.glassfish.grizzly.nio.transport.jmx.TCPNIOTransport
 
getConnectTimeout() - Method in class org.glassfish.grizzly.nio.transport.jmx.UDPNIOTransport
 
getContent() - Method in class org.glassfish.grizzly.http.HttpBrokenContent
Get the HTTP message content Buffer.
getContent() - Method in class org.glassfish.grizzly.http.HttpContent
Get the HTTP message content Buffer.
getContentBytesRemaining() - Method in class org.glassfish.grizzly.http.ajp.AjpHttpRequest
 
getContentDisposition() - Method in class org.glassfish.grizzly.http.multipart.MultipartEntry
Get the multipart entry content-disposition.
getContentEncodings() - Method in class org.glassfish.grizzly.http.HttpCodecFilter
Gets registered ContentEncodings.
getContentEncodings(boolean) - Method in class org.glassfish.grizzly.http.HttpHeader
 
getContentEncodings() - Method in class org.glassfish.grizzly.http.HttpHeader
 
getContentLanguage() - Method in class org.glassfish.grizzly.http.HttpResponsePacket
 
getContentLength() - Method in class org.glassfish.grizzly.http.HttpHeader
Get the content-length of this HttpPacket.
getContentLength() - Method in class org.glassfish.grizzly.http.server.Request
Return the content length for this Request.
getContentLength() - Method in class org.glassfish.grizzly.http.server.Response
Return the content length that was set or calculated for this Response.
getContentLength() - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
getContentLengthLong() - Method in class org.glassfish.grizzly.http.server.Request
Return the content length for this Request represented by Java long type.
getContentLengthLong() - Method in class org.glassfish.grizzly.http.server.Response
Return the content length that was set or calculated for this Response.
getContentLengthLong() - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
 
getContentParsingState() - Method in interface org.glassfish.grizzly.http.HttpPacketParsing
 
getContentType() - Method in class org.glassfish.grizzly.http.HttpHeader
 
getContentType() - Method in class org.glassfish.grizzly.http.multipart.MultipartContext
Returns complete multipart's content-type.
getContentType() - Method in class org.glassfish.grizzly.http.multipart.MultipartEntry
Get the multipart entry content-type.
getContentType() - Method in class org.glassfish.grizzly.http.server.Request
Return the content type for this Request.
getContentType() - Method in class org.glassfish.grizzly.http.server.Response
Return the content type that was set or calculated for this response, or null if no content type was set.
getContentType() - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
getContentType() - Method in class org.glassfish.grizzly.servlet.HttpServletResponseImpl
getContentTypeAttributes() - Method in class org.glassfish.grizzly.http.multipart.MultipartContext
Returns non-modifiable map, which contains multipart's content-type attributes.
getContext() - Method in class org.glassfish.grizzly.http.server.Request
 
getContext(String) - Method in class org.glassfish.grizzly.servlet.WebappContext
getContextImpl() - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
Return the underlying WebappContext
getContextNames() - Method in class org.glassfish.grizzly.http.server.util.Mapper
Return all contexts, in //HOST/PATH form
getContextPath() - Method in class org.glassfish.grizzly.comet.CometContext
Deprecated.
- use getTopic.
getContextPath() - Method in class org.glassfish.grizzly.http.server.Request
Returns the portion of the request URI that indicates the context of the request.
getContextPath() - Method in class org.glassfish.grizzly.servlet.DispatchedHttpServletRequest
Override the getContextPath() method of the wrapped request.
getContextPath() - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
getContextPath() - Method in class org.glassfish.grizzly.servlet.ServletHandler
Returns the portion of the request URI that indicates the context of the request.
getContextPath() - Method in class org.glassfish.grizzly.servlet.WebappContext
getContextStorage() - Method in class org.glassfish.grizzly.http.HttpContext
 
getCookieHeaderName() - Method in class org.glassfish.grizzly.http.Cookie
Return the header name to set the cookie, based on cookie version.
getCookieHeaderName(int) - Static method in class org.glassfish.grizzly.http.Cookie
Return the header name to set the cookie, based on cookie version.
getCookies() - Method in class org.glassfish.grizzly.http.server.Request
Return the set of Cookies received with this Request.
getCookies() - Method in class org.glassfish.grizzly.http.server.Response
Return an array of all cookies set for this response, or a zero-length array if no cookies have been set.
getCookies() - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
getCorePoolSize() - Method in class org.glassfish.grizzly.threadpool.jmx.ThreadPool
 
getCorePoolSize() - Method in class org.glassfish.grizzly.threadpool.ThreadPoolConfig
 
getCrc32() - Method in class org.glassfish.grizzly.compression.zip.GZipDecoder.GZipInputState
 
getCreationTime() - Method in class org.glassfish.grizzly.http.util.TimeStamp
 
getCreationTime() - Method in class org.glassfish.grizzly.servlet.HttpSessionImpl
getCurrentAllocatedThreadCount() - Method in class org.glassfish.grizzly.threadpool.jmx.ThreadPool
 
getCurrentDate() - Static method in class org.glassfish.grizzly.http.util.FastHttpDateFormat
Get the current date in HTTP format.
getCurrentResult() - Method in class org.glassfish.grizzly.asyncqueue.AsyncQueueRecord
 
getCurrentSet() - Method in class org.glassfish.grizzly.http.util.Parameters
 
getCurrentTaskCount() - Method in class org.glassfish.grizzly.threadpool.jmx.ThreadPool
 
getData() - Method in class org.glassfish.grizzly.ProcessorResult
Get the ProcessorResult extra data.
getDateHeader(String) - Method in class org.glassfish.grizzly.http.server.Request
Return the value of the specified date header, if any; otherwise return -1.
getDateHeader(Header) - Method in class org.glassfish.grizzly.http.server.Request
Return the value of the specified date header, if any; otherwise return -1.
getDateHeader(String) - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
getDecBytes() - Static method in class org.glassfish.grizzly.http.util.HexUtils
 
getDecodedRequestURI() - Method in class org.glassfish.grizzly.http.server.Request
Get the decoded request URI.
getDecodedRequestURIBC() - Method in class org.glassfish.grizzly.http.util.RequestURIRef
 
getDecodedRequestURIBC(boolean) - Method in class org.glassfish.grizzly.http.util.RequestURIRef
 
getDecodedRequestURIBC(boolean, Charset) - Method in class org.glassfish.grizzly.http.util.RequestURIRef
 
getDecodedURI() - Method in class org.glassfish.grizzly.http.util.RequestURIRef
 
getDecodedURI(boolean) - Method in class org.glassfish.grizzly.http.util.RequestURIRef
 
getDecodedURI(boolean, Charset) - Method in class org.glassfish.grizzly.http.util.RequestURIRef
 
getDecoder() - Method in interface org.glassfish.grizzly.Codec
 
getDecoder() - Method in class org.glassfish.grizzly.compression.lzma.LZMADecoder.LZMAInputState
 
getDecoder() - Method in class org.glassfish.grizzly.filterchain.AbstractCodecFilter
 
getDecoder() - Method in class org.glassfish.grizzly.ssl.SSLCodec
getDecodeStatus() - Method in class org.glassfish.grizzly.compression.zip.GZipDecoder.GZipInputState
 
getDefaultDocRoot() - Method in class org.glassfish.grizzly.http.server.StaticHttpHandler
Return the default directory from where files will be serviced.
getDefaultErrorPageGenerator() - Method in class org.glassfish.grizzly.http.server.NetworkListener
Returns the NetworkListener default ErrorPageGenerator.
getDefaultErrorPageGenerator() - Method in class org.glassfish.grizzly.http.server.ServerFilterConfiguration
Returns the default ErrorPageGenerator.
getDefaultHostName() - Method in class org.glassfish.grizzly.http.server.util.Mapper
 
getDefaultQueryEncoding() - Method in class org.glassfish.grizzly.http.server.ServerFilterConfiguration
Returns the default character encoding used to decode request URI's query part.
getDefaultResponseContentType() - Method in class org.glassfish.grizzly.http.HttpServerFilter
 
getDefaultSelectorRunnersCount() - Method in class org.glassfish.grizzly.nio.NIOTransport
 
getDefaultSelectorRunnersCount() - Method in class org.glassfish.grizzly.nio.transport.TCPNIOTransport
 
getDefaultSessionTrackingModes() - Method in class org.glassfish.grizzly.servlet.WebappContext
getDefaultThreadFactory() - Method in class org.glassfish.grizzly.threadpool.AbstractThreadPool
 
getDefaultURIEncoding() - Method in class org.glassfish.grizzly.http.util.RequestURIRef
 
getDetailMessage() - Method in class org.glassfish.grizzly.http.server.Response
Gets detail error message.
getDictionarySize() - Method in class org.glassfish.grizzly.compression.lzma.LZMAEncoder.LZMAProperties
 
getDigest() - Method in class org.glassfish.grizzly.compression.lzma.impl.CRC
 
getDispatcherType() - Method in class org.glassfish.grizzly.servlet.DispatchedHttpServletRequest
 
getDispatcherType() - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
getDispatcherTypes() - Method in class org.glassfish.grizzly.servlet.FilterMap
 
getDisposition() - Method in class org.glassfish.grizzly.http.multipart.ContentDisposition
 
getDispositionParam(String) - Method in class org.glassfish.grizzly.http.multipart.ContentDisposition
 
getDispositionParams() - Method in class org.glassfish.grizzly.http.multipart.ContentDisposition
 
getDispositionParamUnquoted(String) - Method in class org.glassfish.grizzly.http.multipart.ContentDisposition
 
getDispositionType() - Method in class org.glassfish.grizzly.http.multipart.ContentDisposition
 
getDocBase() - Method in class org.glassfish.grizzly.http.server.util.AlternateDocBase
Gets the (possibly relative) doc base path of this AlternateDocBase.
getDocRoots() - Method in class org.glassfish.grizzly.http.server.StaticHttpHandler
Return the list of directories where files will be serviced from.
getDomain() - Method in class org.glassfish.grizzly.http.Cookie
Returns the domain name set for this cookie.
getDomain() - Method in class org.glassfish.grizzly.http.LazyCookieState
 
getDomain() - Method in class org.glassfish.grizzly.servlet.CookieWrapper
Returns the domain name set for this cookie.
getDomain() - Method in class org.glassfish.grizzly.servlet.SessionCookieConfig
 
getDotedVersion() - Static method in class org.glassfish.grizzly.Grizzly
Return the dotted version of the current release.
getDouble() - Method in interface org.glassfish.grizzly.Buffer
Relative get method for reading a double value.
getDouble(int) - Method in interface org.glassfish.grizzly.Buffer
Absolute get method for reading a double value.
getDouble() - Method in class org.glassfish.grizzly.memory.BuffersBuffer
 
getDouble(int) - Method in class org.glassfish.grizzly.memory.BuffersBuffer
 
getDouble() - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
 
getDouble(int) - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
 
getDouble() - Method in class org.glassfish.grizzly.memory.HeapBuffer
 
getDouble(int) - Method in class org.glassfish.grizzly.memory.HeapBuffer
 
getDst() - Method in class org.glassfish.grizzly.compression.lzma.LZMADecoder.LZMAInputState
 
getDst() - Method in class org.glassfish.grizzly.compression.lzma.LZMAEncoder.LZMAOutputState
 
getDstAddress() - Method in class org.glassfish.grizzly.asyncqueue.AsyncWriteQueueRecord
 
getDstAddress() - Method in class org.glassfish.grizzly.WriteResult
Get the destination address, the message was written to.
getDstAddressHolder() - Method in class org.glassfish.grizzly.WriteResult
Get the destination address, the message was written to.
getEffectiveMajorVersion() - Method in class org.glassfish.grizzly.servlet.WebappContext
getEffectiveMinorVersion() - Method in class org.glassfish.grizzly.servlet.WebappContext
getEffectiveSessionTrackingModes() - Method in class org.glassfish.grizzly.servlet.WebappContext
getEnabledCipherSuites() - Method in class org.glassfish.grizzly.ssl.SSLEngineConfigurator
 
getEnabledExtensions() - Method in class org.glassfish.grizzly.websockets.rfc6455.RFC6455HandShake
 
getEnabledProtocols() - Method in class org.glassfish.grizzly.ssl.SSLEngineConfigurator
 
getEnabledProtocols() - Method in class org.glassfish.grizzly.websockets.rfc6455.RFC6455HandShake
 
getEncoder() - Method in interface org.glassfish.grizzly.Codec
 
getEncoder() - Method in class org.glassfish.grizzly.compression.lzma.LZMAEncoder.LZMAOutputState
 
getEncoder() - Method in class org.glassfish.grizzly.filterchain.AbstractCodecFilter
 
getEncoder() - Method in class org.glassfish.grizzly.ssl.SSLCodec
getEncoding() - Method in class org.glassfish.grizzly.http.multipart.MultipartEntry
 
getEncoding() - Method in class org.glassfish.grizzly.http.util.C2BConverter
 
getEncoding() - Method in class org.glassfish.grizzly.http.util.Parameters
 
getEnd() - Method in class org.glassfish.grizzly.http.util.BufferChunk
 
getEnd() - Method in class org.glassfish.grizzly.http.util.ByteChunk
 
getEnd() - Method in class org.glassfish.grizzly.http.util.CharChunk
 
getEnd() - Method in interface org.glassfish.grizzly.http.util.Chunk
 
getEnd() - Method in class org.glassfish.grizzly.http.util.DataChunk
Returns the DataChunk end position.
getEndIdx() - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
 
getEndpoint() - Method in class org.glassfish.grizzly.connectionpool.EndpointKey
Returns the endpoint address, used by a ConnectorHandler passed to MultiEndpointPool to establish new client-side Connection
getEngine() - Static method in class org.glassfish.grizzly.comet.CometEngine
Return a singleton of this Class.
getEngine() - Static method in class org.glassfish.grizzly.websockets.WebSocketEngine
 
getErrorCode() - Method in class org.glassfish.grizzly.TransformationResult
 
getErrorDescription() - Method in class org.glassfish.grizzly.TransformationResult
 
getErrorPage(String, String, String) - Static method in class org.glassfish.grizzly.http.server.util.HtmlHelper
 
getErrorPageGenerator(Request) - Method in class org.glassfish.grizzly.http.server.HttpHandler
Returns the ErrorPageGenerator, that might be used (if an error occurs) during Request processing.
getErrorPageGenerator() - Method in class org.glassfish.grizzly.http.server.Response
getEventListeners() - Method in class org.glassfish.grizzly.servlet.WebappContext
 
getException() - Method in class org.glassfish.grizzly.http.HttpBrokenContent
Returns Throwable, which describes the error.
getExceptionErrorPage(String, String, String, Throwable) - Static method in class org.glassfish.grizzly.http.server.util.HtmlHelper
 
getExpectationHandler() - Method in class org.glassfish.grizzly.servlet.ServletHandler
Get the ExpectationHandler responsible for processing Expect: header (for example "Expect: 100-Continue").
getExpectationHandler() - Method in class org.glassfish.grizzly.servlet.ServletRegistration
Get the ExpectationHandler responsible for processing Expect: header (for example "Expect: 100-Continue").
getExpirationDelay() - Method in class org.glassfish.grizzly.comet.CometContext
Return the long delay, in millisecond, before a request is resumed.
getExtensions() - Method in class org.glassfish.grizzly.websockets.HandShake
 
getExternalRemainder() - Method in class org.glassfish.grizzly.TransformationResult
 
getFile(boolean) - Method in class org.glassfish.grizzly.http.server.filecache.FileCacheEntry
Returns the entry's File reference.
getFileCache() - Method in class org.glassfish.grizzly.http.server.FileCacheFilter
 
getFileCache() - Method in class org.glassfish.grizzly.http.server.NetworkListener
 
getFileCacheConfig() - Method in class org.glassfish.grizzly.http.server.HttpServerMonitoringConfig
Get the file cache monitoring config.
getFileSize(boolean) - Method in class org.glassfish.grizzly.http.server.filecache.FileCacheEntry
Returns the entry file size.
getFilter() - Method in class org.glassfish.grizzly.servlet.FilterConfigImpl
Return the application Filter we are configured for.
getFilterChain() - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
Get FilterChain, which runs the Filter.
getFilterChain() - Method in class org.glassfish.grizzly.http.server.NetworkListener
 
getFilterChain() - Method in class org.glassfish.grizzly.portunif.PUProtocol
 
getFilterChain(Request) - Method in class org.glassfish.grizzly.servlet.ServletHandler
 
getFilterChainContext() - Method in class org.glassfish.grizzly.websockets.ProtocolHandler
 
getFilterChainFactory() - Method in class org.glassfish.grizzly.servlet.WebappContext
 
getFilterIdx() - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
 
getFilterMaps() - Method in class org.glassfish.grizzly.servlet.WebappContext
 
getFilterName() - Method in class org.glassfish.grizzly.servlet.FilterConfigImpl
getFilterName() - Method in class org.glassfish.grizzly.servlet.FilterMap
 
getFilterRegistration(String) - Method in class org.glassfish.grizzly.servlet.WebappContext
Gets the FilterRegistration corresponding to the filter with the given filterName.
getFilterRegistrations() - Method in class org.glassfish.grizzly.servlet.WebappContext
Gets a (possibly empty) Map of the FilterRegistration objects (keyed by filter name) corresponding to all filters registered with this WebappContext.
getFirst() - Method in class org.glassfish.grizzly.utils.Pair
 
getFlags() - Method in class org.glassfish.grizzly.samples.filterchain.GIOPMessage
 
getFloat() - Method in interface org.glassfish.grizzly.Buffer
Relative get method for reading a float value.
getFloat(int) - Method in interface org.glassfish.grizzly.Buffer
Absolute get method for reading a float value.
getFloat() - Method in class org.glassfish.grizzly.memory.BuffersBuffer
 
getFloat(int) - Method in class org.glassfish.grizzly.memory.BuffersBuffer
 
getFloat() - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
 
getFloat(int) - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
 
getFloat() - Method in class org.glassfish.grizzly.memory.HeapBuffer
 
getFloat(int) - Method in class org.glassfish.grizzly.memory.HeapBuffer
 
getForkAction() - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
 
getForkAction(NextAction) - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
 
getFormats() - Method in class org.glassfish.grizzly.http.server.util.SimpleDateFormats
 
getFromCache(ThreadCache.CachedTypeIndex<E>) - Static method in class org.glassfish.grizzly.ThreadCache
Get the cached object with the given type index from cache.
getFromCache(ThreadCache.CachedTypeIndex<E>) - Method in class org.glassfish.grizzly.threadpool.DefaultWorkerThread
Get the cached object with the given type index from cache.
getFullServerName() - Method in class org.glassfish.grizzly.http.server.HttpServerFilter
 
getFuture() - Method in class org.glassfish.grizzly.utils.StateHolder.ConditionElement
 
getGIOPHeader() - Method in class org.glassfish.grizzly.samples.filterchain.GIOPMessage
 
getGrizzlyCookies() - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
 
getGzipAliases() - Static method in class org.glassfish.grizzly.http.GZipContentEncoding
 
getGzipCompressionRatio() - Method in class org.glassfish.grizzly.http.jmx.HttpCodecFilter
 
getHandshakeTimeout(TimeUnit) - Method in class org.glassfish.grizzly.ssl.SSLBaseFilter
Returns the handshake timeout, -1 if blocking handshake mode is disabled (default).
getHeader(String) - Method in class org.glassfish.grizzly.http.HttpHeader
Get the value, of the specific HTTP mime header.
getHeader(Header) - Method in class org.glassfish.grizzly.http.HttpHeader
Get the value, of the specific HTTP mime header.
getHeader(String) - Method in class org.glassfish.grizzly.http.HttpTrailer
Get the value, of the specific HTTP mime header.
getHeader(Header) - Method in class org.glassfish.grizzly.http.HttpTrailer
Get the value, of the specific HTTP mime header.
getHeader(String) - Method in interface org.glassfish.grizzly.http.MimeHeadersPacket
Get the value, of the specific HTTP mime header.
getHeader(Header) - Method in interface org.glassfish.grizzly.http.MimeHeadersPacket
Get the value, of the specific HTTP mime header.
getHeader(String) - Method in class org.glassfish.grizzly.http.multipart.MultipartEntry
Get the multipart entry header value.
getHeader(Header) - Method in class org.glassfish.grizzly.http.multipart.MultipartEntry
Get the multipart entry header value.
getHeader(String) - Method in class org.glassfish.grizzly.http.server.Request
Return the first value of the specified header, if any; otherwise, return null
getHeader(Header) - Method in class org.glassfish.grizzly.http.server.Request
Return the first value of the specified header, if any; otherwise, return null
getHeader(String) - Method in class org.glassfish.grizzly.http.server.Response
Return the value for the specified header, or null if this header has not been set.
getHeader(String) - Method in class org.glassfish.grizzly.http.util.MimeHeaders
 
getHeader(Header) - Method in class org.glassfish.grizzly.http.util.MimeHeaders
 
getHeader(String) - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
getHeader(String) - Method in class org.glassfish.grizzly.servlet.HttpServletResponseImpl
getHeaderFlag() - Method in class org.glassfish.grizzly.compression.zip.GZipDecoder.GZipInputState
 
getHeaderNames() - Method in class org.glassfish.grizzly.http.multipart.MultipartEntry
Get the multipart entry header names.
getHeaderNames() - Method in class org.glassfish.grizzly.http.server.Request
Return the names of all headers received with this request.
getHeaderNames() - Method in class org.glassfish.grizzly.http.server.Response
Return an array of all the header names set for this response, or a zero-length array if no headers have been set.
getHeaderNames() - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
getHeaderNames() - Method in class org.glassfish.grizzly.servlet.HttpServletResponseImpl
getHeaderParseStateValue() - Method in class org.glassfish.grizzly.compression.zip.GZipDecoder.GZipInputState
 
getHeaderParsingState() - Method in interface org.glassfish.grizzly.http.HttpPacketParsing
 
getHeaders() - Method in class org.glassfish.grizzly.http.HttpHeader
Get all MimeHeaders, associated with the HttpHeader.
getHeaders() - Method in interface org.glassfish.grizzly.http.HttpPacketParsing
 
getHeaders() - Method in class org.glassfish.grizzly.http.HttpTrailer
Get all MimeHeaders, associated with the HttpHeader.
getHeaders() - Method in interface org.glassfish.grizzly.http.MimeHeadersPacket
Get all MimeHeaders, associated with the HttpHeader.
getHeaders(String) - Method in class org.glassfish.grizzly.http.server.Request
Return all of the values of the specified header, if any; otherwise, return an empty enumeration.
getHeaders(Header) - Method in class org.glassfish.grizzly.http.server.Request
Return all of the values of the specified header, if any; otherwise, return an empty enumeration.
getHeaders(String) - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
getHeaders(String) - Method in class org.glassfish.grizzly.servlet.HttpServletResponseImpl
getHeaderValues(String) - Method in class org.glassfish.grizzly.http.server.Response
Return an array of all the header values associated with the specified header name, or an zero-length array if there are no such header values.
getHeapCacheSize() - Method in class org.glassfish.grizzly.http.server.filecache.FileCache
Return the heap space used for cache
getHeapMemoryInBytes() - Method in class org.glassfish.grizzly.http.server.filecache.jmx.FileCache
 
getHitCount() - Static method in class org.glassfish.grizzly.http.util.StringCache
 
getHitsCount() - Method in class org.glassfish.grizzly.http.jmx.KeepAlive
 
getHost() - Method in class org.glassfish.grizzly.http.server.filecache.FileCacheKey
 
getHost() - Method in class org.glassfish.grizzly.http.server.filecache.LazyFileCacheKey
 
getHost() - Method in class org.glassfish.grizzly.http.server.jmx.NetworkListener
 
getHost() - Method in class org.glassfish.grizzly.http.server.NetworkListener
 
getHosts() - Method in class org.glassfish.grizzly.http.server.util.Mapper
 
getHttpCodecErrorCount() - Method in class org.glassfish.grizzly.http.jmx.HttpCodecFilter
 
getHttpCodecFilter() - Method in class org.glassfish.grizzly.http.server.NetworkListener
 
getHttpConfig() - Method in class org.glassfish.grizzly.http.server.HttpServerMonitoringConfig
Get the http monitoring config.
getHttpContent() - Method in class org.glassfish.grizzly.http.ParsingResult
 
getHttpFilter() - Method in class org.glassfish.grizzly.http.server.Request
Returns HttpServerFilter, which dispatched this request.
getHttpHandler() - Method in class org.glassfish.grizzly.http.server.HttpServer
 
getHttpHandler() - Method in class org.glassfish.grizzly.http.server.HttpServerFilter
 
getHttpHandlerPath() - Method in class org.glassfish.grizzly.http.server.Request
Returns the part of this request's URL that calls the HttpHandler.
getHttpHandlers() - Method in class org.glassfish.grizzly.http.server.ServerConfiguration
Returns the HttpHandler map.
getHttpHeader() - Method in class org.glassfish.grizzly.http.HttpContent
Get the HTTP message header, associated with this content.
getHttpHeader() - Method in class org.glassfish.grizzly.http.HttpHeader
Returns this HttpHeader object.
getHttpHeader() - Method in class org.glassfish.grizzly.http.HttpPacket
Get the HTTP message header, associated with this HTTP packet.
getHttpServerFilter() - Method in class org.glassfish.grizzly.http.server.NetworkListener
 
getHttpServerName() - Method in class org.glassfish.grizzly.http.server.ServerFilterConfiguration
 
getHttpServerVersion() - Method in class org.glassfish.grizzly.http.server.ServerFilterConfiguration
 
getHttpStatus() - Method in class org.glassfish.grizzly.http.HttpResponsePacket
Gets the HTTP status for this response.
getHttpStatus(int) - Static method in class org.glassfish.grizzly.http.util.HttpStatus
 
getHttpUpgradeHandler() - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
 
getId() - Method in class org.glassfish.grizzly.http.util.TimeStamp
Each object can have an unique id, similar with name but providing faster access ( array vs.
getId() - Method in class org.glassfish.grizzly.servlet.HttpSessionImpl
getIdInternal() - Method in class org.glassfish.grizzly.http.server.Session
Return the session identifier for this session.
getIdleTimeoutInSeconds() - Method in class org.glassfish.grizzly.http.jmx.KeepAlive
 
getIdleTimeoutInSeconds() - Method in class org.glassfish.grizzly.http.KeepAlive
 
getIdleTimeoutInSeconds() - Method in class org.glassfish.grizzly.http.server.jmx.NetworkListener
 
getIndex() - Method in class org.glassfish.grizzly.http.server.util.StringParser
Return the zero-relative index of our current parsing position within the string being parsed.
getIndex() - Method in class org.glassfish.grizzly.ThreadCache.CachedTypeIndex
 
getIndexByte(int) - Method in class org.glassfish.grizzly.compression.lzma.impl.lz.InWindow
 
getIndexedAttributeAccessor() - Method in interface org.glassfish.grizzly.attributes.AttributeHolder
If AttributeHolder supports attribute access by index - it will return an IndexedAttributeAccessor, which will make Attribute access as fast as access to array element.
getIndexedAttributeAccessor() - Method in class org.glassfish.grizzly.attributes.IndexedAttributeHolder
Returns IndexedAttributeAccessor for accessing Attributes by index.
getIndexedAttributeAccessor() - Method in class org.glassfish.grizzly.attributes.NamedAttributeHolder
Always returns null, as NamedAttributeHolder doesn't support indexing.
getInflater() - Method in class org.glassfish.grizzly.compression.zip.GZipDecoder.GZipInputState
 
getInfo() - Method in class org.glassfish.grizzly.http.server.Response
Return descriptive information about this Response implementation and the corresponding version number, in the format <description>/<version>.
getInitialBufferSize(int) - Method in class org.glassfish.grizzly.memory.AbstractBufferArray
 
getInitialClassLoader() - Method in class org.glassfish.grizzly.threadpool.ThreadPoolConfig
 
getInitialLimit(int) - Method in class org.glassfish.grizzly.memory.AbstractBufferArray
 
getInitialMessageSize() - Method in class org.glassfish.grizzly.asyncqueue.AsyncWriteQueueRecord
 
getInitialMonitoringConfig() - Method in class org.glassfish.grizzly.threadpool.ThreadPoolConfig
 
getInitialPosition(int) - Method in class org.glassfish.grizzly.memory.AbstractBufferArray
 
getInitParameter(String) - Method in class org.glassfish.grizzly.servlet.FilterConfigImpl
getInitParameter(String) - Method in class org.glassfish.grizzly.servlet.Registration
Gets the value of the initialization parameter with the given name that will be used to initialize the Servlet or Filter represented by this Registration object.
getInitParameter(String) - Method in class org.glassfish.grizzly.servlet.ServletConfigImpl
getInitParameter(String) - Method in class org.glassfish.grizzly.servlet.WebappContext
getInitParameterNames() - Method in class org.glassfish.grizzly.servlet.FilterConfigImpl
getInitParameterNames() - Method in class org.glassfish.grizzly.servlet.ServletConfigImpl
getInitParameterNames() - Method in class org.glassfish.grizzly.servlet.WebappContext
getInitParameters() - Method in class org.glassfish.grizzly.servlet.Registration
Gets an immutable (and possibly empty) Map containing the currently available initialization parameters that will be used to initialize the Servlet or Filter represented by this Registration object.
getInputBuffer() - Method in class org.glassfish.grizzly.http.server.Request
 
getInputStream() - Method in class org.glassfish.grizzly.http.server.Request
Return the InputStream for this Request.
getInputStream() - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
getInputStream() - Method in class org.glassfish.grizzly.servlet.WebConnectionImpl
Returns an input stream for this web connection.
getInstance(ByteChunk, String) - Static method in class org.glassfish.grizzly.http.util.C2BConverter
 
getInstance() - Static method in class org.glassfish.grizzly.strategies.LeaderFollowerNIOStrategy
 
getInstance() - Static method in class org.glassfish.grizzly.strategies.SameThreadIOStrategy
 
getInstance() - Static method in class org.glassfish.grizzly.strategies.SimpleDynamicNIOStrategy
 
getInstance() - Static method in class org.glassfish.grizzly.strategies.WorkerThreadIOStrategy
 
getInt() - Method in interface org.glassfish.grizzly.Buffer
Relative get method for reading an int value.
getInt(int) - Method in interface org.glassfish.grizzly.Buffer
Absolute get method for reading an int value.
getInt() - Method in class org.glassfish.grizzly.http.util.ByteChunk
 
getInt() - Method in class org.glassfish.grizzly.http.util.CharChunk
 
getInt() - Method in class org.glassfish.grizzly.http.util.MessageBytes
Convert the buffer to an int, cache the value
getInt() - Method in class org.glassfish.grizzly.memory.BuffersBuffer
 
getInt(int) - Method in class org.glassfish.grizzly.memory.BuffersBuffer
 
getInt() - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
 
getInt(int) - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
 
getInt() - Method in class org.glassfish.grizzly.memory.HeapBuffer
 
getInt(int) - Method in class org.glassfish.grizzly.memory.HeapBuffer
 
getInt() - Method in class org.glassfish.grizzly.utils.Holder.IntHolder
 
getInt() - Method in class org.glassfish.grizzly.utils.Holder.LazyIntHolder
 
getInterceptor() - Method in class org.glassfish.grizzly.asyncqueue.AsyncReadQueueRecord
 
getInternalContext() - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
Get the general Grizzly Context this filter context wraps.
getInternalKey() - Method in class org.glassfish.grizzly.connectionpool.EndpointKey
Returns the internal key used in EndpointKey.equals(java.lang.Object) and EndpointKey.hashCode() methods
getInternalRequest() - Method in interface org.glassfish.grizzly.servlet.Holders.RequestHolder
Returns internal Grizzly Request associated with this Holder.
getInternalRequest() - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
Returns internal Grizzly Request associated with this Holder.
getInternalRequest(HttpServletRequest) - Static method in class org.glassfish.grizzly.servlet.ServletUtils
Returns internal Grizzly Request associated with the passed HttpServletRequest.
getInternalResponse() - Method in interface org.glassfish.grizzly.servlet.Holders.ResponseHolder
Returns internal Grizzly Response associated with this Holder.
getInternalResponse() - Method in class org.glassfish.grizzly.servlet.HttpServletResponseImpl
Returns internal Grizzly Response associated with this Holder.
getInternalResponse(HttpServletResponse) - Static method in class org.glassfish.grizzly.servlet.ServletUtils
Returns internal Grizzly Response associated with the passed HttpServletResponse.
getIntHeader(String) - Method in class org.glassfish.grizzly.http.server.Request
Return the value of the specified header as an integer, or -1 if there is no such header for this request.
getIntHeader(Header) - Method in class org.glassfish.grizzly.http.server.Request
Return the value of the specified header as an integer, or -1 if there is no such header for this request.
getIntHeader(String) - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
getInvokeAction() - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
Get NextAction implementation, which instructs FilterChain to process next Filter in chain.
getInvokeAction(Object) - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
Get NextAction implementation, which instructs FilterChain to process next Filter in chain.
getInvokeAction(E, Appender<E>) - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
Get NextAction implementation, which instructs FilterChain to process next Filter in chain.
getIoEvent() - Method in class org.glassfish.grizzly.Context
Get the processing IOEvent.
getIOEvents(int) - Method in class org.glassfish.grizzly.nio.DefaultSelectionKeyHandler
 
getIOEvents(int) - Method in interface org.glassfish.grizzly.nio.SelectionKeyHandler
 
getIOStrategy() - Method in class org.glassfish.grizzly.AbstractTransport
Get the IOStrategy implementation, which will be used by Transport to process IOEvent.
getIOStrategy() - Method in class org.glassfish.grizzly.nio.transport.jmx.NIOTransport
 
getIOStrategy() - Method in class org.glassfish.grizzly.NIOTransportBuilder
 
getIOStrategy() - Method in interface org.glassfish.grizzly.Transport
Get the IOStrategy implementation, which will be used by Transport to process IOEvent.
getJdkVersion() - Static method in class org.glassfish.grizzly.utils.JdkVersion
 
getJmxEventListeners() - Method in class org.glassfish.grizzly.http.server.ServerConfiguration
 
getJmxName() - Method in class org.glassfish.grizzly.http.jmx.HttpCodecFilter
getJmxName() - Method in class org.glassfish.grizzly.http.jmx.KeepAlive
getJmxName() - Method in class org.glassfish.grizzly.http.server.filecache.jmx.FileCache
getJmxName() - Method in class org.glassfish.grizzly.http.server.jmx.HttpServer
getJmxName() - Method in class org.glassfish.grizzly.http.server.jmx.HttpServerFilter
 
getJmxName() - Method in class org.glassfish.grizzly.http.server.jmx.NetworkListener
getJmxName() - Method in class org.glassfish.grizzly.memory.jmx.MemoryManager
 
getJmxName() - Method in class org.glassfish.grizzly.monitoring.jmx.JmxObject
 
getJmxName() - Method in class org.glassfish.grizzly.nio.transport.jmx.NIOTransport
 
getJmxName() - Method in class org.glassfish.grizzly.threadpool.jmx.ThreadPool
 
getJrouteId() - Method in class org.glassfish.grizzly.http.server.Request
Gets the jroute id of this request, which may have been sent as a separate JROUTE cookie or appended to the session identifier encoded in the URI (if cookies have been disabled).
getJspConfigDescriptor() - Method in class org.glassfish.grizzly.servlet.WebappContext
getKeepAlive() - Method in class org.glassfish.grizzly.http.server.NetworkListener
 
getKeepAlive() - Method in class org.glassfish.grizzly.nio.transport.jmx.TCPNIOTransport
 
getKeepAliveTime(TimeUnit) - Method in class org.glassfish.grizzly.threadpool.ThreadPoolConfig
Returns the max period of time a thread will wait for a new task to process.
getKernelThreadPool() - Method in class org.glassfish.grizzly.AbstractTransport
getKernelThreadPool() - Method in interface org.glassfish.grizzly.Transport
 
getKernelThreadPoolConfig() - Method in class org.glassfish.grizzly.AbstractTransport
getKernelThreadPoolConfig() - Method in interface org.glassfish.grizzly.Transport
 
getKey() - Method in interface org.glassfish.grizzly.localization.Localizable
Gets the key in the resource bundle.
getKey() - Method in class org.glassfish.grizzly.localization.LocalizableMessage
 
getKeySize() - Method in interface org.glassfish.grizzly.ssl.SSLSupport
Get the keysize.
getKeySize() - Method in class org.glassfish.grizzly.ssl.SSLSupportImpl
Copied from org.apache.catalina.valves.CertificateValve
getLastAccessedTime() - Method in class org.glassfish.grizzly.http.util.TimeStamp
 
getLastAccessedTime() - Method in class org.glassfish.grizzly.servlet.HttpSessionImpl
getLastError() - Method in class org.glassfish.grizzly.nio.transport.jmx.NIOTransport
 
getLastResult(AttributeStorage) - Method in class org.glassfish.grizzly.AbstractTransformer
 
getLastResult() - Method in class org.glassfish.grizzly.AbstractTransformer.LastResultAwareState
 
getLastResult(AttributeStorage) - Method in interface org.glassfish.grizzly.Transformer
Gets the last returned Transformer result.
getLastSelectedKeysCount() - Method in class org.glassfish.grizzly.nio.SelectorRunner
Number of SelectionKeys, which were selected last time.
getLazyCookieState() - Method in class org.glassfish.grizzly.http.Cookie
 
getLc() - Method in class org.glassfish.grizzly.compression.lzma.LZMAEncoder.LZMAProperties
 
getLength() - Method in class org.glassfish.grizzly.http.server.util.StringParser
Return the length of the string we are parsing.
getLength() - Method in class org.glassfish.grizzly.http.util.BufferChunk
 
getLength() - Method in class org.glassfish.grizzly.http.util.ByteChunk
Returns the length of the bytes.
getLength() - Method in class org.glassfish.grizzly.http.util.CharChunk
Returns the length of the bytes.
getLength() - Method in interface org.glassfish.grizzly.http.util.Chunk
 
getLength() - Method in class org.glassfish.grizzly.http.util.DataChunk
Returns the DataChunk length.
getLength() - Method in enum org.glassfish.grizzly.http.util.Header
Returns the length this header encoded using ISO-8859-1.
getLength() - Method in class org.glassfish.grizzly.http.util.MessageBytes
Returns the length of the original buffer.
getLenToPosState(int) - Static method in class org.glassfish.grizzly.compression.lzma.impl.Base
 
getLevel() - Method in class org.glassfish.grizzly.utils.LogFilter
 
getLimit() - Method in class org.glassfish.grizzly.http.util.ByteChunk
 
getLimit() - Method in class org.glassfish.grizzly.http.util.CharChunk
 
getLimit(E) - Method in class org.glassfish.grizzly.memory.AbstractBufferArray
 
getLimit(Buffer) - Method in class org.glassfish.grizzly.memory.BufferArray
 
getLimit(ByteBuffer) - Method in class org.glassfish.grizzly.memory.ByteBufferArray
 
getLines() - Method in class org.glassfish.grizzly.samples.simpleauth.MultiLinePacket
Gets the packet string lines.
getLinger() - Method in class org.glassfish.grizzly.nio.transport.jmx.TCPNIOTransport
 
getLinger() - Method in class org.glassfish.grizzly.nio.transport.TCPNIOTransport
 
getLinger() - Method in class org.glassfish.grizzly.nio.transport.TCPNIOTransportBuilder
 
getListener(String) - Method in class org.glassfish.grizzly.http.server.HttpServer
 
getListeners() - Method in class org.glassfish.grizzly.http.server.HttpServer
 
getListeners() - Method in class org.glassfish.grizzly.websockets.SimpleWebSocket
 
getLocalAddr() - Method in class org.glassfish.grizzly.http.server.Request
Returns the Internet Protocol (IP) address of the interface on which the request was received.
getLocalAddr() - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
getLocalAddress() - Method in interface org.glassfish.grizzly.Connection
Get the connection local address
getLocalAddress() - Method in class org.glassfish.grizzly.http.HttpRequestPacket
 
getLocalAddress() - Method in class org.glassfish.grizzly.nio.transport.TCPNIOConnection
Returns the local address of this Connection, or null if it is unconnected.
getLocalAddress() - Method in class org.glassfish.grizzly.nio.transport.UDPNIOConnection
Returns the local address of this Connection, or null if it is unconnected.
getLocale() - Method in class org.glassfish.grizzly.http.HttpResponsePacket
 
getLocale() - Method in class org.glassfish.grizzly.http.server.Request
Return the preferred Locale that the client will accept content in, based on the value for the first Accept-Language header that was encountered.
getLocale() - Method in class org.glassfish.grizzly.http.server.Response
Return the Locale assigned to this response.
getLocale() - Method in class org.glassfish.grizzly.localization.Localizer
 
getLocale() - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
getLocale() - Method in class org.glassfish.grizzly.servlet.HttpServletResponseImpl
getLocalEndpoint() - Method in class org.glassfish.grizzly.connectionpool.EndpointKey
 
getLocales() - Method in class org.glassfish.grizzly.http.server.Request
Return the set of preferred Locales that the client will accept content in, based on the values for any Accept-Language headers that were encountered.
getLocales() - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
getLocalHost() - Method in class org.glassfish.grizzly.http.HttpRequestPacket
 
getLocalName() - Method in class org.glassfish.grizzly.http.HttpRequestPacket
 
getLocalName() - Method in class org.glassfish.grizzly.http.server.Request
Returns the host name of the Internet Protocol (IP) interface on which the request was received.
getLocalName() - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
getLocalPort() - Method in class org.glassfish.grizzly.http.ajp.AjpHttpRequest
getLocalPort() - Method in class org.glassfish.grizzly.http.HttpRequestPacket
 
getLocalPort() - Method in class org.glassfish.grizzly.http.server.Request
Returns the Internet Protocol (IP) port number of the interface on which the request was received.
getLocalPort() - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
getLocation() - Method in class org.glassfish.grizzly.websockets.HandShake
 
getLogger() - Method in class org.glassfish.grizzly.utils.LogFilter
 
getLong() - Method in interface org.glassfish.grizzly.Buffer
Relative get method for reading a long value.
getLong(int) - Method in interface org.glassfish.grizzly.Buffer
Absolute get method for reading a long value.
getLong() - Method in class org.glassfish.grizzly.http.util.ByteChunk
 
getLong() - Method in class org.glassfish.grizzly.http.util.MessageBytes
Convert the buffer to an long, cache the value
getLong() - Method in class org.glassfish.grizzly.memory.BuffersBuffer
 
getLong(int) - Method in class org.glassfish.grizzly.memory.BuffersBuffer
 
getLong() - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
 
getLong(int) - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
 
getLong() - Method in class org.glassfish.grizzly.memory.HeapBuffer
 
getLong(int) - Method in class org.glassfish.grizzly.memory.HeapBuffer
 
getLongAsBuffer(MemoryManager, long) - Static method in class org.glassfish.grizzly.http.util.HttpCodecUtils
 
getLower() - Method in class org.glassfish.grizzly.PortRange
 
getLowerCaseBytes() - Method in enum org.glassfish.grizzly.http.util.Header
Returns the lower-case byte representation of this header encoded using ISO-8859-1.
getLp() - Method in class org.glassfish.grizzly.compression.lzma.LZMAEncoder.LZMAProperties
 
getLTQInstance() - Static method in class org.glassfish.grizzly.utils.DataStructures
 
getLTQInstance(Class<T>) - Static method in class org.glassfish.grizzly.utils.DataStructures
 
getLzmaAliases() - Static method in class org.glassfish.grizzly.http.LZMAContentEncoding
 
getLzmaAvgCompressionPercent() - Method in class org.glassfish.grizzly.http.jmx.HttpCodecFilter
 
getMaintenance() - Method in class org.glassfish.grizzly.utils.JdkVersion
 
getMajor() - Method in class org.glassfish.grizzly.samples.filterchain.GIOPMessage
 
getMajor() - Method in class org.glassfish.grizzly.utils.JdkVersion
 
getMajorVersion() - Static method in class org.glassfish.grizzly.Grizzly
Get Grizzly framework major version
getMajorVersion() - Method in enum org.glassfish.grizzly.http.Protocol
 
getMajorVersion() - Method in class org.glassfish.grizzly.servlet.WebappContext
getManagementObject(boolean) - Method in class org.glassfish.grizzly.http.server.HttpServer
 
getManager(String, ClassLoader) - Static method in class org.glassfish.grizzly.http.util.StringManager
Get the StringManager for a particular package.
getManager(ResourceBundle) - Static method in class org.glassfish.grizzly.http.util.StringManager
Get the StringManager for a particular package.
getManager(String, Locale, ClassLoader) - Static method in class org.glassfish.grizzly.http.util.StringManager
Get the StringManager for a particular package and Locale.
getMappedCacheSize() - Method in class org.glassfish.grizzly.http.server.filecache.FileCache
Return the size of Mapped memory used for caching
getMappedMemorytInBytes() - Method in class org.glassfish.grizzly.http.server.filecache.jmx.FileCache
 
getMapper() - Method in class org.glassfish.grizzly.websockets.ProtocolHandler
 
getMappings() - Method in class org.glassfish.grizzly.servlet.ServletRegistration
Gets the currently available mappings of the Servlet represented by this ServletRegistration.
getMask() - Method in class org.glassfish.grizzly.websockets.Masker
 
getMatches(int[]) - Method in class org.glassfish.grizzly.compression.lzma.impl.lz.BinTree
 
getMatchFinder() - Method in class org.glassfish.grizzly.compression.lzma.LZMAEncoder.LZMAProperties
 
getMatchLen(int, int, int) - Method in class org.glassfish.grizzly.compression.lzma.impl.lz.InWindow
 
getMaxAge() - Method in class org.glassfish.grizzly.http.Cookie
Returns the maximum age of the cookie, specified in seconds, By default, -1 indicating the cookie will persist until browser shutdown.
getMaxAge() - Method in class org.glassfish.grizzly.servlet.CookieWrapper
Returns the maximum age of the cookie, specified in seconds, By default, -1 indicating the cookie will persist until browser shutdown.
getMaxAge() - Method in class org.glassfish.grizzly.servlet.SessionCookieConfig
 
getMaxAllowedThreads() - Method in class org.glassfish.grizzly.threadpool.jmx.ThreadPool
 
getMaxAsyncWriteQueueSize() - Method in interface org.glassfish.grizzly.Connection
Get the max size (in bytes) of asynchronous write queue associated with connection.
getMaxAsyncWriteQueueSize() - Method in class org.glassfish.grizzly.nio.NIOConnection
Get the max size (in bytes) of asynchronous write queue associated with connection.
getMaxAsyncWriteQueueSizeInBytes() - Method in class org.glassfish.grizzly.NIOTransportBuilder
 
getMaxBufferedPostSize() - Method in class org.glassfish.grizzly.http.server.NetworkListener
Gets the maximum POST body size, which can buffered in memory.
getMaxBufferedPostSize() - Method in class org.glassfish.grizzly.http.server.ServerFilterConfiguration
Gets the maximum POST body size, which can buffered in memory.
getMaxBufferSize() - Method in class org.glassfish.grizzly.memory.AbstractMemoryManager
 
getMaxCacheEntries() - Method in class org.glassfish.grizzly.http.server.filecache.FileCache
 
getMaxCacheEntries() - Method in class org.glassfish.grizzly.http.server.filecache.jmx.FileCache
 
getMaxDispatchDepth() - Static method in class org.glassfish.grizzly.http.server.Request
 
getMaxEntrySize() - Method in class org.glassfish.grizzly.http.server.filecache.FileCache
 
getMaxEntrySize() - Method in class org.glassfish.grizzly.http.server.filecache.jmx.FileCache
 
getMaxFormPostSize() - Method in class org.glassfish.grizzly.http.server.NetworkListener
Gets the maximum size of the POST body generated by an HTML form.
getMaxFormPostSize() - Method in class org.glassfish.grizzly.http.server.ServerFilterConfiguration
Gets the maximum size of the POST body generated by an HTML form.
getMaxHttpHeaderSize() - Method in class org.glassfish.grizzly.http.server.jmx.NetworkListener
 
getMaxHttpHeaderSize() - Method in class org.glassfish.grizzly.http.server.NetworkListener
 
getMaxInactiveInterval() - Method in class org.glassfish.grizzly.http.util.TimeStamp
Inactive interval in millis - the time is computed in millis, convert to secs in the upper layer
getMaxInactiveInterval() - Method in class org.glassfish.grizzly.servlet.HttpSessionImpl
getMaxLargeFileCacheSize() - Method in class org.glassfish.grizzly.http.server.filecache.FileCache
 
getMaxLargeFileCacheSize() - Method in class org.glassfish.grizzly.http.server.filecache.jmx.FileCache
 
getMaxNumHeaders() - Method in class org.glassfish.grizzly.http.util.MimeHeaders
 
getMaxPendingBytes() - Method in class org.glassfish.grizzly.http.server.jmx.NetworkListener
 
getMaxPendingBytes() - Method in class org.glassfish.grizzly.http.server.NetworkListener
 
getMaxPendingBytesPerConnection() - Method in interface org.glassfish.grizzly.asyncqueue.AsyncQueueWriter
 
getMaxPendingBytesPerConnection() - Method in class org.glassfish.grizzly.nio.AbstractNIOAsyncQueueWriter
getMaxPendingBytesPerConnection() - Method in class org.glassfish.grizzly.ssl.SSLFilter
 
getMaxPoolSize() - Method in class org.glassfish.grizzly.threadpool.ThreadPoolConfig
 
getMaxQueueSize() - Method in interface org.glassfish.grizzly.asyncqueue.TaskQueue.MutableMaxQueueSize
 
getMaxReentrants() - Static method in class org.glassfish.grizzly.Writer.Reentrant
Returns the maximum number of write() method reentrants a thread is allowed to made.
getMaxRequestHeaders() - Method in class org.glassfish.grizzly.http.server.NetworkListener
Returns the maximum number of headers allowed for a request.
getMaxRequestParameters() - Method in class org.glassfish.grizzly.http.server.ServerFilterConfiguration
Returns the maximum number of parameters allowed per request.
getMaxRequestsCount() - Method in class org.glassfish.grizzly.http.jmx.KeepAlive
 
getMaxRequestsCount() - Method in class org.glassfish.grizzly.http.KeepAlive
 
getMaxResponseHeaders() - Method in class org.glassfish.grizzly.http.server.NetworkListener
Returns the maximum number of headers allowed for a response.
getMaxSmallBufferSize() - Method in class org.glassfish.grizzly.memory.ByteBufferManager
 
getMaxSmallFileCacheSize() - Method in class org.glassfish.grizzly.http.server.filecache.FileCache
 
getMaxSmallFileCacheSize() - Method in class org.glassfish.grizzly.http.server.filecache.jmx.FileCache
 
getMaxThreadBufferSize() - Method in class org.glassfish.grizzly.memory.jmx.ByteBufferManager
 
getMaxThreadBufferSize() - Method in class org.glassfish.grizzly.memory.jmx.HeapMemoryManager
 
getMemoryConfig() - Method in class org.glassfish.grizzly.http.server.HttpServerMonitoringConfig
Get the memory monitoring config.
getMemoryManager() - Method in class org.glassfish.grizzly.AbstractTransformer
 
getMemoryManager() - Method in class org.glassfish.grizzly.AbstractTransport
Get the Transport associated MemoryManager, which will be used by the Transport, its Connections and by during processing I/O events, occurred on Connections.
getMemoryManager() - Method in class org.glassfish.grizzly.compression.lzma.LZMADecoder.LZMAInputState
 
getMemoryManager() - Method in class org.glassfish.grizzly.compression.lzma.LZMAEncoder.LZMAOutputState
 
getMemoryManager() - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
A simple alias for FilterChainContext.getConnection().getTransport().getMemoryManager().
getMemoryManager() - Method in class org.glassfish.grizzly.NIOTransportBuilder
 
getMemoryManager() - Method in class org.glassfish.grizzly.threadpool.ThreadPoolConfig
 
getMemoryManager() - Method in interface org.glassfish.grizzly.Transport
Get the Transport associated MemoryManager, which will be used by the Transport, its Connections and by during processing I/O events, occurred on Connections.
getMemoryManagerType() - Method in class org.glassfish.grizzly.memory.jmx.MemoryManager
 
getMemoryPool() - Method in class org.glassfish.grizzly.threadpool.DefaultWorkerThread
 
getMessage() - Method in class org.glassfish.grizzly.asyncqueue.AsyncQueueRecord
 
getMessage() - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
Get message object, associated with the current processing.
getMessage() - Method in class org.glassfish.grizzly.http.server.Response
Return the error message that was set with sendError() for this Response.
getMessage(String, Object...) - Method in class org.glassfish.grizzly.localization.LocalizableMessageFactory
 
getMessage() - Method in class org.glassfish.grizzly.ReadResult
Get the message, which was read.
getMessage() - Method in class org.glassfish.grizzly.servlet.HttpServletResponseImpl
 
getMessage() - Method in class org.glassfish.grizzly.TransformationResult
 
getMessage() - Method in class org.glassfish.grizzly.WriteResult
Get the message, which was read.
getMessageCloner() - Method in class org.glassfish.grizzly.filterchain.FilterChainContext.TransportContext
 
getMethod() - Method in class org.glassfish.grizzly.http.HttpRequestPacket
Get the HTTP request method.
getMethod() - Method in class org.glassfish.grizzly.http.server.Request
Return the HTTP request method used in this Request.
getMethod() - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
getMethodBytes() - Method in class org.glassfish.grizzly.http.Method
 
getMethodDC() - Method in class org.glassfish.grizzly.http.HttpRequestPacket
Get the HTTP request method as DataChunk (avoiding creation of a String object).
getMethodString() - Method in class org.glassfish.grizzly.http.Method
 
getMimeType(String) - Method in class org.glassfish.grizzly.servlet.WebappContext
getMinEntrySize() - Method in class org.glassfish.grizzly.http.server.filecache.FileCache
 
getMinEntrySize() - Method in class org.glassfish.grizzly.http.server.filecache.jmx.FileCache
 
getMinor() - Method in class org.glassfish.grizzly.samples.filterchain.GIOPMessage
 
getMinor() - Method in class org.glassfish.grizzly.utils.JdkVersion
 
getMinorVersion() - Static method in class org.glassfish.grizzly.Grizzly
Get Grizzly framework minor version
getMinorVersion() - Method in enum org.glassfish.grizzly.http.Protocol
 
getMinorVersion() - Method in class org.glassfish.grizzly.servlet.WebappContext
getMonitoringConfig() - Method in class org.glassfish.grizzly.AbstractTransport
Get the Transport monitoring configuration MonitoringConfig.
getMonitoringConfig() - Method in interface org.glassfish.grizzly.Connection
 
getMonitoringConfig() - Method in class org.glassfish.grizzly.http.HttpCodecFilter
Return the object associated MonitoringConfig.
getMonitoringConfig() - Method in class org.glassfish.grizzly.http.KeepAlive
Return the object associated MonitoringConfig.
getMonitoringConfig() - Method in class org.glassfish.grizzly.http.server.filecache.FileCache
Return the object associated MonitoringConfig.
getMonitoringConfig() - Method in class org.glassfish.grizzly.http.server.HttpServerFilter
Return the object associated MonitoringConfig.
getMonitoringConfig() - Method in class org.glassfish.grizzly.http.server.ServerConfiguration
Get the web server monitoring config.
getMonitoringConfig() - Method in class org.glassfish.grizzly.memory.ByteBufferManager
 
getMonitoringConfig() - Method in class org.glassfish.grizzly.memory.HeapMemoryManager
Return the object associated MonitoringConfig.
getMonitoringConfig() - Method in interface org.glassfish.grizzly.monitoring.MonitoringAware
Return the object associated MonitoringConfig.
getMonitoringConfig() - Method in class org.glassfish.grizzly.nio.NIOConnection
Return the object associated MonitoringConfig.
getMonitoringConfig() - Method in class org.glassfish.grizzly.threadpool.AbstractThreadPool
Return the object associated MonitoringConfig.
getMonitoringConfig() - Method in class org.glassfish.grizzly.threadpool.GrizzlyExecutorService
Return the object associated MonitoringConfig.
getMonitoringConfig() - Method in interface org.glassfish.grizzly.Transport
Get the Transport monitoring configuration MonitoringConfig.
getMonitoringProbes() - Method in class org.glassfish.grizzly.AbstractSocketConnectorHandler
Get the ConnectionProbe, which are registered on the Connection.
getMultipartContext() - Method in class org.glassfish.grizzly.http.multipart.MultipartEntry
Get multipart processing context.
getName() - Method in class org.glassfish.grizzly.AbstractTransport
Gets the Transport name.
getName() - Method in class org.glassfish.grizzly.compression.lzma.LZMADecoder
 
getName() - Method in class org.glassfish.grizzly.compression.lzma.LZMAEncoder
 
getName() - Method in class org.glassfish.grizzly.compression.zip.GZipDecoder
Get the Transformer name.
getName() - Method in class org.glassfish.grizzly.compression.zip.GZipEncoder
Get the Transformer name.
getName() - Method in interface org.glassfish.grizzly.http.ContentEncoding
Get the ContentEncoding name.
getName() - Method in class org.glassfish.grizzly.http.Cookie
Returns the name of the cookie.
getName() - Method in class org.glassfish.grizzly.http.GZipContentEncoding
 
getName() - Method in class org.glassfish.grizzly.http.LazyCookieState
 
getName() - Method in class org.glassfish.grizzly.http.LZMAContentEncoding
 
getName() - Method in class org.glassfish.grizzly.http.server.GrizzlyPrincipal
 
getName() - Method in class org.glassfish.grizzly.http.server.HttpHandler
Get the HttpHandler name.
getName() - Method in class org.glassfish.grizzly.http.server.jmx.NetworkListener
 
getName() - Method in class org.glassfish.grizzly.http.server.NetworkListener
 
getName() - Method in class org.glassfish.grizzly.http.server.ServerConfiguration
 
getName(int) - Method in class org.glassfish.grizzly.http.util.MimeHeaders
Returns the Nth header name, or null if there is no such header.
getName() - Method in class org.glassfish.grizzly.http.util.TimeStamp
Return the "name" of the timestamp.
getName() - Method in class org.glassfish.grizzly.nio.transport.jmx.NIOTransport
 
getName() - Method in class org.glassfish.grizzly.NIOTransportBuilder
 
getName() - Method in class org.glassfish.grizzly.servlet.CookieWrapper
Returns the name of the cookie.
getName() - Method in class org.glassfish.grizzly.servlet.Registration
Gets the name of the Servlet or Filter that is represented by this Registration.
getName() - Method in class org.glassfish.grizzly.servlet.ServletHandler
 
getName() - Method in class org.glassfish.grizzly.servlet.SessionCookieConfig
 
getName() - Method in class org.glassfish.grizzly.ssl.SSLDecoderTransformer
 
getName() - Method in class org.glassfish.grizzly.ssl.SSLEncoderTransformer
 
getName() - Method in class org.glassfish.grizzly.ThreadCache.CachedTypeIndex
 
getName() - Method in interface org.glassfish.grizzly.threadpool.WorkerThread
 
getName() - Method in interface org.glassfish.grizzly.Transformer
Get the Transformer name.
getName() - Method in interface org.glassfish.grizzly.Transport
Gets the Transport name.
getName() - Method in class org.glassfish.grizzly.utils.ChunkingFilter.ChunkingTransformer
 
getName() - Method in class org.glassfish.grizzly.utils.StringDecoder
 
getName() - Method in class org.glassfish.grizzly.utils.StringEncoder
 
getName() - Method in class org.glassfish.grizzly.websockets.Extension
 
getName() - Method in class org.glassfish.grizzly.websockets.Extension.Parameter
 
getNamedDispatcher(String) - Method in class org.glassfish.grizzly.servlet.WebappContext
getNamePrefix() - Method in class org.glassfish.grizzly.AbstractTransformer
 
getNetBufferSize() - Method in class org.glassfish.grizzly.ssl.SSLConnectionContext
 
getNewConnectionFilterChain() - Method in class org.glassfish.grizzly.ssl.SSLConnectionContext
 
getNextFilter(FilterChainContext) - Method in interface org.glassfish.grizzly.filterchain.FilterExecutor
 
getNextUnusedCookie() - Method in class org.glassfish.grizzly.http.Cookies
 
getNIOChannelDistributor() - Method in class org.glassfish.grizzly.nio.NIOTransport
 
getNIOChannelDistributor() - Method in class org.glassfish.grizzly.NIOTransportBuilder
 
getNIOInputStream() - Method in class org.glassfish.grizzly.http.multipart.MultipartEntry
 
getNIOInputStream() - Method in class org.glassfish.grizzly.http.server.Request
Return the NIOInputStream for this Request.
getNIOOutputStream() - Method in class org.glassfish.grizzly.http.server.Response
Return the NIOOutputStream associated with this Response.
getNIOReader() - Method in class org.glassfish.grizzly.http.multipart.MultipartEntry
 
getNIOReader() - Method in class org.glassfish.grizzly.http.server.Request
Returns the NIOReader associated with this Request.
getNIOWriter() - Method in class org.glassfish.grizzly.http.server.Response
Return the NIOWriter associated with this Response.
getNoCompressionUserAgents() - Method in class org.glassfish.grizzly.http.CompressionConfig
Returns the read-only set of the user-agents, which will be always responded with uncompressed are.
getNoCompressionUserAgents() - Method in class org.glassfish.grizzly.http.server.NetworkListener
Deprecated.
use getCompressionConfig().getNoCompressionUserAgents()
getNote(Note<E>) - Method in class org.glassfish.grizzly.http.HttpRequestPacket
Return the Note value associated with this Request, or null if no such binding exists.
getNote(Note<E>) - Method in class org.glassfish.grizzly.http.server.Request
Return the Note value associated with this Request, or null if no such binding exists.
getNoteNames() - Method in class org.glassfish.grizzly.http.HttpRequestPacket
Return a Set containing the String names of all note bindings that exist for this request.
getNoteNames() - Method in class org.glassfish.grizzly.http.server.Request
Return a Set containing the String names of all note bindings that exist for this request.
getNotificationHandler() - Method in class org.glassfish.grizzly.comet.CometContext
Return the associated NotificationHandler
getNumAvailableBytes() - Method in class org.glassfish.grizzly.compression.lzma.impl.lz.InWindow
 
getNumFastBytes() - Method in class org.glassfish.grizzly.compression.lzma.LZMAEncoder.LZMAProperties
 
getOffset() - Method in class org.glassfish.grizzly.http.util.ByteChunk
 
getOpenConnectionsCount() - Method in class org.glassfish.grizzly.connectionpool.MultiEndpointPool
Returns the number of connected Connections in the pool.
getOpenConnectionsCount() - Method in class org.glassfish.grizzly.connectionpool.SingleEndpointPool
Returns the number of connected Connections in the pool.
getOpenConnectionsCount() - Method in class org.glassfish.grizzly.nio.transport.jmx.NIOTransport
 
getOrigin() - Method in class org.glassfish.grizzly.websockets.HandShake
 
getOriginalRequestURIBC() - Method in class org.glassfish.grizzly.http.util.RequestURIRef
 
getOutputBuffer() - Method in class org.glassfish.grizzly.http.server.Response
 
getOutputSink() - Method in class org.glassfish.grizzly.http.HttpContext
 
getOutputStream() - Method in class org.glassfish.grizzly.http.server.Response
Return the OutputStream associated with this Response.
getOutputStream() - Method in class org.glassfish.grizzly.servlet.HttpServletResponseImpl
getOutputStream() - Method in class org.glassfish.grizzly.servlet.WebConnectionImpl
Returns an output stream for this web connection.
getParameter(String) - Method in class org.glassfish.grizzly.http.server.Request
Return the value of the specified request parameter, if any; otherwise, return null.
getParameter(String) - Method in class org.glassfish.grizzly.http.util.Parameters
 
getParameter(String) - Method in class org.glassfish.grizzly.servlet.DispatchedHttpServletRequest
Override the getParameter() method of the wrapped request.
getParameter(String) - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
getParameterMap() - Method in class org.glassfish.grizzly.http.server.Request
Returns a Map of the parameters of this request.
getParameterMap() - Method in class org.glassfish.grizzly.servlet.DispatchedHttpServletRequest
Override the getParameterMap() method of the wrapped request.
getParameterMap() - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
getParameterNames() - Method in class org.glassfish.grizzly.http.server.Request
Return the names of all defined request parameters for this request.
getParameterNames() - Method in class org.glassfish.grizzly.http.util.Parameters
 
getParameterNames() - Method in class org.glassfish.grizzly.servlet.DispatchedHttpServletRequest
Override the getParameterNames() method of the wrapped request.
getParameterNames() - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
getParameters() - Method in class org.glassfish.grizzly.http.server.Request
Returns the low-level parameters holder for finer control over parameters.
getParameters() - Method in class org.glassfish.grizzly.websockets.Extension
 
getParameterValues(String) - Method in class org.glassfish.grizzly.http.server.Request
Return the defined values for the specified request parameter, if any; otherwise, return null.
getParameterValues(String) - Method in class org.glassfish.grizzly.http.util.Parameters
 
getParameterValues(String) - Method in class org.glassfish.grizzly.servlet.DispatchedHttpServletRequest
Override the getParameterValues() method of the wrapped request.
getParameterValues(String) - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
getParent() - Method in class org.glassfish.grizzly.http.util.TimeStamp
 
getPart(String) - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
 
getParts() - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
 
getPath() - Method in class org.glassfish.grizzly.http.Cookie
Returns the path on the server to which the browser returns this cookie.
getPath() - Method in class org.glassfish.grizzly.http.LazyCookieState
 
getPath() - Method in class org.glassfish.grizzly.servlet.CookieWrapper
Returns the path on the server to which the browser returns this cookie.
getPath() - Method in class org.glassfish.grizzly.servlet.SessionCookieConfig
 
getPathInfo() - Method in class org.glassfish.grizzly.http.server.Request
Returns any extra path information associated with the URL the client sent when it made this request.
getPathInfo() - Method in class org.glassfish.grizzly.servlet.DispatchedHttpServletRequest
Override the getPathInfo() method of the wrapped request.
getPathInfo() - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
getPathTranslated() - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
getPayloadExpectation() - Method in class org.glassfish.grizzly.http.Method
 
getPb() - Method in class org.glassfish.grizzly.compression.lzma.LZMAEncoder.LZMAProperties
 
getPeerAddress() - Method in interface org.glassfish.grizzly.Connection
Get the connection peer address
getPeerAddress() - Method in class org.glassfish.grizzly.nio.transport.TCPNIOConnection
Returns the address of the endpoint this Connection is connected to, or null if it is unconnected.
getPeerAddress() - Method in class org.glassfish.grizzly.nio.transport.UDPNIOConnection
Returns the address of the endpoint this Connection is connected to, or null if it is unconnected.
getPeerCertificateChain(SSLConnectionContext, FilterChainContext, boolean) - Method in class org.glassfish.grizzly.ssl.SSLBaseFilter
Obtains the certificate chain for this SSL session.
getPeerCertificateChain() - Method in interface org.glassfish.grizzly.ssl.SSLSupport
The client certificate chain (if any).
getPeerCertificateChain(boolean) - Method in interface org.glassfish.grizzly.ssl.SSLSupport
The client certificate chain (if any).
getPeerCertificateChain() - Method in class org.glassfish.grizzly.ssl.SSLSupportImpl
 
getPeerCertificateChain(boolean) - Method in class org.glassfish.grizzly.ssl.SSLSupportImpl
 
getPendingTasks() - Method in class org.glassfish.grizzly.nio.SelectorRunner
 
getPoolAllocatedBytes() - Method in class org.glassfish.grizzly.memory.jmx.MemoryManager
 
getPooledTimeStamp() - Method in class org.glassfish.grizzly.connectionpool.ConnectionInfo
Returns the timestamp (in milliseconds) when this Connection was added to the pool: either created directly by pool or attached.
getPoolName() - Method in class org.glassfish.grizzly.threadpool.ThreadPoolConfig
 
getPoolReleasedBytes() - Method in class org.glassfish.grizzly.memory.jmx.MemoryManager
 
getPoolType() - Method in class org.glassfish.grizzly.threadpool.jmx.ThreadPool
 
getPort() - Method in class org.glassfish.grizzly.http.server.jmx.NetworkListener
 
getPort() - Method in class org.glassfish.grizzly.http.server.NetworkListener
 
getPort() - Method in class org.glassfish.grizzly.http.server.util.Mapper
 
getPort() - Method in class org.glassfish.grizzly.websockets.HandShake
 
getPortRange() - Method in class org.glassfish.grizzly.http.server.NetworkListener
 
getPosition(E) - Method in class org.glassfish.grizzly.memory.AbstractBufferArray
 
getPosition(Buffer) - Method in class org.glassfish.grizzly.memory.BufferArray
 
getPosition(ByteBuffer) - Method in class org.glassfish.grizzly.memory.ByteBufferArray
 
getPostBody(int) - Method in class org.glassfish.grizzly.http.server.Request
Gets the POST body of this request.
getPostponedTasks() - Method in class org.glassfish.grizzly.nio.SelectorRunner
 
getPreviousFilter(FilterChainContext) - Method in interface org.glassfish.grizzly.filterchain.FilterExecutor
 
getPrice(int) - Method in class org.glassfish.grizzly.compression.lzma.impl.rangecoder.BitTreeEncoder
 
getPrice(int, int) - Static method in class org.glassfish.grizzly.compression.lzma.impl.rangecoder.RangeEncoder
 
getPrice0(int) - Static method in class org.glassfish.grizzly.compression.lzma.impl.rangecoder.RangeEncoder
 
getPrice1(int) - Static method in class org.glassfish.grizzly.compression.lzma.impl.rangecoder.RangeEncoder
 
getPriority() - Method in class org.glassfish.grizzly.threadpool.ThreadPoolConfig
 
getProbes() - Method in class org.glassfish.grizzly.monitoring.DefaultMonitoringConfig
Get the the monitoring probes, which are registered on the objet.
getProbes() - Method in interface org.glassfish.grizzly.monitoring.MonitoringConfig
Get the the monitoring probes, which are registered on the objet.
getProbesUnsafe() - Method in class org.glassfish.grizzly.monitoring.DefaultMonitoringConfig
Get the monitoring probes array (direct).
getProcessedSizeAdd() - Method in class org.glassfish.grizzly.compression.lzma.impl.rangecoder.RangeEncoder
 
getProcessingHandler() - Method in class org.glassfish.grizzly.Context
 
getProcessingState() - Method in class org.glassfish.grizzly.http.ajp.AjpHttpRequest
 
getProcessingState() - Method in class org.glassfish.grizzly.http.ajp.AjpHttpResponse
 
getProcessingState() - Method in class org.glassfish.grizzly.http.HttpHeader
 
getProcessor() - Method in class org.glassfish.grizzly.AbstractBindingHandler
Get the default Processor to process IOEvent, occurring on connection phase.
getProcessor() - Method in class org.glassfish.grizzly.AbstractSocketConnectorHandler
Get the default Processor to process IOEvent, occurring on connection phase.
getProcessor() - Method in class org.glassfish.grizzly.AbstractTransport
Gets the default Processor, which will process Connection I/O events in case, if Connection doesn't have own Processor preferences.
getProcessor() - Method in interface org.glassfish.grizzly.Connection
Gets the default Processor, which will process Connection I/O events.
getProcessor() - Method in class org.glassfish.grizzly.Context
Get the Processor, which is responsible to process the IOEvent.
getProcessor() - Method in class org.glassfish.grizzly.nio.NIOConnection
 
getProcessor() - Method in class org.glassfish.grizzly.nio.transport.jmx.NIOTransport
 
getProcessor() - Method in class org.glassfish.grizzly.nio.transport.UDPNIOServerConnection
 
getProcessor() - Method in class org.glassfish.grizzly.nio.transport.UDPNIOTransport.TransportConnectorHandler
 
getProcessor() - Method in class org.glassfish.grizzly.NIOTransportBuilder
 
getProcessor() - Method in interface org.glassfish.grizzly.Transport
Gets the default Processor, which will process Connection I/O events in case, if Connection doesn't have own Processor preferences.
getProcessorSelector() - Method in class org.glassfish.grizzly.AbstractBindingHandler
Gets the default ProcessorSelector, which will be used to get Processor to process I/O events, occurring on connection phase.
getProcessorSelector() - Method in class org.glassfish.grizzly.AbstractSocketConnectorHandler
Gets the default ProcessorSelector, which will be used to get Processor to process I/O events, occurring on connection phase.
getProcessorSelector() - Method in class org.glassfish.grizzly.AbstractTransport
Gets the default ProcessorSelector, which will be used to get Processor to process Connection I/O events, in case if this Transport's Processor is null and Connection doesn't have neither preferred Processor nor ProcessorSelector.
getProcessorSelector() - Method in interface org.glassfish.grizzly.Connection
Gets the default ProcessorSelector, which will be used to get Processor to process Connection I/O events, in case if this Connection's Processor is null.
getProcessorSelector() - Method in class org.glassfish.grizzly.nio.NIOConnection
 
getProcessorSelector() - Method in class org.glassfish.grizzly.nio.transport.jmx.NIOTransport
 
getProcessorSelector() - Method in class org.glassfish.grizzly.nio.transport.UDPNIOServerConnection
 
getProcessorSelector() - Method in class org.glassfish.grizzly.nio.transport.UDPNIOTransport.TransportConnectorHandler
 
getProcessorSelector() - Method in class org.glassfish.grizzly.NIOTransportBuilder
 
getProcessorSelector() - Method in interface org.glassfish.grizzly.Transport
Gets the default ProcessorSelector, which will be used to get Processor to process Connection I/O events, in case if this Transport's Processor is null and Connection doesn't have neither preferred Processor nor ProcessorSelector.
getProtocol() - Method in class org.glassfish.grizzly.http.HttpHeader
Get HTTP protocol version.
getProtocol() - Method in class org.glassfish.grizzly.http.server.Request
Return the protocol and version used to make this Request.
getProtocol() - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
getProtocolBytes() - Method in enum org.glassfish.grizzly.http.Protocol
 
getProtocolDC() - Method in class org.glassfish.grizzly.http.HttpHeader
Get the HTTP message protocol version as DataChunk (avoiding creation of a String object).
getProtocolFinder() - Method in class org.glassfish.grizzly.portunif.PUProtocol
 
getProtocols() - Method in class org.glassfish.grizzly.portunif.PUFilter
Get registered port unification protocols - PUProtocols.
getProtocolString() - Method in class org.glassfish.grizzly.http.HttpHeader
Get the HTTP message protocol version.
getProtocolString() - Method in enum org.glassfish.grizzly.http.Protocol
 
getPUFilterChainBuilder() - Method in class org.glassfish.grizzly.portunif.PUFilter
Returns the FilterChainBuilder, developers may use to build there custom protocol filter chain.
getPushBackHandler() - Method in class org.glassfish.grizzly.asyncqueue.AsyncWriteQueueRecord
Deprecated.
getPushBackHandler() - Method in class org.glassfish.grizzly.asyncqueue.PushBackContext
Deprecated.
The PushBackHandler passed along with one of the Writer's write(...) method call.
getPushBackHandler() - Method in class org.glassfish.grizzly.filterchain.FilterChainContext.TransportContext
Deprecated.
getQueryString() - Method in class org.glassfish.grizzly.http.HttpRequestPacket
Returns the query string that is contained in the request URL after the path.
getQueryString() - Method in class org.glassfish.grizzly.http.server.Request
Return the query string associated with this request.
getQueryString() - Method in class org.glassfish.grizzly.servlet.DispatchedHttpServletRequest
Override the getQueryString() method of the wrapped request.
getQueryString() - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
getQueryStringDC() - Method in class org.glassfish.grizzly.http.HttpRequestPacket
Returns the query string that is contained in the request URL after the path.
getQueryStringEncoding() - Method in class org.glassfish.grizzly.http.util.Parameters
 
getQueue() - Method in class org.glassfish.grizzly.asyncqueue.TaskQueue
Get the queue of tasks, which will be processed asynchronously
getQueue() - Method in class org.glassfish.grizzly.threadpool.AbstractThreadPool
 
getQueue() - Method in class org.glassfish.grizzly.threadpool.ThreadPoolConfig
 
getQueueLimit() - Method in class org.glassfish.grizzly.threadpool.ThreadPoolConfig
 
getQuotedValueEndPosition(Buffer, int, int) - Static method in class org.glassfish.grizzly.http.util.CookieUtils
Given a starting position after an initial quote character, this gets the position of the end quote.
getQuotedValueEndPosition(byte[], int, int) - Static method in class org.glassfish.grizzly.http.util.CookieUtils
Given a starting position after an initial quote character, this gets the position of the end quote.
getQuotedValueEndPosition(String, int, int) - Static method in class org.glassfish.grizzly.http.util.CookieUtils
Given a starting position after an initial quote character, this gets the position of the end quote.
getRawCookies() - Method in class org.glassfish.grizzly.http.server.Request
TODO DOCS
getReadBufferSize() - Method in class org.glassfish.grizzly.AbstractTransport
Get the default size of Buffers, which will be allocated for reading data from Transport's Connections.
getReadBufferSize() - Method in interface org.glassfish.grizzly.Connection
Get the default size of Buffers, which will be allocated for reading data from Connection.
getReadBufferSize() - Method in class org.glassfish.grizzly.nio.transport.jmx.NIOTransport
 
getReadBufferSize() - Method in class org.glassfish.grizzly.nio.transport.TCPNIOConnection
Get the default size of Buffers, which will be allocated for reading data from Connection.
getReadBufferSize() - Method in class org.glassfish.grizzly.nio.transport.TCPNIOServerConnection
 
getReadBufferSize() - Method in class org.glassfish.grizzly.nio.transport.UDPNIOConnection
Get the default size of Buffers, which will be allocated for reading data from Connection.
getReadBufferSize() - Method in class org.glassfish.grizzly.NIOTransportBuilder
 
getReadBufferSize() - Method in interface org.glassfish.grizzly.Transport
Get the default size of Buffers, which will be allocated for reading data from Transport's Connections.
getReader() - Method in interface org.glassfish.grizzly.asyncqueue.AsyncQueueIO
Get AsyncQueueReader implementation.
getReader() - Method in class org.glassfish.grizzly.asyncqueue.AsyncQueueIO.ImmutableAsyncQueueIO
Get AsyncQueueReader implementation.
getReader() - Method in class org.glassfish.grizzly.asyncqueue.AsyncQueueIO.MutableAsyncQueueIO
Get AsyncQueueReader implementation.
getReader() - Method in class org.glassfish.grizzly.http.server.Request
Returns the Reader associated with this Request.
getReader() - Method in class org.glassfish.grizzly.nio.tmpselectors.TemporarySelectorIO
 
getReader(Connection) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOTransport
Get the Reader to read data from the Connection.
getReader(boolean) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOTransport
Get the Reader implementation, depending on the requested mode.
getReader(Connection) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOTransport
Get the Reader to read data from the Connection.
getReader(boolean) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOTransport
Get the Reader implementation, depending on the requested mode.
getReader() - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
getReader(Connection) - Method in interface org.glassfish.grizzly.Transport
Get the Reader to read data from the Connection.
getReader(boolean) - Method in interface org.glassfish.grizzly.Transport
Get the Reader implementation, depending on the requested mode.
getReadHandler() - Method in class org.glassfish.grizzly.http.io.InputBuffer
 
getReadSize() - Method in class org.glassfish.grizzly.ReadResult
Get the number of bytes, which were read.
getReadTimeout(TimeUnit) - Method in class org.glassfish.grizzly.AbstractTransport
Returns the current value for the read timeout converted to the provided TimeUnit specification.
getReadTimeout(TimeUnit) - Method in interface org.glassfish.grizzly.Connection
 
getReadTimeout(TimeUnit) - Method in class org.glassfish.grizzly.nio.NIOConnection
 
getReadTimeout(TimeUnit) - Method in interface org.glassfish.grizzly.Transport
Returns the current value for the read timeout converted to the provided TimeUnit specification.
getReadyConnectionsCount() - Method in class org.glassfish.grizzly.connectionpool.SingleEndpointPool
Returns the number of Connections ready to be retrieved and used.
getReadyThreadBufferSize() - Method in class org.glassfish.grizzly.memory.AbstractMemoryManager
Get the size of local thread memory pool.
getReadyTimeStamp() - Method in class org.glassfish.grizzly.connectionpool.ConnectionInfo
Returns the timestamp (in milliseconds) when this Connection was returned to the pool and its state switched to ready, or -1 if the Connection is currently in busy state.
getRealAllocatedBytes() - Method in class org.glassfish.grizzly.memory.jmx.MemoryManager
 
getRealPath(String) - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
getRealPath(String) - Method in class org.glassfish.grizzly.servlet.WebappContext
getReason() - Method in class org.glassfish.grizzly.websockets.ClosingFrame
 
getReasonPhrase() - Method in class org.glassfish.grizzly.http.HttpResponsePacket
Gets the status reason phrase for this response.
getReasonPhrase() - Method in class org.glassfish.grizzly.http.util.HttpStatus
 
getReasonPhraseBytes() - Method in class org.glassfish.grizzly.http.util.HttpStatus
 
getReasonPhraseDC() - Method in class org.glassfish.grizzly.http.HttpResponsePacket
Gets the status reason phrase for this response as DataChunk (avoid creation of a String object}.
getReasonPhraseRawDC() - Method in class org.glassfish.grizzly.http.HttpResponsePacket
Gets the custom status reason phrase for this response as DataChunk (avoid creation of a String object}.
getRefusesCount() - Method in class org.glassfish.grizzly.http.jmx.KeepAlive
 
getRelativeURI(Request) - Method in class org.glassfish.grizzly.http.server.StaticHttpHandlerBase
 
getRemainder() - Method in class org.glassfish.grizzly.websockets.ParseResult
Get the parsing remainder Buffer.
getRemainderBuffer() - Method in class org.glassfish.grizzly.http.ParsingResult
 
getRemoteAddr() - Method in class org.glassfish.grizzly.http.server.Request
Return the remote IP address making this Request.
getRemoteAddr() - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
getRemoteAddress() - Method in class org.glassfish.grizzly.http.HttpRequestPacket
 
getRemoteHost() - Method in class org.glassfish.grizzly.http.HttpRequestPacket
 
getRemoteHost() - Method in class org.glassfish.grizzly.http.server.Request
Return the remote host name making this Request.
getRemoteHost() - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
getRemotePort() - Method in class org.glassfish.grizzly.http.ajp.AjpHttpRequest
getRemotePort() - Method in class org.glassfish.grizzly.http.HttpRequestPacket
 
getRemotePort() - Method in class org.glassfish.grizzly.http.server.Request
Returns the Internet Protocol (IP) source port of the client or last proxy that sent the request.
getRemotePort() - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
getRemoteUser() - Method in class org.glassfish.grizzly.http.server.Request
Return the name of the remote user that has been authenticated for this Request.
getRemoteUser() - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
getRequest() - Method in class org.glassfish.grizzly.http.HttpResponsePacket
 
getRequest() - Method in class org.glassfish.grizzly.http.server.Request
Get the Coyote request.
getRequest() - Method in class org.glassfish.grizzly.http.server.Response
Return the Request with which this Response is associated.
getRequest() - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
 
getRequestDispatcher(String) - Method in class org.glassfish.grizzly.servlet.DispatchedHttpServletRequest
Return a RequestDispatcher that wraps the resource at the specified path, which may be interpreted as relative to the current request path.
getRequestDispatcher(String) - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
getRequestDispatcher(String) - Method in class org.glassfish.grizzly.servlet.WebappContext
getRequestedSessionId() - Method in class org.glassfish.grizzly.http.server.Request
Return the session identifier included in this request, if any.
getRequestedSessionId() - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
getRequestFacade() - Method in class org.glassfish.grizzly.servlet.DispatchedHttpServletRequest
 
getRequestsCancelledCount() - Method in class org.glassfish.grizzly.http.server.jmx.HttpServerFilter
 
getRequestsCompletedCount() - Method in class org.glassfish.grizzly.http.server.jmx.HttpServerFilter
 
getRequestsReceivedCount() - Method in class org.glassfish.grizzly.http.server.jmx.HttpServerFilter
 
getRequestsSuspendedCount() - Method in class org.glassfish.grizzly.http.server.jmx.HttpServerFilter
 
getRequestsTimedOutCount() - Method in class org.glassfish.grizzly.http.server.jmx.HttpServerFilter
 
getRequestURI() - Method in class org.glassfish.grizzly.http.HttpRequestPacket
Returns the request URL.
getRequestURI() - Method in class org.glassfish.grizzly.http.server.Request
Return the request URI for this request.
getRequestURI() - Method in class org.glassfish.grizzly.servlet.DispatchedHttpServletRequest
Override the getRequestURI() method of the wrapped request.
getRequestURI() - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
getRequestURIBC() - Method in class org.glassfish.grizzly.http.util.RequestURIRef
 
getRequestURIEncoding() - Method in class org.glassfish.grizzly.http.server.HttpHandler
Get the request URI encoding used by this HttpHandler.
getRequestURIRef() - Method in class org.glassfish.grizzly.http.HttpRequestPacket
Returns the request URL of the HTTP request as RequestURIRef (avoiding creation of a String object).
getRequestURL() - Method in class org.glassfish.grizzly.http.server.Request
Reconstructs the URL the client used to make the request.
getRequestURL() - Method in class org.glassfish.grizzly.servlet.DispatchedHttpServletRequest
Override the getRequestURL() method of the wrapped request.
getRequestURL() - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
getRerunFilterAction() - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
Get NextAction, which instructs FilterChain to rerun the filter.
getResolver() - Method in class org.glassfish.grizzly.utils.IdleTimeoutFilter
 
getResource(String) - Method in class org.glassfish.grizzly.servlet.WebappContext
getResourceAsStream(String) - Method in class org.glassfish.grizzly.servlet.WebappContext
getResourceBundleName() - Method in interface org.glassfish.grizzly.localization.Localizable
 
getResourceBundleName() - Method in class org.glassfish.grizzly.localization.LocalizableMessage
 
getResourcePath() - Method in class org.glassfish.grizzly.websockets.HandShake
 
getResourcePaths(String) - Method in class org.glassfish.grizzly.servlet.WebappContext
getResources() - Method in class org.glassfish.grizzly.http.server.util.AlternateDocBase
Gets the proxied resources of this AlternateDocBase.
getResponse() - Method in interface org.glassfish.grizzly.comet.CometHandler
 
getResponse() - Method in class org.glassfish.grizzly.comet.concurrent.DefaultConcurrentCometHandler
 
getResponse() - Method in class org.glassfish.grizzly.comet.DefaultCometHandler
 
getResponse() - Method in class org.glassfish.grizzly.http.HttpRequestPacket
 
getResponse() - Method in class org.glassfish.grizzly.http.server.Request
Return the Response with which this Request is associated.
getResponse() - Method in class org.glassfish.grizzly.http.server.Response
getResponse() - Method in class org.glassfish.grizzly.servlet.HttpServletResponseImpl
 
getRestrictedUserAgents() - Method in class org.glassfish.grizzly.http.server.NetworkListener
 
getResult() - Method in interface org.glassfish.grizzly.impl.FutureImpl
Get current result value without any blocking.
getResult() - Method in class org.glassfish.grizzly.impl.ReadyFutureImpl
Get current result value without any blocking.
getResult() - Method in class org.glassfish.grizzly.impl.SafeFutureImpl
 
getResult() - Method in class org.glassfish.grizzly.impl.UnsafeFutureImpl
Get current result value without any blocking.
getResult() - Method in class org.glassfish.grizzly.samples.portunif.addservice.AddResponseMessage
Get result
getResult() - Method in class org.glassfish.grizzly.samples.portunif.subservice.SubResponseMessage
Get result
getResult() - Method in class org.glassfish.grizzly.websockets.FrameCompletionHandler
 
getReturn() - Method in class org.glassfish.grizzly.samples.jaxws.addclient.AddResponse
Gets the value of the return property.
getReuseAddress() - Method in class org.glassfish.grizzly.nio.transport.jmx.TCPNIOTransport
 
getReuseAddress() - Method in class org.glassfish.grizzly.nio.transport.jmx.UDPNIOTransport
 
getRunAsRole() - Method in class org.glassfish.grizzly.servlet.ServletRegistration
getRunnable() - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
 
getRunnerThread() - Method in class org.glassfish.grizzly.nio.SelectorRunner
 
getScheme() - Method in class org.glassfish.grizzly.http.server.NetworkListener
Get the HTTP request scheme, which if non-null overrides default one picked up by framework during runtime.
getScheme() - Method in class org.glassfish.grizzly.http.server.Request
Return the scheme used to make this Request.
getScheme() - Method in class org.glassfish.grizzly.http.server.ServerFilterConfiguration
Get the HTTP request scheme, which if non-null overrides default one picked up by framework during runtime.
getScheme() - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
getSecKey() - Method in class org.glassfish.grizzly.websockets.SecKey
Gets security key string representation, which includes chars and spaces.
getSecond() - Method in class org.glassfish.grizzly.utils.Pair
 
getSecondsMaxAge() - Method in class org.glassfish.grizzly.http.server.filecache.FileCache
 
getSecondsMaxAge() - Method in class org.glassfish.grizzly.http.server.filecache.jmx.FileCache
 
getSecret() - Method in class org.glassfish.grizzly.http.ajp.AjpAddOn
If not null, only requests from workers with this secret keyword will be accepted.
getSecret() - Method in class org.glassfish.grizzly.http.ajp.AjpHandlerFilter
If not null, only requests from workers with this secret keyword will be accepted.
getSecure() - Method in class org.glassfish.grizzly.http.LazyCookieState
 
getSelectionKey() - Method in class org.glassfish.grizzly.nio.NIOConnection
 
getSelectionKey() - Method in class org.glassfish.grizzly.nio.RegisterChannelResult
 
getSelectionKeyHandler() - Method in class org.glassfish.grizzly.nio.NIOTransport
 
getSelectionKeyHandler() - Method in class org.glassfish.grizzly.nio.transport.jmx.NIOTransport
 
getSelectionKeyHandler() - Method in class org.glassfish.grizzly.NIOTransportBuilder
 
getSelectionKeyInterest() - Method in enum org.glassfish.grizzly.IOEvent
 
getSelector() - Method in class org.glassfish.grizzly.nio.SelectorRunner
 
getSelectorHandler() - Method in class org.glassfish.grizzly.nio.NIOTransport
 
getSelectorHandler() - Method in class org.glassfish.grizzly.nio.transport.jmx.NIOTransport
 
getSelectorHandler() - Method in class org.glassfish.grizzly.NIOTransportBuilder
 
getSelectorHandlerRunners() - Method in class org.glassfish.grizzly.nio.transport.jmx.NIOTransport
 
getSelectorPool() - Method in class org.glassfish.grizzly.nio.tmpselectors.TemporarySelectorIO
 
getSelectorProvider() - Method in class org.glassfish.grizzly.nio.NIOTransport
Get the SelectorProvider to be used by this transport.
getSelectorProvider() - Method in class org.glassfish.grizzly.nio.tmpselectors.TemporarySelectorPool
 
getSelectorProvider() - Method in class org.glassfish.grizzly.NIOTransportBuilder
 
getSelectorRunner() - Method in class org.glassfish.grizzly.nio.NIOConnection
 
getSelectorRunner() - Method in class org.glassfish.grizzly.nio.RegisterChannelResult
 
getSelectorRunners() - Method in class org.glassfish.grizzly.nio.NIOTransport
 
getSelectorRunnersCount() - Method in class org.glassfish.grizzly.nio.NIOTransport
 
getSelectorThreadPoolConfig() - Method in class org.glassfish.grizzly.NIOTransportBuilder
 
getSelectTimeout() - Method in class org.glassfish.grizzly.nio.DefaultSelectorHandler
 
getSelectTimeout() - Method in interface org.glassfish.grizzly.nio.SelectorHandler
 
getServerConfiguration() - Method in class org.glassfish.grizzly.http.server.HttpServer
 
getServerConnectionBackLog() - Method in class org.glassfish.grizzly.nio.transport.TCPNIOTransport
Get the default server connection backlog size.
getServerConnectionBackLog() - Method in class org.glassfish.grizzly.nio.transport.TCPNIOTransportBuilder
 
getServerHostName() - Method in class org.glassfish.grizzly.websockets.HandShake
 
getServerInfo() - Method in class org.glassfish.grizzly.servlet.WebappContext
getServerName() - Method in class org.glassfish.grizzly.http.server.Request
Return the server name responding to this Request.
getServerName() - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
getServerPort() - Method in class org.glassfish.grizzly.http.HttpRequestPacket
 
getServerPort() - Method in class org.glassfish.grizzly.http.server.Request
Return the server port responding to this Request.
getServerPort() - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
getServerSocketSoTimeout() - Method in class org.glassfish.grizzly.nio.NIOTransport
 
getServerSocketSoTimeout() - Method in class org.glassfish.grizzly.nio.transport.jmx.TCPNIOTransport
 
getServerSocketSoTimeout() - Method in class org.glassfish.grizzly.nio.transport.TCPNIOTransportBuilder
 
getServerSSLEngineConfig() - Method in class org.glassfish.grizzly.ssl.SSLCodec
 
getServlet(String) - Method in class org.glassfish.grizzly.servlet.WebappContext
Deprecated. 
getServletConfig() - Method in class org.glassfish.grizzly.servlet.ServletHandler
 
getServletContext() - Method in class org.glassfish.grizzly.servlet.FilterConfigImpl
getServletContext() - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
getServletContext() - Method in class org.glassfish.grizzly.servlet.HttpSessionImpl
getServletContext() - Method in class org.glassfish.grizzly.servlet.ServletConfigImpl
getServletContextName() - Method in class org.glassfish.grizzly.servlet.WebappContext
getServletCtx() - Method in class org.glassfish.grizzly.servlet.ServletHandler
 
getServletInstance() - Method in class org.glassfish.grizzly.servlet.ServletHandler
Return the Servlet instance used by this ServletHandler
getServletName() - Method in class org.glassfish.grizzly.servlet.FilterMap
 
getServletName() - Method in class org.glassfish.grizzly.servlet.ServletConfigImpl
getServletNameFilterMappings(String) - Method in class org.glassfish.grizzly.servlet.WebappContext
Gets the current servlet name mappings of the Filter with the given name.
getServletNameMappings() - Method in class org.glassfish.grizzly.servlet.FilterRegistration
Gets the currently available servlet name mappings of the Filter represented by this FilterRegistration.
getServletNames() - Method in class org.glassfish.grizzly.servlet.WebappContext
Deprecated. 
getServletPath() - Method in class org.glassfish.grizzly.servlet.DispatchedHttpServletRequest
Override the getServletPath() method of the wrapped request.
getServletPath() - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
getServletRegistration(String) - Method in class org.glassfish.grizzly.servlet.WebappContext
Gets the ServletRegistration corresponding to the servlet with the given servletName.
getServletRegistrations() - Method in class org.glassfish.grizzly.servlet.WebappContext
Gets a (possibly empty) Map of the ServletRegistration objects (keyed by servlet name) corresponding to all servlets registered with this WebappContext.
getServlets() - Method in class org.glassfish.grizzly.servlet.WebappContext
Deprecated. 
getSession() - Method in class org.glassfish.grizzly.http.server.Request
Return the session associated with this Request, creating one if necessary.
getSession(boolean) - Method in class org.glassfish.grizzly.http.server.Request
Return the session associated with this Request, creating one if necessary and requested.
getSession(boolean) - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
getSession() - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
getSession(boolean) - Method in class org.glassfish.grizzly.websockets.glassfish.GlassfishSupport
 
getSessionContext() - Method in class org.glassfish.grizzly.servlet.HttpSessionImpl
getSessionCookieConfig() - Method in class org.glassfish.grizzly.servlet.WebappContext
getSessionId() - Method in interface org.glassfish.grizzly.ssl.SSLSupport
The current session Id.
getSessionId() - Method in class org.glassfish.grizzly.ssl.SSLSupportImpl
 
getSessionTimeout() - Method in class org.glassfish.grizzly.http.server.Session
Return a long representing the maximum idle time (in milliseconds) a session can be.
getShort() - Method in interface org.glassfish.grizzly.Buffer
Relative get method for reading a short value.
getShort(int) - Method in interface org.glassfish.grizzly.Buffer
Absolute get method for reading a short value.
getShort() - Method in class org.glassfish.grizzly.memory.BuffersBuffer
 
getShort(int) - Method in class org.glassfish.grizzly.memory.BuffersBuffer
 
getShort() - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
 
getShort(int) - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
 
getShort() - Method in class org.glassfish.grizzly.memory.HeapBuffer
 
getShort(int) - Method in class org.glassfish.grizzly.memory.HeapBuffer
 
getSize() - Method in class org.glassfish.grizzly.ThreadCache.CachedTypeIndex
 
getSource() - Method in class org.glassfish.grizzly.nio.transport.DefaultStreamReader
 
getSrc() - Method in class org.glassfish.grizzly.compression.lzma.LZMADecoder.LZMAInputState
 
getSrc() - Method in class org.glassfish.grizzly.compression.lzma.LZMAEncoder.LZMAOutputState
 
getSrcAddress() - Method in class org.glassfish.grizzly.ReadResult
Get the source address, the message was read from.
getSrcAddressHolder() - Method in class org.glassfish.grizzly.ReadResult
Get the source address, the message was read from.
getSslConnectionContext(Connection) - Static method in class org.glassfish.grizzly.ssl.SSLUtils
 
getSslContext() - Method in class org.glassfish.grizzly.ssl.SSLEngineConfigurator
 
getSslEngine() - Method in class org.glassfish.grizzly.ssl.SSLConnectionContext
 
getSSLEngine(Connection) - Static method in class org.glassfish.grizzly.ssl.SSLUtils
 
getSslEngineConfig() - Method in class org.glassfish.grizzly.http.server.NetworkListener
 
getSSLPacketSize(Buffer) - Static method in class org.glassfish.grizzly.ssl.SSLUtils
 
getStackTrace() - Method in class org.glassfish.grizzly.utils.DebugPoint
 
getStackTraceAsString(Throwable) - Static method in class org.glassfish.grizzly.utils.Exceptions
Returns the Throwable's stack trace information as String.
getStart() - Method in class org.glassfish.grizzly.http.util.BufferChunk
 
getStart() - Method in class org.glassfish.grizzly.http.util.ByteChunk
Returns the start offset of the bytes.
getStart() - Method in class org.glassfish.grizzly.http.util.CharChunk
Returns the start offset of the bytes.
getStart() - Method in interface org.glassfish.grizzly.http.util.Chunk
 
getStart() - Method in class org.glassfish.grizzly.http.util.DataChunk
Returns the DataChunk start position.
getStartIdx() - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
 
getState() - Method in class org.glassfish.grizzly.AbstractTransport
Return the Transport state controller.
getState(FilterChainContext.Operation, int) - Method in class org.glassfish.grizzly.filterchain.DefaultFilterChain.FiltersState
 
getState() - Method in class org.glassfish.grizzly.filterchain.DefaultFilterChain.FilterStateElement
 
getState() - Method in class org.glassfish.grizzly.nio.SelectorRunner
 
getState() - Method in class org.glassfish.grizzly.nio.transport.jmx.NIOTransport
 
getState() - Method in interface org.glassfish.grizzly.Transport
Return the Transport state controller.
getState() - Method in class org.glassfish.grizzly.utils.StateHolder
Gets current state Current StateHolder locking mode will be used
getStateLocker() - Method in class org.glassfish.grizzly.utils.StateHolder
Gets Read/Write locker, which is used by this StateHolder
getStatus() - Method in class org.glassfish.grizzly.http.HttpResponsePacket
Gets the status code for this response.
getStatus() - Method in class org.glassfish.grizzly.http.server.Response
Return the HTTP status code associated with this Response.
getStatus() - Method in class org.glassfish.grizzly.ProcessorResult
Get the result status.
getStatus() - Method in class org.glassfish.grizzly.servlet.HttpServletResponseImpl
 
getStatus() - Method in class org.glassfish.grizzly.TransformationResult
 
getStatusBytes() - Method in class org.glassfish.grizzly.http.util.HttpStatus
 
getStatusCode() - Method in class org.glassfish.grizzly.http.util.HttpStatus
 
getStopAction() - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
Get NextAction implementation, which instructs FilterChain to stop executing phase.
getStopAction(Object) - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
Get NextAction implementation, which instructs FilterChain stop executing phase.
getStopAction(E, Appender<E>) - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
Get NextAction implementation, which instructs FilterChain stop executing phase.
getStreamReader(Connection) - Method in class org.glassfish.grizzly.StandaloneProcessor
Get the Connection StreamReader, to read data from the Connection.
getStreamWriter(Connection) - Method in class org.glassfish.grizzly.StandaloneProcessor
Get the Connection StreamWriter, to write data to the Connection.
getString() - Method in class org.glassfish.grizzly.http.server.util.StringParser
Return the String we are currently parsing.
getString() - Method in class org.glassfish.grizzly.http.util.MessageBytes
Returns the string value.
getString(String) - Method in class org.glassfish.grizzly.http.util.StringManager
Get a string from the underlying resource bundle or return null if the String is not found.
getString(String, Object[]) - Method in class org.glassfish.grizzly.http.util.StringManager
Get a string from the underlying resource bundle and format it with the given set of arguments.
getString(String, Object) - Method in class org.glassfish.grizzly.http.util.StringManager
Get a string from the underlying resource bundle and format it with the given object argument.
getString(String, Object, Object) - Method in class org.glassfish.grizzly.http.util.StringManager
Get a string from the underlying resource bundle and format it with the given object arguments.
getString(String, Object, Object, Object) - Method in class org.glassfish.grizzly.http.util.StringManager
Get a string from the underlying resource bundle and format it with the given object arguments.
getString(String, Object, Object, Object, Object) - Method in class org.glassfish.grizzly.http.util.StringManager
Get a string from the underlying resource bundle and format it with the given object arguments.
getSubProtocol() - Method in class org.glassfish.grizzly.websockets.HandShake
 
getSupportedExtensions() - Method in class org.glassfish.grizzly.websockets.WebSocketApplication
Return the websocket extensions supported by this WebSocketApplication.
getSupportedProtocols(List<String>) - Method in class org.glassfish.grizzly.websockets.WebSocketApplication
 
getSupportedWireProtocolVersions() - Static method in enum org.glassfish.grizzly.websockets.Version
 
getSuspendAction() - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
Get NextAction, which instructs FilterChain to suspend filter chain execution.
getSuspendContext() - Method in class org.glassfish.grizzly.http.server.Response
Get the context of the suspended Response.
getSuspendingStopAction() - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
getSuspendStatus() - Method in class org.glassfish.grizzly.http.server.Response.SuspendedContextImpl
 
getSyncConnectTimeout(TimeUnit) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOConnectorHandler
 
getSyncConnectTimeout(TimeUnit) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOConnectorHandler
 
getSystemInheritedChannel(Class<?>) - Method in class org.glassfish.grizzly.AbstractBindingHandler
 
getTask() - Method in class org.glassfish.grizzly.threadpool.AbstractThreadPool.Worker
 
getTask() - Method in class org.glassfish.grizzly.threadpool.SyncThreadPool.SyncThreadWorker
 
getTcpNoDelay() - Method in class org.glassfish.grizzly.nio.transport.jmx.TCPNIOTransport
 
getTempHeaderEncodingBuffer() - Method in class org.glassfish.grizzly.http.HttpHeader
 
getTemporarySelectorIO() - Method in class org.glassfish.grizzly.nio.NIOTransport
 
getTemporarySelectorIO() - Method in interface org.glassfish.grizzly.nio.tmpselectors.TemporarySelectorsEnabledTransport
 
getTemporarySelectorIO() - Method in class org.glassfish.grizzly.nio.transport.TCPNIOTransport
 
getTemporarySelectorIO() - Method in class org.glassfish.grizzly.nio.transport.UDPNIOTransport
 
getTextPayload() - Method in class org.glassfish.grizzly.websockets.DataFrame
 
getThis() - Method in class org.glassfish.grizzly.nio.transport.TCPNIOTransportBuilder
 
getThis() - Method in class org.glassfish.grizzly.nio.transport.UDPNIOTransportBuilder
 
getThis() - Method in class org.glassfish.grizzly.NIOTransportBuilder
getThread() - Method in class org.glassfish.grizzly.threadpool.DefaultWorkerThread
 
getThread() - Method in interface org.glassfish.grizzly.threadpool.WorkerThread
 
getThreadFactory() - Method in class org.glassfish.grizzly.threadpool.ThreadPoolConfig
Returns ThreadFactory.
getThreadLocalPool() - Static method in class org.glassfish.grizzly.memory.AbstractMemoryManager
Get thread associated buffer pool.
getThreadName() - Method in class org.glassfish.grizzly.utils.DebugPoint
 
getThreadPool(Request) - Method in class org.glassfish.grizzly.http.server.HttpHandler
Returns the HttpHandler preferred ExecutorService to process passed Request.
getThreadPool(Request) - Method in class org.glassfish.grizzly.samples.httpserver.priorities.HighPriorityHandler
getThreadPool(Request) - Method in class org.glassfish.grizzly.samples.httpserver.priorities.LowPriorityHandler
getThreadPool() - Method in class org.glassfish.grizzly.utils.DelayedExecutor
 
getThreadPoolConfig() - Method in class org.glassfish.grizzly.http.server.HttpServerMonitoringConfig
Get the thread pool monitoring config.
getThreadPoolMonitoringConfig() - Method in class org.glassfish.grizzly.AbstractTransport
Get the monitoring configuration for Transport thread pool.
getThreadPoolMonitoringConfig() - Method in interface org.glassfish.grizzly.Transport
Get the monitoring configuration for Transport thread pool.
getThreadPoolType() - Method in class org.glassfish.grizzly.nio.transport.jmx.NIOTransport
 
getTimeout(TimeUnit) - Method in class org.glassfish.grizzly.http.server.Response.SuspendedContextImpl
 
getTimeout(TimeUnit) - Method in interface org.glassfish.grizzly.http.server.SuspendContext
Get the suspended Response timeout.
getTimeout(TimeUnit) - Method in class org.glassfish.grizzly.streams.AbstractStreamWriter
Get the timeout for StreamWriter I/O operations.
getTimeout(TimeUnit) - Method in interface org.glassfish.grizzly.streams.StreamWriter
Get the timeout for StreamWriter I/O operations.
getTimeout(TimeUnit) - Method in class org.glassfish.grizzly.utils.ActivityCheckFilter
 
getTimeout(FilterChainContext) - Method in interface org.glassfish.grizzly.utils.IdleTimeoutFilter.TimeoutResolver
 
getTimeout(TimeUnit) - Method in class org.glassfish.grizzly.utils.SilentConnectionFilter
 
getTimeoutHandler() - Method in class org.glassfish.grizzly.http.server.Response.SuspendedContextImpl
 
getTimeoutHandler() - Method in interface org.glassfish.grizzly.http.server.SuspendContext
Get the suspended Response TimeoutHandler.
getTimeoutInSeconds() - Method in class org.glassfish.grizzly.websockets.WebSocketAddOn
 
getTimeoutMillis(SingleEndpointPool.ConnectTimeoutTask) - Method in class org.glassfish.grizzly.connectionpool.SingleEndpointPool.ConnectTimeoutTaskResolver
 
getTimeoutMillis(SingleEndpointPool.KeepAliveCleanerTask) - Method in class org.glassfish.grizzly.connectionpool.SingleEndpointPool.KeepAliveCleanerTaskResolver
 
getTimeoutMillis(SingleEndpointPool.ReconnectTask) - Method in class org.glassfish.grizzly.connectionpool.SingleEndpointPool.ReconnectTaskResolver
 
getTimeoutMillis(E) - Method in interface org.glassfish.grizzly.utils.DelayedExecutor.Resolver
 
getTimeoutsCount() - Method in class org.glassfish.grizzly.http.jmx.KeepAlive
 
getTimestamp() - Method in class org.glassfish.grizzly.http.server.Session
 
getTokenEndPosition(Buffer, int, int) - Static method in class org.glassfish.grizzly.http.util.CookieUtils
Given the starting position of a token, this gets the end of the token, with no separator characters in between.
getTokenEndPosition(Buffer, int, int, boolean) - Static method in class org.glassfish.grizzly.http.util.CookieUtils
 
getTokenEndPosition(byte[], int, int) - Static method in class org.glassfish.grizzly.http.util.CookieUtils
Given the starting position of a token, this gets the end of the token, with no separator characters in between.
getTokenEndPosition(byte[], int, int, boolean) - Static method in class org.glassfish.grizzly.http.util.CookieUtils
 
getTokenEndPosition(String, int, int) - Static method in class org.glassfish.grizzly.http.util.CookieUtils
Given the starting position of a token, this gets the end of the token, with no separator characters in between.
getTokenEndPosition(String, int, int, boolean) - Static method in class org.glassfish.grizzly.http.util.CookieUtils
 
getTopic() - Method in class org.glassfish.grizzly.comet.CometContext
Get the topic representing this instance with this instance.
getTotalAllocatedBytes() - Method in class org.glassfish.grizzly.memory.jmx.MemoryManager
 
getTotalAllocatedThreadCount() - Method in class org.glassfish.grizzly.threadpool.jmx.ThreadPool
 
getTotalBytesAfterGzipEncoding() - Method in class org.glassfish.grizzly.http.jmx.HttpCodecFilter
 
getTotalBytesAfterLzmaEncoding() - Method in class org.glassfish.grizzly.http.jmx.HttpCodecFilter
 
getTotalBytesBeforeGzipEncoding() - Method in class org.glassfish.grizzly.http.jmx.HttpCodecFilter
 
getTotalBytesBeforeLzmaEncoding() - Method in class org.glassfish.grizzly.http.jmx.HttpCodecFilter
 
getTotalCompletedTasksCount() - Method in class org.glassfish.grizzly.threadpool.jmx.ThreadPool
 
getTotalConnections() - Method in class org.glassfish.grizzly.samples.lifecycle.LifeCycleFilter
Returns the total number of connections ever created by the Transport
getTotalConnectionsCount() - Method in class org.glassfish.grizzly.nio.transport.jmx.NIOTransport
 
getTotalContentReceived() - Method in class org.glassfish.grizzly.http.jmx.HttpCodecFilter
 
getTotalContentWritten() - Method in class org.glassfish.grizzly.http.jmx.HttpCodecFilter
 
getTotalTaskQueueOverflowCount() - Method in class org.glassfish.grizzly.threadpool.jmx.ThreadPool
 
getTrainThreshold() - Static method in class org.glassfish.grizzly.http.util.StringCache
 
getTransactionMonitor() - Method in class org.glassfish.grizzly.threadpool.ThreadPoolConfig
 
getTransactionTimeout() - Method in class org.glassfish.grizzly.http.server.NetworkListener
 
getTransactionTimeout(TimeUnit) - Method in class org.glassfish.grizzly.threadpool.DefaultWorkerThread
 
getTransactionTimeout(TimeUnit) - Method in class org.glassfish.grizzly.threadpool.ThreadPoolConfig
 
getTransactionTimeout(TimeUnit) - Method in interface org.glassfish.grizzly.threadpool.WorkerThread
 
getTransferEncoding() - Method in class org.glassfish.grizzly.http.HttpHeader
Get the TransferEncoding, responsible for the parsing/serialization of the HTTP message content
getTransferEncodings() - Method in class org.glassfish.grizzly.http.HttpCodecFilter
Gets registered TransferEncodings.
getTransport() - Method in interface org.glassfish.grizzly.Connection
Get the Transport, to which this Connection belongs to.
getTransport() - Method in class org.glassfish.grizzly.http.server.NetworkListener
 
getTransport() - Method in class org.glassfish.grizzly.nio.NIOConnection
 
getTransport() - Method in class org.glassfish.grizzly.nio.SelectorRunner
 
getTransport() - Method in class org.glassfish.grizzly.nio.tmpselectors.TemporarySelectorReader
 
getTransport() - Method in class org.glassfish.grizzly.nio.tmpselectors.TemporarySelectorWriter
 
getTransport() - Method in interface org.glassfish.grizzly.ShutdownContext
 
getTransportConfig() - Method in class org.glassfish.grizzly.http.server.HttpServerMonitoringConfig
Get the transport monitoring config.
getTransportContext() - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
Get the TransportFilter related context.
getTransportFilter() - Method in interface org.glassfish.grizzly.filterchain.FilterChainEnabledTransport
Get transport Filter, which is aware of Transport specifics; knows how to read/write from/to Transport specific Connection streams.
getTransportFilter() - Method in class org.glassfish.grizzly.nio.transport.TCPNIOTransport
 
getTransportFilter() - Method in class org.glassfish.grizzly.nio.transport.UDPNIOTransport
 
getTransportFilter0(Transport) - Method in class org.glassfish.grizzly.filterchain.TransportFilter
Get default Transport specific transport filter.
getTransportSelectorRunners() - Method in class org.glassfish.grizzly.nio.AbstractNIOConnectionDistributor
 
getType() - Method in class org.glassfish.grizzly.comet.CometEvent
Return the type of this object.
getType() - Method in class org.glassfish.grizzly.http.util.DataChunk
 
getType() - Method in class org.glassfish.grizzly.http.util.MessageBytes
Return the type of the original content.
getType() - Method in class org.glassfish.grizzly.websockets.DataFrame
 
getUnquoted() - Method in class org.glassfish.grizzly.http.multipart.ContentDisposition.ParamValue
 
getUpdate() - Method in class org.glassfish.grizzly.utils.JdkVersion
 
getUpgrade() - Method in class org.glassfish.grizzly.http.HttpHeader
 
getUpgradeDC() - Method in class org.glassfish.grizzly.http.HttpHeader
 
getUpgradeRequest() - Method in class org.glassfish.grizzly.websockets.DefaultWebSocket
Returns the upgrade request for this WebSocket.
getUploadTimeout() - Method in class org.glassfish.grizzly.http.server.NetworkListener
 
getUpper() - Method in class org.glassfish.grizzly.PortRange
 
getUri() - Method in class org.glassfish.grizzly.http.server.filecache.FileCacheKey
 
getUri() - Method in class org.glassfish.grizzly.http.server.filecache.LazyFileCacheKey
 
getURI() - Method in class org.glassfish.grizzly.http.util.RequestURIRef
 
getURI(Charset) - Method in class org.glassfish.grizzly.http.util.RequestURIRef
 
getUriEncoding() - Method in class org.glassfish.grizzly.http.server.NetworkListener
 
getUrlPattern() - Method in class org.glassfish.grizzly.http.server.util.AlternateDocBase
Gets the url pattern of this AlternateDocBase.
getURLPattern() - Method in class org.glassfish.grizzly.servlet.FilterMap
 
getUrlPatternFilterMappings(String) - Method in class org.glassfish.grizzly.servlet.WebappContext
Gets the current URL pattern mappings of the Filter with the given name.
getUrlPatternMappings() - Method in class org.glassfish.grizzly.servlet.FilterRegistration
Gets the currently available URL pattern mappings of the Filter represented by this FilterRegistration.
getUrlPatternSlashCount() - Method in class org.glassfish.grizzly.http.server.util.AlternateDocBase
Gets the number of slashes in the url pattern of this AlternateDocBase.
getUrlPatternSuffix() - Method in class org.glassfish.grizzly.http.server.util.AlternateDocBase
Gets the extension suffix of the url pattern of this AlternateDocBase.
getUrlPatternType() - Method in class org.glassfish.grizzly.http.server.util.AlternateDocBase
Gets the url pattern type (exact, wildcard, extension) of this AlternateDocBase.
getUrlPatternWildcardPath() - Method in class org.glassfish.grizzly.http.server.util.AlternateDocBase
Gets the wildcard path of this AlternateDocBase (this is the path specified by the wildcard pattern, minus the trailing '*').
getUserPrincipal() - Method in class org.glassfish.grizzly.http.server.Request
Return the principal that has been authenticated for this Request.
getUserPrincipal() - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
getValue(AttributeStorage, Attribute<T>, T) - Static method in class org.glassfish.grizzly.AbstractTransformer
 
getValue() - Method in class org.glassfish.grizzly.http.Cookie
Returns the value of the cookie.
getValue() - Method in class org.glassfish.grizzly.http.LazyCookieState
 
getValue(int) - Method in class org.glassfish.grizzly.http.util.MimeHeaders
Returns the Nth header value, or null if there is no such header.
getValue(String) - Method in class org.glassfish.grizzly.http.util.MimeHeaders
Finds and returns a header field with the given name.
getValue(Header) - Method in class org.glassfish.grizzly.http.util.MimeHeaders
Finds and returns a header field with the given name.
getValue() - Method in class org.glassfish.grizzly.samples.filterchain.GIOPMessage
 
getValue() - Method in class org.glassfish.grizzly.servlet.CookieWrapper
Returns the value of the cookie.
getValue(String) - Method in class org.glassfish.grizzly.servlet.HttpSessionImpl
getValue() - Method in class org.glassfish.grizzly.websockets.Extension.Parameter
 
getValue1() - Method in class org.glassfish.grizzly.samples.jaxws.addclient.Add
Gets the value of the value1 property.
getValue1() - Method in class org.glassfish.grizzly.samples.portunif.addservice.AddRequestMessage
Get value1
getValue1() - Method in class org.glassfish.grizzly.samples.portunif.subservice.SubRequestMessage
Get value1
getValue2() - Method in class org.glassfish.grizzly.samples.jaxws.addclient.Add
Gets the value of the value2 property.
getValue2() - Method in class org.glassfish.grizzly.samples.portunif.addservice.AddRequestMessage
Get value2
getValue2() - Method in class org.glassfish.grizzly.samples.portunif.subservice.SubRequestMessage
Get value2
getValueNames() - Method in class org.glassfish.grizzly.servlet.HttpSessionImpl
getVersion() - Method in class org.glassfish.grizzly.http.Cookie
Returns the version of the protocol this cookie complies with.
getVersion() - Method in class org.glassfish.grizzly.servlet.CookieWrapper
Returns the version of the protocol this cookie complies with.
getVersion() - Method in class org.glassfish.grizzly.websockets.HandShake
 
getVersion() - Method in class org.glassfish.grizzly.websockets.rfc6455.RFC6455HandShake
 
getVirtualServerName() - Method in class org.glassfish.grizzly.servlet.WebappContext
 
getWaitingConsumerCount() - Method in interface org.glassfish.grizzly.utils.TransferQueue
Returns an estimate of the number of consumers waiting to dequeue elements via take or poll.
getWebappResources() - Method in class org.glassfish.grizzly.http.server.util.AlternateDocBase
Gets the non-proxied resources of this AlternateDocBase.
getWebServerConfig() - Method in class org.glassfish.grizzly.http.server.HttpServerMonitoringConfig
Get the web server monitoring config.
getWebSocket() - Method in class org.glassfish.grizzly.websockets.ProtocolHandler
 
getWebSocket(Connection) - Static method in class org.glassfish.grizzly.websockets.WebSocketHolder
 
getWebSockets() - Method in class org.glassfish.grizzly.websockets.WebSocketApplication
Returns a set of WebSockets, registered with the application.
getWorkerThreadPool() - Method in class org.glassfish.grizzly.AbstractTransport
Get a thread pool, which will run IOEvent processing (depending on Transport IOStrategy) to let kernel threads continue their job.
getWorkerThreadPool(Connection) - Static method in class org.glassfish.grizzly.strategies.AbstractIOStrategy
 
getWorkerThreadPool() - Method in interface org.glassfish.grizzly.Transport
Get a thread pool, which will run IOEvent processing (depending on Transport IOStrategy) to let kernel threads continue their job.
getWorkerThreadPoolConfig() - Method in class org.glassfish.grizzly.AbstractTransport
getWorkerThreadPoolConfig() - Method in class org.glassfish.grizzly.NIOTransportBuilder
 
getWorkerThreadPoolConfig() - Method in interface org.glassfish.grizzly.Transport
 
getWrappedCookie() - Method in class org.glassfish.grizzly.servlet.CookieWrapper
 
getWrapperNames(String, String) - Method in class org.glassfish.grizzly.http.server.util.Mapper
 
getWrappersString(String, String) - Method in class org.glassfish.grizzly.http.server.util.Mapper
 
getWritableMessage() - Method in class org.glassfish.grizzly.asyncqueue.AsyncWriteQueueRecord
 
getWriteBufferSize() - Method in class org.glassfish.grizzly.AbstractTransport
Get the default size of Buffers, which will be allocated for writing data to Transport's Connections.
getWriteBufferSize() - Method in interface org.glassfish.grizzly.Connection
Get the default size of Buffers, which will be allocated for writing data to Connection.
getWriteBufferSize() - Method in class org.glassfish.grizzly.nio.transport.jmx.NIOTransport
 
getWriteBufferSize() - Method in class org.glassfish.grizzly.nio.transport.TCPNIOConnection
Get the default size of Buffers, which will be allocated for writing data to Connection.
getWriteBufferSize() - Method in class org.glassfish.grizzly.nio.transport.TCPNIOServerConnection
 
getWriteBufferSize() - Method in class org.glassfish.grizzly.nio.transport.UDPNIOConnection
Get the default size of Buffers, which will be allocated for writing data to Connection.
getWriteBufferSize() - Method in class org.glassfish.grizzly.NIOTransportBuilder
 
getWriteBufferSize() - Method in interface org.glassfish.grizzly.Transport
Get the default size of Buffers, which will be allocated for writing data to Transport's Connections.
getWriter() - Method in interface org.glassfish.grizzly.asyncqueue.AsyncQueueIO
Get AsyncQueueWriter implementation.
getWriter() - Method in class org.glassfish.grizzly.asyncqueue.AsyncQueueIO.ImmutableAsyncQueueIO
Get AsyncQueueWriter implementation.
getWriter() - Method in class org.glassfish.grizzly.asyncqueue.AsyncQueueIO.MutableAsyncQueueIO
Get AsyncQueueWriter implementation.
getWriter() - Method in class org.glassfish.grizzly.http.server.Response
Return the NIOWriter associated with this Response.
getWriter() - Method in class org.glassfish.grizzly.nio.tmpselectors.TemporarySelectorIO
 
getWriter(Connection) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOTransport
Get the Writer to write data to the Connection.
getWriter(boolean) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOTransport
Get the Writer implementation, depending on the requested mode.
getWriter(Connection) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOTransport
Get the Writer to write data to the Connection.
getWriter(boolean) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOTransport
Get the Writer implementation, depending on the requested mode.
getWriter() - Method in class org.glassfish.grizzly.servlet.HttpServletResponseImpl
getWriter(Connection) - Method in interface org.glassfish.grizzly.Transport
Get the Writer to write data to the Connection.
getWriter(boolean) - Method in interface org.glassfish.grizzly.Transport
Get the Writer implementation, depending on the requested mode.
getWriteReentrant() - Static method in class org.glassfish.grizzly.Writer.Reentrant
Returns the current write reentrants counter.
getWriteTimeout(TimeUnit) - Method in class org.glassfish.grizzly.AbstractTransport
Returns the current value for the write timeout converted to the provided TimeUnit specification.
getWriteTimeout(TimeUnit) - Method in interface org.glassfish.grizzly.Connection
 
getWriteTimeout(TimeUnit) - Method in class org.glassfish.grizzly.nio.NIOConnection
 
getWriteTimeout(TimeUnit) - Method in interface org.glassfish.grizzly.Transport
Returns the current value for the write timeout converted to the provided TimeUnit specification.
getWrittenSize() - Method in class org.glassfish.grizzly.WriteResult
Get the number of bytes, which were written.
getX509Certificates(SSLSession) - Method in class org.glassfish.grizzly.ssl.SSLSupportImpl
 
GIOPClient - Class in org.glassfish.grizzly.samples.filterchain
Simple GIOP client
GIOPClient() - Constructor for class org.glassfish.grizzly.samples.filterchain.GIOPClient
 
GIOPClient.CustomClientFilter - Class in org.glassfish.grizzly.samples.filterchain
 
GIOPFilter - Class in org.glassfish.grizzly.samples.filterchain
Example of parser Filter, which is response for Buffer <-> GIOPMessage transformation.
GIOPFilter() - Constructor for class org.glassfish.grizzly.samples.filterchain.GIOPFilter
 
GIOPMessage - Class in org.glassfish.grizzly.samples.filterchain
Simple representation of GIOP message
GIOPMessage() - Constructor for class org.glassfish.grizzly.samples.filterchain.GIOPMessage
 
GIOPMessage(byte, byte, byte, byte, byte[]) - Constructor for class org.glassfish.grizzly.samples.filterchain.GIOPMessage
 
GIOPServer - Class in org.glassfish.grizzly.samples.filterchain
Simple GIOP echo server
GIOPServer() - Constructor for class org.glassfish.grizzly.samples.filterchain.GIOPServer
 
GlassfishSupport - Class in org.glassfish.grizzly.websockets.glassfish
Glassfish support class.
GlassfishSupport() - Constructor for class org.glassfish.grizzly.websockets.glassfish.GlassfishSupport
 
GlassfishSupport(Object, Object, HttpServletRequest) - Constructor for class org.glassfish.grizzly.websockets.glassfish.GlassfishSupport
 
Globals - Class in org.glassfish.grizzly.http.server.util
Global constants that are applicable to multiple packages within Catalina.
Globals() - Constructor for class org.glassfish.grizzly.http.server.util.Globals
 
GMT_TIME_ZONE - Static variable in class org.glassfish.grizzly.http.util.FastHttpDateFormat
 
GONE_410 - Static variable in class org.glassfish.grizzly.http.util.HttpStatus
 
gracefullyCloseConnection(FilterChainContext) - Static method in class org.glassfish.grizzly.http.HttpCodecFilter
 
GracefulShutdownListener - Interface in org.glassfish.grizzly
Interface to notify interested parties that a Transport is being shutdown.
Grizzly - Class in org.glassfish.grizzly
Class contains information about Grizzly framework.
Grizzly() - Constructor for class org.glassfish.grizzly.Grizzly
 
GrizzlyExecutorService - Class in org.glassfish.grizzly.threadpool
 
GrizzlyExecutorService(ThreadPoolConfig) - Constructor for class org.glassfish.grizzly.threadpool.GrizzlyExecutorService
 
GrizzlyFuture<R> - Interface in org.glassfish.grizzly
Grizzly Future implementation.
GrizzlyJmxManager - Class in org.glassfish.grizzly.jmxbase
Grizzly JMX manager
GrizzlyJmxManager() - Constructor for class org.glassfish.grizzly.jmxbase.GrizzlyJmxManager
 
GrizzlyPrincipal - Class in org.glassfish.grizzly.http.server
Generic implementation of java.security.Principal that is used to represent principals authenticated at the protocol handler level.
GrizzlyPrincipal(String) - Constructor for class org.glassfish.grizzly.http.server.GrizzlyPrincipal
 
GZIP_FILTER - Static variable in class org.glassfish.grizzly.http.server.Constants
GZIP filter (output).
GZipContentEncoding - Class in org.glassfish.grizzly.http
GZip ContentEncoding implementation, which compresses/decompresses HTTP content using gzip algorithm.
GZipContentEncoding() - Constructor for class org.glassfish.grizzly.http.GZipContentEncoding
Construct GZipContentEncoding using default buffer sizes.
GZipContentEncoding(int, int) - Constructor for class org.glassfish.grizzly.http.GZipContentEncoding
Construct GZipContentEncoding using specific buffer sizes.
GZipContentEncoding(int, int, EncodingFilter) - Constructor for class org.glassfish.grizzly.http.GZipContentEncoding
Construct GZipContentEncoding using specific buffer sizes.
GZipDecoder - Class in org.glassfish.grizzly.compression.zip
This class implements a Transformer which decodes data represented in the GZIP format.
GZipDecoder() - Constructor for class org.glassfish.grizzly.compression.zip.GZipDecoder
 
GZipDecoder(int) - Constructor for class org.glassfish.grizzly.compression.zip.GZipDecoder
 
GZipDecoder.DecodeStatus - Enum in org.glassfish.grizzly.compression.zip
 
GZipDecoder.GZipInputState - Class in org.glassfish.grizzly.compression.zip
 
GZipEncoder - Class in org.glassfish.grizzly.compression.zip
This class implements a Transformer which encodes plain data to the GZIP format.
GZipEncoder() - Constructor for class org.glassfish.grizzly.compression.zip.GZipEncoder
 
GZipEncoder(int) - Constructor for class org.glassfish.grizzly.compression.zip.GZipEncoder
 
GZipEncoder.GZipOutputState - Class in org.glassfish.grizzly.compression.zip
 
GZipFilter - Class in org.glassfish.grizzly.compression.zip
This class implements a Filter which encodes/decodes data in the GZIP format.
GZipFilter() - Constructor for class org.glassfish.grizzly.compression.zip.GZipFilter
Construct GZipFilter using default buffer sizes.
GZipFilter(int, int) - Constructor for class org.glassfish.grizzly.compression.zip.GZipFilter
Construct GZipFilter using specific buffer sizes.
GZipInputState() - Constructor for class org.glassfish.grizzly.compression.zip.GZipDecoder.GZipInputState
 
GZipOutputState() - Constructor for class org.glassfish.grizzly.compression.zip.GZipEncoder.GZipOutputState
 

H

H_SIZE - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
Size of basic packet header
handle(MultipartEntry) - Method in interface org.glassfish.grizzly.http.multipart.MultipartEntryHandler
The method is called once MultipartEntry header is ready to be processed by user code.
handle(String, Request, Response) - Method in class org.glassfish.grizzly.http.server.CLStaticHttpHandler
Lookup a resource based on the request URI, and send it using send file.
handle(String, Request, Response) - Method in class org.glassfish.grizzly.http.server.StaticHttpHandler
Lookup a resource based on the request URI, and send it using send file.
handle(String, Request, Response) - Method in class org.glassfish.grizzly.http.server.StaticHttpHandlerBase
Lookup a resource based on the request URI, and send it using send file.
handleAccept(FilterChainContext) - Method in class org.glassfish.grizzly.filterchain.BaseFilter
Execute a unit of processing work to be performed, when server channel has accepted the client connection.
handleAccept(FilterChainContext) - Method in interface org.glassfish.grizzly.filterchain.Filter
Execute a unit of processing work to be performed, when server channel has accepted the client connection.
handleAccept(FilterChainContext) - Method in class org.glassfish.grizzly.filterchain.TransportFilter
Delegates accept operation to Transport's specific transport filter.
handleAccept(FilterChainContext) - Method in class org.glassfish.grizzly.samples.lifecycle.LifeCycleFilter
Method is called, when new Connection was accepted by a Transport
handleAccept(FilterChainContext) - Method in class org.glassfish.grizzly.utils.ActivityCheckFilter
 
handleAccept(FilterChainContext) - Method in class org.glassfish.grizzly.utils.IdleTimeoutFilter
 
handleAccept(FilterChainContext) - Method in class org.glassfish.grizzly.utils.LogFilter
 
handleAccept(FilterChainContext) - Method in class org.glassfish.grizzly.utils.SilentConnectionFilter
 
handleClose(FilterChainContext) - Method in class org.glassfish.grizzly.compression.lzma.LZMAFilter
 
handleClose(FilterChainContext) - Method in class org.glassfish.grizzly.compression.zip.GZipFilter
Method perform the clean up of GZIP encoding/decoding state on a closed Connection.
handleClose(FilterChainContext) - Method in class org.glassfish.grizzly.filterchain.BaseFilter
Execute a unit of processing work to be performed, when connection has been closed.
handleClose(FilterChainContext) - Method in interface org.glassfish.grizzly.filterchain.Filter
Execute a unit of processing work to be performed, when connection has been closed.
handleClose(FilterChainContext) - Method in class org.glassfish.grizzly.filterchain.TransportFilter
Delegates close operation to Transport's specific transport filter.
handleClose(FilterChainContext) - Method in class org.glassfish.grizzly.portunif.PUFilter
 
handleClose(FilterChainContext) - Method in class org.glassfish.grizzly.samples.http.download.ClientDownloadFilter
The method is called, when the client connection will get closed.
handleClose(FilterChainContext) - Method in class org.glassfish.grizzly.samples.lifecycle.LifeCycleFilter
Method is called, when the Connection is getting closed
handleClose(FilterChainContext) - Method in class org.glassfish.grizzly.samples.simpleauth.ClientAuthFilter
The method is called, when a connection gets closed.
handleClose(FilterChainContext) - Method in class org.glassfish.grizzly.samples.simpleauth.ServerAuthFilter
The method is called, when a connection gets closed.
handleClose(FilterChainContext) - Method in class org.glassfish.grizzly.samples.tunnel.TunnelFilter
This method will be called, to notify about Connection closing.
handleClose(FilterChainContext) - Method in class org.glassfish.grizzly.utils.ActivityCheckFilter
 
handleClose(FilterChainContext) - Method in class org.glassfish.grizzly.utils.IdleTimeoutFilter
 
handleClose(FilterChainContext) - Method in class org.glassfish.grizzly.utils.LogFilter
 
handleClose(FilterChainContext) - Method in class org.glassfish.grizzly.utils.SilentConnectionFilter
 
handleClose(FilterChainContext) - Method in class org.glassfish.grizzly.websockets.BaseWebSocketFilter
Method handles Grizzly Connection close phase.
handleConnect(FilterChainContext) - Method in class org.glassfish.grizzly.filterchain.BaseFilter
Execute a unit of processing work to be performed, when channel gets connected.
handleConnect(FilterChainContext) - Method in interface org.glassfish.grizzly.filterchain.Filter
Execute a unit of processing work to be performed, when channel gets connected.
handleConnect(FilterChainContext) - Method in class org.glassfish.grizzly.filterchain.TransportFilter
Delegates connect operation to Transport's specific transport filter.
handleConnect(FilterChainContext) - Method in class org.glassfish.grizzly.samples.http.download.ClientDownloadFilter
The method is called, when a client connection gets connected to a web server.
handleConnect(FilterChainContext) - Method in class org.glassfish.grizzly.samples.lifecycle.LifeCycleFilter
Method is called, when new client Connection was connected to some endpoint
handleConnect(FilterChainContext) - Method in class org.glassfish.grizzly.utils.ActivityCheckFilter
 
handleConnect(FilterChainContext) - Method in class org.glassfish.grizzly.utils.IdleTimeoutFilter
 
handleConnect(FilterChainContext) - Method in class org.glassfish.grizzly.utils.LogFilter
 
handleConnect(FilterChainContext) - Method in class org.glassfish.grizzly.websockets.BaseWebSocketFilter
Method handles Grizzly Connection connect phase.
handleEvent(FilterChainContext, FilterChainEvent) - Method in class org.glassfish.grizzly.filterchain.BaseFilter
Handle custom event associated with the Connection.
handleEvent(FilterChainContext, FilterChainEvent) - Method in interface org.glassfish.grizzly.filterchain.Filter
Handle custom event associated with the Connection.
handleEvent(FilterChainContext, FilterChainEvent) - Method in class org.glassfish.grizzly.filterchain.TransportFilter
Delegates event operation to Transport's specific transport filter.
handleEvent(FilterChainContext, FilterChainEvent) - Method in class org.glassfish.grizzly.http.ajp.AjpHandlerFilter
Handling Http request completion event sent by Http server filter and send the Ajp end response message.
handleEvent(FilterChainContext, FilterChainEvent) - Method in class org.glassfish.grizzly.http.HttpServerFilter
 
handleEvent(FilterChainContext, FilterChainEvent) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOTransportFilter
 
handleEvent(FilterChainContext, FilterChainEvent) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOTransportFilter
 
handleEvent(FilterChainContext, FilterChainEvent) - Method in class org.glassfish.grizzly.portunif.BackChannelFilter
 
handleEvent(FilterChainContext, FilterChainEvent) - Method in class org.glassfish.grizzly.portunif.PUFilter
 
handleEvent(FilterChainContext, FilterChainEvent) - Method in class org.glassfish.grizzly.ssl.SSLBaseFilter
 
handleGetSpecialHeader(String) - Method in class org.glassfish.grizzly.http.HttpHeader
 
handleGetSpecialHeader(Header) - Method in class org.glassfish.grizzly.http.HttpHeader
 
handleHandshake(FilterChainContext, HttpContent) - Method in class org.glassfish.grizzly.websockets.BaseWebSocketFilter
Handle websocket handshake
handleHandshake(FilterChainContext, HttpContent) - Method in class org.glassfish.grizzly.websockets.WebSocketClientFilter
 
handleHandshake(FilterChainContext, HttpContent) - Method in class org.glassfish.grizzly.websockets.WebSocketFilter
 
handleQueryParameters() - Method in class org.glassfish.grizzly.http.util.Parameters
Process the query string into parameters
handler - Variable in class org.glassfish.grizzly.websockets.WebSocketHolder
 
handleRead(FilterChainContext) - Method in class org.glassfish.grizzly.compression.lzma.LZMAFilter
 
handleRead(FilterChainContext) - Method in class org.glassfish.grizzly.compression.zip.GZipFilter
Method decodes GZIP encoded data stored in FilterChainContext.getMessage() and, as the result, produces a Buffer with a plain data.
handleRead(FilterChainContext) - Method in class org.glassfish.grizzly.filterchain.AbstractCodecFilter
 
handleRead(FilterChainContext) - Method in class org.glassfish.grizzly.filterchain.BaseFilter
Execute a unit of processing work to be performed, when channel will become available for reading.
handleRead(FilterChainContext) - Method in interface org.glassfish.grizzly.filterchain.Filter
Execute a unit of processing work to be performed, when channel will become available for reading.
handleRead(FilterChainContext) - Method in class org.glassfish.grizzly.filterchain.TransportFilter
Delegates reading operation to Transport's specific transport filter.
handleRead(FilterChainContext) - Method in class org.glassfish.grizzly.http.ajp.AjpHandlerFilter
Handle the Ajp message.
handleRead(FilterChainContext) - Method in class org.glassfish.grizzly.http.ajp.AjpMessageFilter
 
handleRead(FilterChainContext) - Method in class org.glassfish.grizzly.http.HttpClientFilter
The method is called, once we have received a Buffer, which has to be transformed into HTTP response packet part.
handleRead(FilterChainContext, HttpPacketParsing) - Method in class org.glassfish.grizzly.http.HttpCodecFilter
The method is called by the specific HttpCodecFilter implementation, once we have received a Buffer, which has to be transformed into HTTP packet part.
handleRead(FilterChainContext) - Method in class org.glassfish.grizzly.http.HttpServerFilter
The method is called, once we have received a Buffer, which has to be transformed into HTTP request packet part.
handleRead(FilterChainContext) - Method in class org.glassfish.grizzly.http.server.FileCacheFilter
 
handleRead(FilterChainContext) - Method in class org.glassfish.grizzly.http.server.HttpServerFilter
 
handleRead(FilterChainContext) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOTransportFilter
 
handleRead(FilterChainContext) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOTransportFilter
 
handleRead(FilterChainContext) - Method in class org.glassfish.grizzly.portunif.BackChannelFilter
 
handleRead(FilterChainContext) - Method in class org.glassfish.grizzly.portunif.PUFilter
 
handleRead(FilterChainContext) - Method in class org.glassfish.grizzly.samples.echo.ClientFilter
Handle just read operation, when some message has come and ready to be processed.
handleRead(FilterChainContext) - Method in class org.glassfish.grizzly.samples.echo.EchoFilter
Handle just read operation, when some message has come and ready to be processed.
handleRead(FilterChainContext) - Method in class org.glassfish.grizzly.samples.echo.EchoFilterAsync
Handle just read operation, when some message has come and ready to be processed.
handleRead(FilterChainContext) - Method in class org.glassfish.grizzly.samples.filterchain.GIOPClient.CustomClientFilter
 
handleRead(FilterChainContext) - Method in class org.glassfish.grizzly.samples.filterchain.GIOPFilter
Method is called, when new data was read from the Connection and ready to be processed.
handleRead(FilterChainContext) - Method in class org.glassfish.grizzly.samples.http.download.ClientDownloadFilter
The method is called, when we receive a HttpContent from a server.
handleRead(FilterChainContext) - Method in class org.glassfish.grizzly.samples.http.download.WebServerFilter
The method is called once we have received some HttpContent.
handleRead(FilterChainContext) - Method in class org.glassfish.grizzly.samples.portunif.addservice.AddClientMessageFilter
Handle just read operation, when some message has come and ready to be processed.
handleRead(FilterChainContext) - Method in class org.glassfish.grizzly.samples.portunif.addservice.AddServerMessageFilter
Handle just read operation, when some message has come and ready to be processed.
handleRead(FilterChainContext) - Method in class org.glassfish.grizzly.samples.portunif.addservice.AddServiceFilter
Handle just read operation, when some message has come and ready to be processed.
handleRead(FilterChainContext) - Method in class org.glassfish.grizzly.samples.portunif.subservice.SubClientMessageFilter
Handle just read operation, when some message has come and ready to be processed.
handleRead(FilterChainContext) - Method in class org.glassfish.grizzly.samples.portunif.subservice.SubServerMessageFilter
Handle just read operation, when some message has come and ready to be processed.
handleRead(FilterChainContext) - Method in class org.glassfish.grizzly.samples.portunif.subservice.SubServiceFilter
Handle just read operation, when some message has come and ready to be processed.
handleRead(FilterChainContext) - Method in class org.glassfish.grizzly.samples.simpleauth.ClientAuthFilter
The method is called once we have received MultiLinePacket.
handleRead(FilterChainContext) - Method in class org.glassfish.grizzly.samples.simpleauth.ClientFilter
The method is called, when we receive a message from a server.
handleRead(FilterChainContext) - Method in class org.glassfish.grizzly.samples.simpleauth.MultiLineFilter
The method is called once we have received a single String line.
handleRead(FilterChainContext) - Method in class org.glassfish.grizzly.samples.simpleauth.ServerAuthFilter
The method is called once we have received MultiLinePacket from a client.
handleRead(FilterChainContext) - Method in class org.glassfish.grizzly.samples.tunnel.TunnelFilter
This method will be called, once Connection has some available data
handleRead(FilterChainContext) - Method in class org.glassfish.grizzly.samples.udpmulticast.PrintFilter
Execute a unit of processing work to be performed, when channel will become available for reading.
handleRead(FilterChainContext) - Method in class org.glassfish.grizzly.ssl.SSLBaseFilter
 
handleRead(FilterChainContext) - Method in class org.glassfish.grizzly.utils.ActivityCheckFilter
 
handleRead(FilterChainContext) - Method in class org.glassfish.grizzly.utils.DelayFilter
 
handleRead(FilterChainContext) - Method in class org.glassfish.grizzly.utils.EchoFilter
 
handleRead(FilterChainContext) - Method in class org.glassfish.grizzly.utils.IdleTimeoutFilter
 
handleRead(FilterChainContext) - Method in class org.glassfish.grizzly.utils.LogFilter
 
handleRead(FilterChainContext) - Method in class org.glassfish.grizzly.utils.SilentConnectionFilter
 
handleRead(FilterChainContext) - Method in class org.glassfish.grizzly.websockets.BaseWebSocketFilter
Handle Grizzly Connection read phase.
handleSendFile(Request) - Static method in class org.glassfish.grizzly.http.server.util.RequestUtils
 
handleSetSpecialHeaders(String, String) - Method in class org.glassfish.grizzly.http.HttpHeader
 
handleSetSpecialHeaders(Header, String) - Method in class org.glassfish.grizzly.http.HttpHeader
 
handleWrite(FilterChainContext) - Method in class org.glassfish.grizzly.compression.lzma.LZMAFilter
 
handleWrite(FilterChainContext) - Method in class org.glassfish.grizzly.compression.zip.GZipFilter
Method compresses plain data stored in FilterChainContext.getMessage() and, as the result, produces a Buffer with a GZIP compressed data.
handleWrite(FilterChainContext) - Method in class org.glassfish.grizzly.filterchain.AbstractCodecFilter
 
handleWrite(FilterChainContext) - Method in class org.glassfish.grizzly.filterchain.BaseFilter
Execute a unit of processing work to be performed, when some data should be written on channel.
handleWrite(FilterChainContext) - Method in interface org.glassfish.grizzly.filterchain.Filter
Execute a unit of processing work to be performed, when some data should be written on channel.
handleWrite(FilterChainContext) - Method in class org.glassfish.grizzly.filterchain.TransportFilter
Delegates writing operation to Transport's specific transport filter.
handleWrite(FilterChainContext) - Method in class org.glassfish.grizzly.http.ajp.AjpHandlerFilter
Encoding HttpResponsePacket or HttpContent to Ajp message.
handleWrite(FilterChainContext) - Method in class org.glassfish.grizzly.http.HttpClientFilter
 
handleWrite(FilterChainContext) - Method in class org.glassfish.grizzly.http.HttpCodecFilter
The method is called, once we need to serialize a HttpPacket, which may represent HTTP packet header, content or content chunk.
handleWrite(FilterChainContext) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOTransportFilter
 
handleWrite(FilterChainContext) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOTransportFilter
 
handleWrite(FilterChainContext) - Method in class org.glassfish.grizzly.portunif.BackChannelFilter
 
handleWrite(FilterChainContext) - Method in class org.glassfish.grizzly.samples.filterchain.GIOPFilter
Method is called, when we write a data to the Connection.
handleWrite(FilterChainContext) - Method in class org.glassfish.grizzly.samples.portunif.addservice.AddClientMessageFilter
Method is called, when we write a data to the Connection.
handleWrite(FilterChainContext) - Method in class org.glassfish.grizzly.samples.portunif.addservice.AddServerMessageFilter
Method is called, when we write a data to the Connection.
handleWrite(FilterChainContext) - Method in class org.glassfish.grizzly.samples.portunif.subservice.SubClientMessageFilter
Method is called, when we write a data to the Connection.
handleWrite(FilterChainContext) - Method in class org.glassfish.grizzly.samples.portunif.subservice.SubServerMessageFilter
Method is called, when we write a data to the Connection.
handleWrite(FilterChainContext) - Method in class org.glassfish.grizzly.samples.simpleauth.ClientAuthFilter
The method is called each time, when client sends a message to a server.
handleWrite(FilterChainContext) - Method in class org.glassfish.grizzly.samples.simpleauth.MultiLineFilter
The method is called whem we send MultiLinePacket.
handleWrite(FilterChainContext) - Method in class org.glassfish.grizzly.samples.simpleauth.ServerAuthFilter
The method is called each time, when server sends a message to a client.
handleWrite(FilterChainContext) - Method in class org.glassfish.grizzly.ssl.SSLBaseFilter
 
handleWrite(FilterChainContext) - Method in class org.glassfish.grizzly.ssl.SSLFilter
 
handleWrite(FilterChainContext) - Method in class org.glassfish.grizzly.utils.ActivityCheckFilter
 
handleWrite(FilterChainContext) - Method in class org.glassfish.grizzly.utils.DelayFilter
 
handleWrite(FilterChainContext) - Method in class org.glassfish.grizzly.utils.IdleTimeoutFilter
 
handleWrite(FilterChainContext) - Method in class org.glassfish.grizzly.utils.LogFilter
 
handleWrite(FilterChainContext) - Method in class org.glassfish.grizzly.utils.SilentConnectionFilter
 
handleWrite(FilterChainContext) - Method in class org.glassfish.grizzly.websockets.BaseWebSocketFilter
Handle Grizzly Connection write phase.
handshake(Connection) - Method in class org.glassfish.grizzly.ssl.SSLCodec
 
handshake(Connection, SSLEngineConfigurator) - Method in class org.glassfish.grizzly.ssl.SSLCodec
 
handshake(Connection, CompletionHandler<SSLEngine>) - Method in class org.glassfish.grizzly.ssl.SSLFilter
 
handshake(Connection, CompletionHandler<SSLEngine>, Object) - Method in class org.glassfish.grizzly.ssl.SSLFilter
 
handshake(Connection, CompletionHandler<SSLEngine>, Object, SSLEngineConfigurator) - Method in class org.glassfish.grizzly.ssl.SSLFilter
 
handshake(Connection<?>, CompletionHandler<SSLEngine>, Object, SSLEngineConfigurator, FilterChainContext) - Method in class org.glassfish.grizzly.ssl.SSLFilter
 
handshake(SSLStreamReader, SSLEngineConfigurator) - Method in class org.glassfish.grizzly.ssl.SSLStreamWriter
 
handshake(SSLStreamReader, SSLEngineConfigurator, CompletionHandler<SSLEngine>) - Method in class org.glassfish.grizzly.ssl.SSLStreamWriter
 
HandShake - Class in org.glassfish.grizzly.websockets
 
HandShake(URI) - Constructor for class org.glassfish.grizzly.websockets.HandShake
 
HandShake(HttpRequestPacket) - Constructor for class org.glassfish.grizzly.websockets.HandShake
 
handshake(FilterChainContext, WebSocketApplication, HttpContent) - Method in class org.glassfish.grizzly.websockets.ProtocolHandler
 
handshake(HandShake) - Method in class org.glassfish.grizzly.websockets.WebSocketApplication
This method will be called, when initial WebSocket handshake process has been completed, but allows the application to perform further negotiation/validation.
handshake - Variable in class org.glassfish.grizzly.websockets.WebSocketHolder
 
HandshakeCompletionHandler(FutureImpl<SSLEngine>, CompletionHandler<SSLEngine>, SSLEngine) - Constructor for class org.glassfish.grizzly.ssl.SSLStreamWriter.HandshakeCompletionHandler
 
HandshakeException - Exception in org.glassfish.grizzly.websockets
Exception, which describes the error, occurred during the WebSocket handshake phase.
HandshakeException(String) - Constructor for exception org.glassfish.grizzly.websockets.HandshakeException
Construct a HandshakeException.
HandshakeException(int, String) - Constructor for exception org.glassfish.grizzly.websockets.HandshakeException
Construct a HandshakeException.
handshakeListeners - Variable in class org.glassfish.grizzly.ssl.SSLBaseFilter
 
handshakeUnwrap(SSLConnectionContext, Buffer, Buffer) - Static method in class org.glassfish.grizzly.ssl.SSLUtils
 
handshakeWrap(Connection, SSLConnectionContext, Buffer) - Static method in class org.glassfish.grizzly.ssl.SSLUtils
 
hasArray() - Method in interface org.glassfish.grizzly.Buffer
Tells whether or not this buffer is backed by an accessible byte array.
hasArray() - Method in class org.glassfish.grizzly.memory.BuffersBuffer
 
hasArray() - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
 
hasArray() - Method in class org.glassfish.grizzly.memory.HeapBuffer
 
hasAvailable() - Method in class org.glassfish.grizzly.streams.AbstractStreamReader
Return true if StreamReader has available data, which could be read, or false otherwise.
hasAvailable() - Method in interface org.glassfish.grizzly.streams.StreamReader
Return true if StreamReader has available data, which could be read, or false otherwise.
hasCharset(String) - Static method in class org.glassfish.grizzly.http.util.ContentType
Returns true if the given content type contains a charset component, false otherwise.
hash() - Method in class org.glassfish.grizzly.http.util.BufferChunk
 
hash() - Method in class org.glassfish.grizzly.http.util.ByteChunk
 
hash() - Method in class org.glassfish.grizzly.http.util.CharChunk
 
hashCode() - Method in class org.glassfish.grizzly.connectionpool.EndpointKey
 
hashCode() - Method in class org.glassfish.grizzly.http.GZipContentEncoding
 
hashCode() - Method in class org.glassfish.grizzly.http.LZMAContentEncoding
 
hashCode() - Method in class org.glassfish.grizzly.http.multipart.ContentDisposition
 
hashCode() - Method in class org.glassfish.grizzly.http.server.filecache.FileCacheKey
 
hashCode() - Method in class org.glassfish.grizzly.http.server.filecache.LazyFileCacheKey
 
hashCode() - Method in class org.glassfish.grizzly.http.util.BufferChunk
 
hashCode() - Method in class org.glassfish.grizzly.http.util.ByteChunk
 
hashCode() - Method in class org.glassfish.grizzly.http.util.CharChunk
 
hashCode() - Method in class org.glassfish.grizzly.http.util.DataChunk
Returns DataChunk hash code.
hashCode() - Method in class org.glassfish.grizzly.http.util.MessageBytes
 
hashCode() - Method in class org.glassfish.grizzly.http.util.StringCache.ByteEntry
 
hashCode() - Method in class org.glassfish.grizzly.http.util.StringCache.CharEntry
 
hashCode() - Method in class org.glassfish.grizzly.memory.BuffersBuffer
Returns the current hash code of this buffer.
hashCode() - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
 
hashCode() - Method in class org.glassfish.grizzly.memory.HeapBuffer
 
hashCode() - Method in class org.glassfish.grizzly.samples.filterchain.GIOPMessage
 
hashCode() - Method in class org.glassfish.grizzly.samples.simpleauth.MultiLinePacket
 
hashCode() - Method in class org.glassfish.grizzly.servlet.Registration
 
hashCode() - Method in class org.glassfish.grizzly.websockets.Extension
 
hashCode() - Method in class org.glassfish.grizzly.websockets.Extension.Parameter
 
hashIgnoreCase() - Method in class org.glassfish.grizzly.http.util.ByteChunk
 
hashIgnoreCase() - Method in class org.glassfish.grizzly.http.util.CharChunk
 
hasInputRemaining(AttributeStorage, Buffer) - Method in class org.glassfish.grizzly.compression.lzma.LZMADecoder
 
hasInputRemaining(AttributeStorage, Buffer) - Method in class org.glassfish.grizzly.compression.lzma.LZMAEncoder
 
hasInputRemaining(AttributeStorage, Buffer) - Method in class org.glassfish.grizzly.compression.zip.GZipDecoder
hasInputRemaining(AttributeStorage, Buffer) - Method in class org.glassfish.grizzly.compression.zip.GZipEncoder
hasInputRemaining(AttributeStorage, Buffer) - Method in class org.glassfish.grizzly.ssl.SSLDecoderTransformer
 
hasInputRemaining(AttributeStorage, Buffer) - Method in class org.glassfish.grizzly.ssl.SSLEncoderTransformer
 
hasInputRemaining(AttributeStorage, K) - Method in interface org.glassfish.grizzly.Transformer
 
hasInputRemaining(AttributeStorage, Buffer) - Method in class org.glassfish.grizzly.utils.ChunkingFilter.ChunkingTransformer
 
hasInputRemaining(AttributeStorage, Buffer) - Method in class org.glassfish.grizzly.utils.StringDecoder
 
hasInputRemaining(AttributeStorage, String) - Method in class org.glassfish.grizzly.utils.StringEncoder
 
hasMoreElements() - Method in class org.glassfish.grizzly.http.server.util.Enumerator
Tests if this enumeration contains more elements.
hasNextFilter(FilterChainContext, int) - Method in interface org.glassfish.grizzly.filterchain.FilterExecutor
 
hasPreviousFilter(FilterChainContext, int) - Method in interface org.glassfish.grizzly.filterchain.FilterExecutor
 
hasProbes() - Method in class org.glassfish.grizzly.monitoring.DefaultMonitoringConfig
 
hasProbes() - Method in interface org.glassfish.grizzly.monitoring.MonitoringConfig
 
hasRemaining() - Method in interface org.glassfish.grizzly.asyncqueue.WritableMessage
Return true if this message has data remaining to be written.
hasRemaining() - Method in interface org.glassfish.grizzly.Buffer
Tells whether there are any elements between the current position and the limit.
hasRemaining() - Method in class org.glassfish.grizzly.FileTransfer
Return true if this message has data remaining to be written.
hasRemaining() - Method in class org.glassfish.grizzly.memory.BuffersBuffer
 
hasRemaining() - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
 
hasRemaining() - Method in class org.glassfish.grizzly.memory.HeapBuffer
 
hasRemaining() - Method in interface org.glassfish.grizzly.memory.ThreadLocalPool
 
hasWaitingConsumer() - Method in interface org.glassfish.grizzly.utils.TransferQueue
Returns true if there is at least one consumer waiting to dequeue an element via take or poll.
HEAD - Static variable in class org.glassfish.grizzly.http.Method
 
HEAD - Static variable in class org.glassfish.grizzly.http.server.Constants
HEAD.
header(String, String) - Method in class org.glassfish.grizzly.http.HttpHeader.Builder
Add the HTTP mime header.
header(Header, String) - Method in class org.glassfish.grizzly.http.HttpHeader.Builder
Add the HTTP mime header.
header(String, String) - Method in class org.glassfish.grizzly.http.HttpTrailer.Builder
Add the HTTP mime header.
Header - Enum in org.glassfish.grizzly.http.util
Enumeration of all headers as defined in RFC 2616.
HeaderParsingState() - Constructor for class org.glassfish.grizzly.http.HttpCodecFilter.HeaderParsingState
 
headers - Variable in class org.glassfish.grizzly.http.HttpHeader
 
headers(MimeHeaders) - Method in class org.glassfish.grizzly.http.HttpTrailer.Builder
Set the mime headers.
headerValueStorage - Variable in class org.glassfish.grizzly.http.HttpCodecFilter.HeaderParsingState
 
heap - Variable in class org.glassfish.grizzly.memory.HeapBuffer
 
HeapBuffer - Class in org.glassfish.grizzly.memory
Buffer implementation, which uses the ByteBuffer underneath.
HeapBuffer() - Constructor for class org.glassfish.grizzly.memory.HeapBuffer
 
HeapBuffer(byte[], int, int) - Constructor for class org.glassfish.grizzly.memory.HeapBuffer
 
HeapMemoryManager - Class in org.glassfish.grizzly.memory
A WrapperAware MemoryManager implementation for managing HeapBuffer instances.
HeapMemoryManager() - Constructor for class org.glassfish.grizzly.memory.HeapMemoryManager
 
HeapMemoryManager(int) - Constructor for class org.glassfish.grizzly.memory.HeapMemoryManager
 
HeapMemoryManager - Class in org.glassfish.grizzly.memory.jmx
HeapMemoryManager JMX object.
HeapMemoryManager(HeapMemoryManager) - Constructor for class org.glassfish.grizzly.memory.jmx.HeapMemoryManager
 
HelloWorldHandler() - Constructor for class org.glassfish.grizzly.samples.ajp.AjpHelloWorld.HelloWorldHandler
 
hexDigit2Dec(byte) - Static method in class org.glassfish.grizzly.http.util.HexUtils
 
hexDigit2Dec(int) - Static method in class org.glassfish.grizzly.http.util.HexUtils
 
HexUtils - Class in org.glassfish.grizzly.http.util
Library of utility methods useful in dealing with converting byte arrays to and from strings of hexadecimal digits.
HexUtils() - Constructor for class org.glassfish.grizzly.http.util.HexUtils
 
HighPriorityHandler - Class in org.glassfish.grizzly.samples.httpserver.priorities
The high-priority HttpHandler we want to be processed as fast as possible.
HighPriorityHandler(ExecutorService) - Constructor for class org.glassfish.grizzly.samples.httpserver.priorities.HighPriorityHandler
 
Holder<E> - Class in org.glassfish.grizzly.utils
The object holder, which might be used for lazy object initialization.
Holder() - Constructor for class org.glassfish.grizzly.utils.Holder
 
Holder.IntHolder - Class in org.glassfish.grizzly.utils
 
Holder.LazyHolder<E> - Class in org.glassfish.grizzly.utils
 
Holder.LazyIntHolder - Class in org.glassfish.grizzly.utils
 
Holders - Class in org.glassfish.grizzly.servlet
Set of holder interfaces, which help to bind Servlet and Grizzly HttpServer abstractions.
Holders() - Constructor for class org.glassfish.grizzly.servlet.Holders
 
Holders.RequestHolder - Interface in org.glassfish.grizzly.servlet
 
Holders.ResponseHolder - Interface in org.glassfish.grizzly.servlet
 
host - Variable in class org.glassfish.grizzly.http.HttpRequestPacket.Builder
 
host(String) - Method in class org.glassfish.grizzly.http.HttpRequestPacket.Builder
Set the value for the Host header.
host - Variable in class org.glassfish.grizzly.http.server.filecache.FileCacheEntry
 
host - Variable in class org.glassfish.grizzly.http.server.filecache.FileCacheKey
 
Host() - Constructor for class org.glassfish.grizzly.http.server.util.Mapper.Host
 
host - Variable in class org.glassfish.grizzly.http.server.util.MappingData
 
HOST - Static variable in class org.glassfish.grizzly.samples.echo.EchoServer
 
HOST - Static variable in class org.glassfish.grizzly.samples.filterchain.GIOPServer
 
HOST - Static variable in class org.glassfish.grizzly.samples.http.download.Server
 
HOST - Static variable in class org.glassfish.grizzly.samples.lifecycle.LifeCycleExample
 
HOST - Static variable in class org.glassfish.grizzly.samples.simpleauth.Server
 
HOST - Static variable in class org.glassfish.grizzly.samples.ssl.SSLEchoServer
 
HOST - Static variable in class org.glassfish.grizzly.samples.strategy.CustomStrategy
 
HOST - Static variable in class org.glassfish.grizzly.samples.tunnel.TunnelServer
 
HOST - Static variable in class org.glassfish.grizzly.samples.udpecho.EchoServer
 
hosts - Variable in class org.glassfish.grizzly.http.server.util.Mapper
Array containing the virtual hosts definitions.
HT - Static variable in class org.glassfish.grizzly.http.server.Constants
HT.
HT - Static variable in class org.glassfish.grizzly.http.util.Constants
HT.
HtmlHelper - Class in org.glassfish.grizzly.http.server.util
Utility class used to generate HTML pages.
HtmlHelper() - Constructor for class org.glassfish.grizzly.http.server.util.HtmlHelper
 
HTTP_10 - Static variable in class org.glassfish.grizzly.http.server.Constants
HTTP/1.0.
HTTP_11 - Static variable in class org.glassfish.grizzly.http.server.Constants
HTTP/1.1.
HTTP_11_BYTES - Static variable in class org.glassfish.grizzly.http.server.Constants
 
HTTP_SERVER_REQUEST_ATTR_NAME - Static variable in class org.glassfish.grizzly.http.HttpServerFilter
 
HTTP_VERSION_NOT_SUPPORTED_505 - Static variable in class org.glassfish.grizzly.http.util.HttpStatus
 
HttpBaseFilter - Class in org.glassfish.grizzly.http
Base HTTP Filter.
HttpBaseFilter() - Constructor for class org.glassfish.grizzly.http.HttpBaseFilter
 
HttpBrokenContent - Class in org.glassfish.grizzly.http
HttpContent message, which represents broken HTTP content.
HttpBrokenContent(HttpHeader) - Constructor for class org.glassfish.grizzly.http.HttpBrokenContent
 
HttpBrokenContent.Builder - Class in org.glassfish.grizzly.http
HttpTrailer message builder.
HttpBrokenContentException - Exception in org.glassfish.grizzly.http
RuntimeException, means something wrong happened during HTTP message content parsing.
HttpBrokenContentException() - Constructor for exception org.glassfish.grizzly.http.HttpBrokenContentException
 
HttpBrokenContentException(String) - Constructor for exception org.glassfish.grizzly.http.HttpBrokenContentException
 
HttpBrokenContentException(Throwable) - Constructor for exception org.glassfish.grizzly.http.HttpBrokenContentException
 
HttpBrokenContentException(String, Throwable) - Constructor for exception org.glassfish.grizzly.http.HttpBrokenContentException
 
HttpClientFilter - Class in org.glassfish.grizzly.http
Client side HttpCodecFilter implementation, which is responsible for decoding HttpResponsePacket and encoding HttpRequestPacket messages.
HttpClientFilter() - Constructor for class org.glassfish.grizzly.http.HttpClientFilter
Constructor, which creates HttpClientFilter instance
HttpClientFilter(int) - Constructor for class org.glassfish.grizzly.http.HttpClientFilter
Constructor, which creates HttpClientFilter instance, with the specific secure and max header size parameter.
HttpCodecFilter - Class in org.glassfish.grizzly.http
The Filter, responsible for transforming Buffer into HttpPacket and vice versa in asynchronous mode.
HttpCodecFilter(boolean, int) - Constructor for class org.glassfish.grizzly.http.HttpCodecFilter
Constructor, which creates HttpCodecFilter instance, with the specific max header size parameter.
HttpCodecFilter - Class in org.glassfish.grizzly.http.jmx
JMX management object for the HttpCodecFilter.
HttpCodecFilter(HttpCodecFilter) - Constructor for class org.glassfish.grizzly.http.jmx.HttpCodecFilter
 
HttpCodecFilter.ContentParsingState - Class in org.glassfish.grizzly.http
 
HttpCodecFilter.HeaderParsingState - Class in org.glassfish.grizzly.http
 
HttpCodecUtils - Class in org.glassfish.grizzly.http.util
General HttpCodec utility methods.
HttpCodecUtils() - Constructor for class org.glassfish.grizzly.http.util.HttpCodecUtils
 
HttpContent - Class in org.glassfish.grizzly.http
Object represents HTTP message content: complete or part.
HttpContent() - Constructor for class org.glassfish.grizzly.http.HttpContent
 
HttpContent(HttpHeader) - Constructor for class org.glassfish.grizzly.http.HttpContent
 
HttpContent.Builder<T extends HttpContent.Builder> - Class in org.glassfish.grizzly.http
HttpContent message builder.
httpContentBuilder() - Method in class org.glassfish.grizzly.http.HttpHeader
Get the HTTP message content builder.
HttpContext - Class in org.glassfish.grizzly.http
Represents a single logical HTTP transaction.
HttpContext(AttributeStorage, OutputSink, Closeable) - Constructor for class org.glassfish.grizzly.http.HttpContext
 
httpContext - Variable in class org.glassfish.grizzly.http.server.Response
Grizzly HttpContext associated with the current Request/Response processing.
HttpHandler - Class in org.glassfish.grizzly.http.server
Base class to use when Request/Response/InputStream/OutputStream are needed to implement a customized HTTP container/extension to the HTTP module.
HttpHandler() - Constructor for class org.glassfish.grizzly.http.server.HttpHandler
Create HttpHandler.
HttpHandler(String) - Constructor for class org.glassfish.grizzly.http.server.HttpHandler
Create HttpHandler with the specific name.
HttpHandlerChain - Class in org.glassfish.grizzly.http.server
The HttpHandlerChain class allows the invocation of multiple HttpHandlers every time a new HTTP request is ready to be handled.
HttpHandlerChain(HttpServer) - Constructor for class org.glassfish.grizzly.http.server.HttpHandlerChain
 
httpHeader - Variable in class org.glassfish.grizzly.http.HttpContent.Builder
 
httpHeader(HttpHeader) - Method in class org.glassfish.grizzly.http.HttpContent.Builder
Set the HttpHeader associated with this content.
httpHeader - Variable in class org.glassfish.grizzly.http.HttpContent
 
HttpHeader - Class in org.glassfish.grizzly.http
HttpPacket, which represents HTTP message header.
HttpHeader() - Constructor for class org.glassfish.grizzly.http.HttpHeader
 
HttpHeader(MimeHeaders) - Constructor for class org.glassfish.grizzly.http.HttpHeader
 
HttpHeader.Builder<T extends HttpHeader.Builder> - Class in org.glassfish.grizzly.http
HttpHeader message builder.
HttpPacket - Class in org.glassfish.grizzly.http
Abstraction, which represents any type of HTTP message: HttpRequestPacket, HttpResponsePacket, HttpContent.
HttpPacket() - Constructor for class org.glassfish.grizzly.http.HttpPacket
 
HttpPacketParsing - Interface in org.glassfish.grizzly.http
 
HttpProbe - Interface in org.glassfish.grizzly.http
Monitoring probe providing callbacks that may be invoked by Grizzly Http filters.
HttpProbe.Adapter - Class in org.glassfish.grizzly.http
HttpProbe adapter that provides no-op implementations for all interface methods allowing easy extension by the developer.
HttpRequestPacket - Class in org.glassfish.grizzly.http
The HttpHeader object, which represents HTTP request message.
HttpRequestPacket() - Constructor for class org.glassfish.grizzly.http.HttpRequestPacket
 
HttpRequestPacket.Builder - Class in org.glassfish.grizzly.http
HttpRequestPacket message builder.
HttpRequestURIDecoder - Class in org.glassfish.grizzly.http.util
Utility class that make sure an HTTP url defined inside a MessageBytes is normalized, converted and valid.
HttpRequestURIDecoder() - Constructor for class org.glassfish.grizzly.http.util.HttpRequestURIDecoder
 
HttpResponsePacket - Class in org.glassfish.grizzly.http
The HttpHeader object, which represents HTTP response message.
HttpResponsePacket() - Constructor for class org.glassfish.grizzly.http.HttpResponsePacket
 
HttpResponsePacket.Builder - Class in org.glassfish.grizzly.http
HttpResponsePacket message builder.
HttpServer - Class in org.glassfish.grizzly.http.server
 
HttpServer() - Constructor for class org.glassfish.grizzly.http.server.HttpServer
 
HttpServer - Class in org.glassfish.grizzly.http.server.jmx
JMX management object for HttpServer.
HttpServer(HttpServer) - Constructor for class org.glassfish.grizzly.http.server.jmx.HttpServer
 
HttpServerFilter - Class in org.glassfish.grizzly.http
Server side HttpCodecFilter implementation, which is responsible for decoding HttpRequestPacket and encoding HttpResponsePacket messages.
HttpServerFilter() - Constructor for class org.glassfish.grizzly.http.HttpServerFilter
Deprecated.
Next major release will include builders for filters requiring configuration. Constructors will be hidden.
HttpServerFilter(boolean, int, KeepAlive, DelayedExecutor) - Constructor for class org.glassfish.grizzly.http.HttpServerFilter
Deprecated.
Next major release will include builders for filters requiring configuration. Constructors will be hidden.
HttpServerFilter(boolean, int, String, KeepAlive, DelayedExecutor) - Constructor for class org.glassfish.grizzly.http.HttpServerFilter
Deprecated.
Next major release will include builders for filters requiring configuration. Constructors will be hidden.
HttpServerFilter(boolean, int, String, KeepAlive, DelayedExecutor, int, int) - Constructor for class org.glassfish.grizzly.http.HttpServerFilter
Deprecated.
Next major release will include builders for filters requiring configuration. Constructors will be hidden.
HttpServerFilter - Class in org.glassfish.grizzly.http.server
Filter implementation to provide high-level HTTP request/response processing.
HttpServerFilter(ServerFilterConfiguration, DelayedExecutor) - Constructor for class org.glassfish.grizzly.http.server.HttpServerFilter
 
HttpServerFilter - Class in org.glassfish.grizzly.http.server.jmx
JMX management object for the HttpServerFilter.
HttpServerFilter(HttpServerFilter) - Constructor for class org.glassfish.grizzly.http.server.jmx.HttpServerFilter
 
httpServerFilter - Variable in class org.glassfish.grizzly.http.server.Request
 
HttpServerMonitoringConfig - Class in org.glassfish.grizzly.http.server
Grizzly web server monitoring config.
HttpServerMonitoringConfig() - Constructor for class org.glassfish.grizzly.http.server.HttpServerMonitoringConfig
 
HttpServerProbe - Interface in org.glassfish.grizzly.http.server
Monitoring probe providing callbacks that may be invoked by Grizzly HttpServerFilter.
HttpServerProbe.Adapter - Class in org.glassfish.grizzly.http.server
HttpServerProbe adapter that provides no-op implementations for all interface methods allowing easy extension by the developer.
HttpServletRequestImpl - Class in org.glassfish.grizzly.servlet
Facade class that wraps a Request request object.
HttpServletRequestImpl() - Constructor for class org.glassfish.grizzly.servlet.HttpServletRequestImpl
Construct a wrapper for the specified request.
HttpServletResponseImpl - Class in org.glassfish.grizzly.servlet
Facade class that wraps a Response object.
HttpServletResponseImpl() - Constructor for class org.glassfish.grizzly.servlet.HttpServletResponseImpl
Construct a wrapper for the specified response.
HttpSessionImpl - Class in org.glassfish.grizzly.servlet
Basic HttpSession based on Session support.
HttpSessionImpl(WebappContext) - Constructor for class org.glassfish.grizzly.servlet.HttpSessionImpl
Create an HttpSession.
httpStatus - Variable in class org.glassfish.grizzly.http.HttpResponsePacket
Status code.
HttpStatus - Class in org.glassfish.grizzly.http.util
This enum encapsulates the HTTP response status and reason phrases as defined by RFC 2616.
HttpTrailer - Class in org.glassfish.grizzly.http
HttpContent message, which represents HTTP trailer message.
HttpTrailer(HttpHeader) - Constructor for class org.glassfish.grizzly.http.HttpTrailer
 
HttpTrailer.Builder - Class in org.glassfish.grizzly.http
HttpTrailer message builder.
httpTrailerBuilder() - Method in class org.glassfish.grizzly.http.HttpHeader
Get the HTTP message trailer-chunk builder.
HttpUtils - Class in org.glassfish.grizzly.http.util
Utility class.
HttpUtils() - Constructor for class org.glassfish.grizzly.http.util.HttpUtils
 

I

ib - Variable in class org.glassfish.grizzly.servlet.ServletReaderImpl
 
ICloseType - Interface in org.glassfish.grizzly
Deprecated. 
id - Variable in class org.glassfish.grizzly.samples.simpleauth.ClientAuthFilter.ConnectionAuthInfo
 
IDENTITY - Static variable in class org.glassfish.grizzly.http.util.Constants
 
IDENTITY_FILTER - Static variable in class org.glassfish.grizzly.http.server.Constants
Identity filters (input and output).
identityToString(Object) - Method in class org.glassfish.grizzly.monitoring.jmx.DefaultJmxManager
 
IDLE_ATTRIBUTE_NAME - Static variable in class org.glassfish.grizzly.utils.IdleTimeoutFilter
 
IdleTimeoutFilter - Class in org.glassfish.grizzly.utils
The Filter is responsible for tracking Connection activity and closing Connection ones it becomes idle for certain amount of time.
IdleTimeoutFilter(DelayedExecutor, long, TimeUnit) - Constructor for class org.glassfish.grizzly.utils.IdleTimeoutFilter
 
IdleTimeoutFilter(DelayedExecutor, IdleTimeoutFilter.TimeoutResolver) - Constructor for class org.glassfish.grizzly.utils.IdleTimeoutFilter
 
IdleTimeoutFilter(DelayedExecutor, long, TimeUnit, IdleTimeoutFilter.TimeoutHandler) - Constructor for class org.glassfish.grizzly.utils.IdleTimeoutFilter
 
IdleTimeoutFilter(DelayedExecutor, IdleTimeoutFilter.TimeoutResolver, IdleTimeoutFilter.TimeoutHandler) - Constructor for class org.glassfish.grizzly.utils.IdleTimeoutFilter
 
IdleTimeoutFilter(DelayedExecutor, DelayedExecutor.Worker<Connection>, IdleTimeoutFilter.TimeoutResolver) - Constructor for class org.glassfish.grizzly.utils.IdleTimeoutFilter
 
IdleTimeoutFilter.TimeoutHandler - Interface in org.glassfish.grizzly.utils
 
IdleTimeoutFilter.TimeoutResolver - Interface in org.glassfish.grizzly.utils
 
inc() - Method in class org.glassfish.grizzly.Writer.Reentrant
Increments the reentrants counter by one.
INCLUDE_CONTEXT_PATH_ATTR - Static variable in class org.glassfish.grizzly.http.server.util.Globals
The request attribute under which the context path of the included servlet is stored on an included dispatcher request.
INCLUDE_PATH_INFO_ATTR - Static variable in class org.glassfish.grizzly.http.server.util.Globals
The request attribute under which the path info of the included servlet is stored on an included dispatcher request.
INCLUDE_QUERY_STRING_ATTR - Static variable in class org.glassfish.grizzly.http.server.util.Globals
The request attribute under which the query string of the included servlet is stored on an included dispatcher request.
INCLUDE_REQUEST_URI_ATTR - Static variable in class org.glassfish.grizzly.http.server.util.Globals
The request attribute under which the request URI of the included servlet is stored on an included dispatcher request.
INCLUDE_SERVLET_PATH_ATTR - Static variable in class org.glassfish.grizzly.http.server.util.Globals
The request attribute under which the servlet path of the included servlet is stored on an included dispatcher request.
INCOMPLETE_EVENT - Static variable in interface org.glassfish.grizzly.Reader
 
INCOMPLETED - Static variable in interface org.glassfish.grizzly.Interceptor
 
incrementDispatchDepth() - Method in class org.glassfish.grizzly.http.server.Request
Increment the depth of application dispatch
index() - Method in class org.glassfish.grizzly.attributes.Attribute
Return attribute name, which is used as attribute key on indexed AttributeHolders.
IndexedAttributeAccessor - Interface in org.glassfish.grizzly.attributes
The interface declares, that AttributeHolder supports indexed Attribute access.
indexedAttributeAccessor - Variable in class org.glassfish.grizzly.attributes.IndexedAttributeHolder
 
IndexedAttributeAccessorImpl() - Constructor for class org.glassfish.grizzly.attributes.IndexedAttributeHolder.IndexedAttributeAccessorImpl
 
IndexedAttributeHolder - Class in org.glassfish.grizzly.attributes
AttributeHolder, which supports indexed access to stored Attributes.
IndexedAttributeHolder(AttributeBuilder) - Constructor for class org.glassfish.grizzly.attributes.IndexedAttributeHolder
 
IndexedAttributeHolder.IndexedAttributeAccessorImpl - Class in org.glassfish.grizzly.attributes
IndexedAttributeAccessor implementation.
indexOf(Object) - Method in class org.glassfish.grizzly.ChainProcessorSelector
indexOf(FilterChainContext.Operation, DefaultFilterChain.FILTER_STATE_TYPE) - Method in class org.glassfish.grizzly.filterchain.DefaultFilterChain.FiltersState
 
indexOf(FilterChainContext.Operation, DefaultFilterChain.FILTER_STATE_TYPE, int) - Method in class org.glassfish.grizzly.filterchain.DefaultFilterChain.FiltersState
 
indexOf(Filter) - Method in class org.glassfish.grizzly.filterchain.FilterChainBuilder
 
indexOf(Object) - Method in class org.glassfish.grizzly.filterchain.ListFacadeFilterChain
indexOf(char, int) - Method in class org.glassfish.grizzly.http.util.BufferChunk
 
indexOf(String, int) - Method in class org.glassfish.grizzly.http.util.BufferChunk
 
indexOf(Buffer, int, int, char) - Static method in class org.glassfish.grizzly.http.util.BufferChunk
 
indexOf(Buffer, int, int, CharSequence) - Static method in class org.glassfish.grizzly.http.util.BufferChunk
 
indexOf(String, int) - Method in class org.glassfish.grizzly.http.util.ByteChunk
 
indexOf(String, int, int, int) - Method in class org.glassfish.grizzly.http.util.ByteChunk
 
indexOf(char, int) - Method in class org.glassfish.grizzly.http.util.ByteChunk
Returns true if the message bytes starts with the specified string.
indexOf(byte[], int, int, char) - Static method in class org.glassfish.grizzly.http.util.ByteChunk
 
indexOf(char) - Method in class org.glassfish.grizzly.http.util.CharChunk
 
indexOf(char, int) - Method in class org.glassfish.grizzly.http.util.CharChunk
Returns true if the message bytes starts with the specified string.
indexOf(char[], int, int, char) - Static method in class org.glassfish.grizzly.http.util.CharChunk
 
indexOf(String, int) - Method in class org.glassfish.grizzly.http.util.CharChunk
 
indexOf(String, int, int, int) - Method in class org.glassfish.grizzly.http.util.CharChunk
 
indexOf(char, int) - Method in interface org.glassfish.grizzly.http.util.Chunk
 
indexOf(String, int) - Method in interface org.glassfish.grizzly.http.util.Chunk
 
indexOf(char, int) - Method in class org.glassfish.grizzly.http.util.DataChunk
Returns true if the message bytes starts with the specified string.
indexOf(String, int) - Method in class org.glassfish.grizzly.http.util.DataChunk
Returns true if the message bytes starts with the specified string.
indexOf(Buffer, int, byte, int) - Static method in class org.glassfish.grizzly.http.util.HttpCodecUtils
 
indexOf(char) - Method in class org.glassfish.grizzly.http.util.MessageBytes
 
indexOf(String, int) - Method in class org.glassfish.grizzly.http.util.MessageBytes
 
indexOf(String) - Method in class org.glassfish.grizzly.http.util.MessageBytes
 
indexOf(char, int) - Method in class org.glassfish.grizzly.http.util.MessageBytes
Returns true if the message bytes starts with the specified string.
indexOf(String, int) - Method in class org.glassfish.grizzly.http.util.MimeHeaders
Find the index of a header with the given name.
indexOf(Header, int) - Method in class org.glassfish.grizzly.http.util.MimeHeaders
Find the index of a header with the given name.
indexOf(T[], Object) - Static method in class org.glassfish.grizzly.utils.ArrayUtils
Return the element index in the array.
indexOfIgnoreCase(String, int) - Method in class org.glassfish.grizzly.http.util.MessageBytes
 
indexOfRemainder(DefaultFilterChain.FiltersState, FilterChainContext.Operation, int, int) - Static method in class org.glassfish.grizzly.filterchain.DefaultFilterChain
Locates a message remainder in the FilterChain, associated with the Connection.
indexOfType(Class<? extends Filter>) - Method in class org.glassfish.grizzly.filterchain.AbstractFilterChain
Get the index of Filter in chain, which type is filterType, or -1 if the Filter of required type was not found.
indexOfType(Class<? extends Filter>) - Method in interface org.glassfish.grizzly.filterchain.FilterChain
Get the index of Filter in chain, which type is filterType, or -1 if the Filter of required type was not found.
indexOfType(Class<? extends Filter>) - Method in class org.glassfish.grizzly.filterchain.FilterChainBuilder
 
info - Static variable in class org.glassfish.grizzly.http.server.Response
Descriptive information about this Response implementation.
INFO_GRIZZLY_CONFIGURATION(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
GRIZZLY0002: Grizzly running on {0}-{1} under JDK version: {2}-{3} Thread Pool: {4} Read Selector: {5} auto-configure: {6} Using Leader/follower IOStrategy: {7} Number of SelectorHandler: {8} SelectionKeyHandler: {9} Context Caching: {10} Maximum Accept Retry: {11} Handler Read/Write I/O Concurrently {12} ProtocolChainHandler: {13}
INFO_GRIZZLY_HTTP_PARAMETERS_DECODE_FAIL_INFO(Object, Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
GRIZZLY0156: Character decoding failed.
INFO_GRIZZLY_HTTP_PARAMETERS_INVALID_CHUNK(Object, Object, Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
GRIZZLY0155: Invalid chunk starting at byte [{0}] and ending at byte [{1}] with a value of [{2}] ignored
INFO_GRIZZLY_HTTP_PARAMETERS_MULTIPLE_DECODING_FAIL(Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
GRIZZLY0157: Character decoding failed.
INFO_GRIZZLY_HTTP_PROCESSOR_TASK_NO_BLOCKING_KEEPALIVE_ALGORITHM() - Static method in class org.glassfish.grizzly.localization.LogMessages
GRIZZLY0151: Keep Alive blocking thread algorithm will not be used.
INFO_GRIZZLY_HTTP_PROCESSOR_TASK_NO_KEEPALIVE_ALGORITHM() - Static method in class org.glassfish.grizzly.localization.LogMessages
GRIZZLY0150: No keep alive algorithm will not be used.
INFO_GRIZZLY_HTTP_PROCESSOR_TASK_SOCKET_CHANNEL_REQUEST_HEADERS(Object, Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
GRIZZLY0153: SocketChannel headers {0} are: {1}.
INFO_GRIZZLY_HTTP_PROCESSOR_TASK_SOCKET_CHANNEL_REQUEST_LINE(Object, Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
GRIZZLY0152: SocketChannel request line {0} is: {1}.
INFO_GRIZZLY_HTTP_SELECTOR_THREAD_CONFIG(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
GRIZZLY0154: " Grizzly running on {0} - {1} under JDK version: {2} - {3} port: {4} Thread Pool: {5} Read Selector: {6} ByteBuffer size: {7} maxHttpHeaderSize: {8} sendBufferSize: {9} maxKeepAliveRequests: {10} keepAliveTimeoutInSeconds: {11} Static File Cache enabled: {12} Static resources directory: {13} Adapter : {14} Asynchronous Request Processing enabled: {15}
INFO_GRIZZLY_START(Object, Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
GRIZZLY0001: Starting Grizzly Framework {0} - {1}
inFragmentedType - Variable in class org.glassfish.grizzly.websockets.ProtocolHandler
 
init() - Method in class org.glassfish.grizzly.compression.lzma.impl.CRC
 
init() - Method in class org.glassfish.grizzly.compression.lzma.impl.Decoder.LiteralDecoder.Decoder2
 
init() - Method in class org.glassfish.grizzly.compression.lzma.impl.Decoder.LiteralDecoder
 
init() - Method in class org.glassfish.grizzly.compression.lzma.impl.lz.BinTree
 
init() - Method in class org.glassfish.grizzly.compression.lzma.impl.lz.InWindow
 
init(boolean) - Method in class org.glassfish.grizzly.compression.lzma.impl.lz.OutWindow
 
init() - Method in class org.glassfish.grizzly.compression.lzma.impl.rangecoder.BitTreeDecoder
 
init() - Method in class org.glassfish.grizzly.compression.lzma.impl.rangecoder.BitTreeEncoder
 
init() - Method in class org.glassfish.grizzly.compression.lzma.impl.rangecoder.RangeDecoder
 
init() - Method in class org.glassfish.grizzly.compression.lzma.impl.rangecoder.RangeEncoder
 
init(String) - Method in class org.glassfish.grizzly.http.util.B2CConverter
 
init(Buffer, int, int) - Method in class org.glassfish.grizzly.http.util.RequestURIRef
 
init(byte[], int, int) - Method in class org.glassfish.grizzly.http.util.RequestURIRef
 
init(FilterConfig) - Method in class org.glassfish.grizzly.servlet.extras.MultipartUploadFilter
 
initBitModels(short[]) - Static method in class org.glassfish.grizzly.compression.lzma.impl.rangecoder.RangeDecoder
 
initBitModels(short[]) - Static method in class org.glassfish.grizzly.compression.lzma.impl.rangecoder.RangeEncoder
 
initFromState(LZMADecoder.LZMAInputState) - Method in class org.glassfish.grizzly.compression.lzma.impl.lz.OutWindow
 
initFromState(LZMADecoder.LZMAInputState) - Method in class org.glassfish.grizzly.compression.lzma.impl.rangecoder.RangeDecoder
 
INITIAL_SIZE - Static variable in class org.glassfish.grizzly.http.util.Parameters
 
initialClassLoader - Variable in class org.glassfish.grizzly.threadpool.ThreadPoolConfig
 
initialize(CometHandler) - Method in class org.glassfish.grizzly.comet.CometContext
Initialize the newly added CometHandler.
initialize(Buffer) - Method in class org.glassfish.grizzly.compression.lzma.LZMADecoder.LZMAInputState
 
initialize(HttpCodecFilter, int, int) - Method in class org.glassfish.grizzly.http.HttpCodecFilter.HeaderParsingState
 
initialize(HttpHeader, FilterChainContext) - Method in class org.glassfish.grizzly.http.io.InputBuffer
Per-request initialization required for the InputBuffer to function properly.
initialize(HttpHeader, boolean, FilterChainContext) - Method in class org.glassfish.grizzly.http.io.OutputBuffer
 
initialize(DelayedExecutor) - Method in class org.glassfish.grizzly.http.server.filecache.FileCache
 
initialize(Response, FilterChainContext) - Method in class org.glassfish.grizzly.http.server.io.ServerOutputBuffer
 
initialize(HttpRequestPacket, FilterChainContext, HttpServerFilter) - Method in class org.glassfish.grizzly.http.server.Request
 
initialize(Request, HttpResponsePacket, FilterChainContext, DelayedExecutor.DelayQueue<Response.SuspendTimeout>, HttpServerFilter) - Method in class org.glassfish.grizzly.http.server.Response
 
initialize(Request, HttpServletResponseImpl, WebappContext) - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
 
initialize(Response, HttpServletRequestImpl) - Method in class org.glassfish.grizzly.servlet.HttpServletResponseImpl
 
initialize - Variable in class org.glassfish.grizzly.servlet.ServletHandler
Initialize the ServletContext
initialize() - Method in class org.glassfish.grizzly.servlet.ServletInputStreamImpl
 
initialize() - Method in class org.glassfish.grizzly.servlet.ServletOutputStreamImpl
 
initialized() - Method in class org.glassfish.grizzly.http.Cookies
 
initiate(FilterChainContext) - Method in class org.glassfish.grizzly.websockets.HandShake
 
initiateAsyncronousDataReceiving() - Method in class org.glassfish.grizzly.http.io.InputBuffer
Initiates asynchronous data receiving.
initIndexes(FilterChainContext) - Method in interface org.glassfish.grizzly.filterchain.FilterExecutor
 
initParameters - Variable in class org.glassfish.grizzly.servlet.Registration
 
initParameters - Variable in class org.glassfish.grizzly.servlet.ServletConfigImpl
 
initSession() - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
Initialize the session object if there is a valid session request
inner1State - Variable in class org.glassfish.grizzly.compression.lzma.LZMADecoder.LZMAInputState
 
inner2State - Variable in class org.glassfish.grizzly.compression.lzma.LZMADecoder.LZMAInputState
 
Input() - Constructor for class org.glassfish.grizzly.nio.transport.DefaultStreamReader.Input
 
input - Variable in class org.glassfish.grizzly.streams.AbstractStreamReader
 
Input - Interface in org.glassfish.grizzly.streams
 
InputBuffer - Class in org.glassfish.grizzly.http.io
Abstraction exposing both byte and character methods to read content from the HTTP messaging system in Grizzly.
InputBuffer() - Constructor for class org.glassfish.grizzly.http.io.InputBuffer
 
inputBuffer - Variable in class org.glassfish.grizzly.http.server.Request
The associated input buffer.
InputSource - Interface in org.glassfish.grizzly
This interface defines methods to allow an InputStream or Reader to notify the developer when and how much data is ready to be read without blocking.
instance() - Static method in class org.glassfish.grizzly.jmxbase.GrizzlyJmxManager
Return the GrizzlyJmxManager instance.
INSTANCE - Static variable in class org.glassfish.grizzly.StandaloneProcessor
 
INSTANCE - Static variable in class org.glassfish.grizzly.StandaloneProcessorSelector
 
instanceId() - Method in class org.glassfish.grizzly.http.ajp.AjpHttpRequest
Get the instance id (or JVM route).
intercept(int, Object, R) - Method in interface org.glassfish.grizzly.Interceptor
Callback method is called by Readable, so it is possible to customize reading process.
interceptor - Variable in class org.glassfish.grizzly.asyncqueue.AsyncReadQueueRecord
 
Interceptor<R> - Interface in org.glassfish.grizzly
Handler, which is used to finer control Readable.
interestedIoEventsMask - Variable in class org.glassfish.grizzly.filterchain.AbstractFilterChain
 
INTERNAL_SERVER_ERROR_500 - Static variable in class org.glassfish.grizzly.http.util.HttpStatus
 
interrupt(CometHandler, boolean) - Method in class org.glassfish.grizzly.comet.CometContext
interrupt(CometHandler, boolean) - Method in class org.glassfish.grizzly.comet.CometEngine
Deprecated.
use the CometContext version
interrupt0(CometHandler, boolean) - Method in class org.glassfish.grizzly.comet.CometContext
Interrupt logic in its own method, so it can be executed either async or sync.
cometHandler.onInterrupt is performed async due to its functionality is unknown, hence not safe to run in the performance critical selector thread.
interrupt0(CometHandler, boolean) - Method in class org.glassfish.grizzly.comet.CometEngine
Deprecated.
use the CometContext version
intersection(List<Extension>, List<Extension>) - Method in class org.glassfish.grizzly.websockets.HandShake
 
IntHolder() - Constructor for class org.glassfish.grizzly.utils.Holder.IntHolder
 
intToHexString(Buffer, int) - Static method in class org.glassfish.grizzly.http.util.Ascii
 
intToUnsignedString(Buffer, int, int) - Static method in class org.glassfish.grizzly.http.util.Ascii
Convert the integer to an unsigned number.
INVALID_COMET_HANDLER - Static variable in class org.glassfish.grizzly.comet.CometContext
Generic error message
INVALID_DATA - Static variable in interface org.glassfish.grizzly.websockets.WebSocket
Indicates that an endpoint is terminating the connection because it has received a type of data it cannot accept (e.g.
invalidate() - Method in class org.glassfish.grizzly.servlet.HttpSessionImpl
invokeCometHandler(CometEvent, CometHandler) - Method in class org.glassfish.grizzly.comet.CometContext
Invoke a CometHandler using the CometEvent
INVOKED_ATTR - Static variable in class org.glassfish.grizzly.http.server.util.Globals
The request attribute under which the Invoker servlet will store the invoking servlet path, if it was used to execute a servlet indirectly instead of through a servlet mapping.
invokeFilterChain(ServletRequest, ServletResponse) - Method in interface org.glassfish.grizzly.servlet.FilterChainInvoker
 
InWindow - Class in org.glassfish.grizzly.compression.lzma.impl.lz
InWindow
InWindow() - Constructor for class org.glassfish.grizzly.compression.lzma.impl.lz.InWindow
 
ioEvent - Variable in class org.glassfish.grizzly.Context
Processing IOEvent
IOEvent - Enum in org.glassfish.grizzly
Enumeration represents the I/O events, occurred on a Connection.
ioEvent2SelectionKeyInterest(IOEvent) - Method in class org.glassfish.grizzly.nio.DefaultSelectionKeyHandler
 
ioEvent2SelectionKeyInterest(IOEvent) - Method in interface org.glassfish.grizzly.nio.SelectionKeyHandler
 
IOEventProcessingHandler - Interface in org.glassfish.grizzly
The IOEvent processing handler, which will be notified about changes in IOEvent processing statuses.
IOEventProcessingHandler.Adapter - Class in org.glassfish.grizzly
Empty IOEventProcessingHandler implementation.
IOStrategy - Interface in org.glassfish.grizzly
strategy is responsible for making decision how Runnable task will be run: in current thread, worker thread.
ioStrategy - Variable in class org.glassfish.grizzly.NIOTransportBuilder
 
IS_WORKAROUND_SELECTOR_SPIN - Static variable in class org.glassfish.grizzly.nio.DefaultSelectorHandler
 
isAcknowledgement() - Method in class org.glassfish.grizzly.http.HttpResponsePacket
 
isActive(CometHandler) - Method in class org.glassfish.grizzly.comet.CometContext
Return true if this CometHandler is still active, e.g.
isAllowCustomReasonPhrase() - Method in class org.glassfish.grizzly.http.HttpResponsePacket
Returns true if custom status reason phrases are allowed for this response, or false otherwise.
isAllowCustomStatusMessage() - Method in class org.glassfish.grizzly.http.server.HttpHandler
Returns true if custom status messages (reason phrases) are allowed for this response, or false otherwise.
isAllowDirectWrite() - Method in interface org.glassfish.grizzly.asyncqueue.AsyncQueueWriter
Returns true, if async write queue is allowed to write buffer directly during write(...) method call, w/o adding buffer to the queue, or false otherwise.
isAllowDirectWrite() - Method in class org.glassfish.grizzly.nio.AbstractNIOAsyncQueueWriter
Returns true, if async write queue is allowed to write buffer directly during write(...) method call, w/o adding buffer to the queue, or false otherwise.
isAllowEncodedSlash() - Method in class org.glassfish.grizzly.http.server.HttpHandler
Is HTTP URL request allowed to contains encoded slash.
isAllowEncodedSlash() - Method in class org.glassfish.grizzly.http.util.UDecoder
 
isAlpha(int) - Static method in class org.glassfish.grizzly.http.util.Ascii
Returns true if the specified ASCII character is upper or lower case.
isApplicationRequest(HttpRequestPacket) - Method in class org.glassfish.grizzly.websockets.WebSocketApplication
Deprecated.
URI mapping shouldn't be intrinsic to the application. WebSocketApplications should be registered using WebSocketEngine.register(String, String, WebSocketApplication) using standard Servlet url-pattern rules.
isAsync() - Method in class org.glassfish.grizzly.jaxws.JaxwsHandler
 
isAsyncEnabled() - Method in class org.glassfish.grizzly.http.io.InputBuffer
Deprecated.
will always return true
isAsyncEnabled() - Method in class org.glassfish.grizzly.http.io.OutputBuffer
Deprecated.
will always return true
isAsyncStarted() - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
isAsyncSupported - Variable in class org.glassfish.grizzly.servlet.FilterRegistration
 
isAsyncSupported() - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
isAsyncSupported - Variable in class org.glassfish.grizzly.servlet.ServletRegistration
 
isAuthPassThroughEnabled() - Method in class org.glassfish.grizzly.http.server.NetworkListener
 
isBlocking - Variable in class org.glassfish.grizzly.AbstractTransport
Transport mode
isBlocking() - Method in class org.glassfish.grizzly.AbstractTransport
Returns the Transport mode.
isBlocking() - Method in interface org.glassfish.grizzly.Connection
 
isBlocking() - Method in class org.glassfish.grizzly.filterchain.FilterChainContext.TransportContext
 
isBlocking - Variable in class org.glassfish.grizzly.nio.NIOConnection
 
isBlocking() - Method in class org.glassfish.grizzly.nio.NIOConnection
 
isBlocking() - Method in class org.glassfish.grizzly.nio.transport.TCPNIOServerConnection
 
isBlocking() - Method in interface org.glassfish.grizzly.Transport
Returns the Transport mode.
isBroken(HttpContent) - Static method in class org.glassfish.grizzly.http.HttpContent
Returns true if passed HttpContent is a BrokenHttpContent.
isBuffered() - Method in class org.glassfish.grizzly.streams.BufferedInput
 
isBuffered() - Method in class org.glassfish.grizzly.streams.BufferedOutput
 
isBuffered() - Method in interface org.glassfish.grizzly.streams.Input
 
isBuffered() - Method in interface org.glassfish.grizzly.streams.Output
 
isBuffered() - Method in class org.glassfish.grizzly.streams.StreamInput
 
isBuffered() - Method in class org.glassfish.grizzly.streams.StreamOutput
 
isBusy(Connection) - Method in class org.glassfish.grizzly.connectionpool.MultiEndpointPool
Returns true only if the Connection is registered in the pool and is currently in busy state (used by a user), otherwise returns false.
isBusy(Connection) - Method in class org.glassfish.grizzly.connectionpool.SingleEndpointPool
Returns true only if the Connection is registered in the pool and is currently in busy state (used by a user), otherwise returns false.
isCacheEnabled() - Method in class org.glassfish.grizzly.http.server.Response
Is the file cache enabled?
isCancelled() - Method in class org.glassfish.grizzly.impl.ReadyFutureImpl
isCancelled() - Method in class org.glassfish.grizzly.impl.SafeFutureImpl
isCancelled - Variable in class org.glassfish.grizzly.impl.UnsafeFutureImpl
 
isCancelled() - Method in class org.glassfish.grizzly.impl.UnsafeFutureImpl
isChunked - Variable in class org.glassfish.grizzly.http.HttpHeader
 
isChunked() - Method in class org.glassfish.grizzly.http.HttpHeader
Returns true, if this HttpPacket content will be transferred in chunking mode, or false if case of fixed-length message.
isChunkingAllowed() - Method in class org.glassfish.grizzly.http.HttpHeader
Return true if chunking is allowed for this header.
isChunkingEnabled() - Method in class org.glassfish.grizzly.http.HttpCodecFilter
Return true if chunked transfer-encoding may be used.
isChunkingEnabled() - Method in class org.glassfish.grizzly.http.server.jmx.NetworkListener
 
isChunkingEnabled() - Method in class org.glassfish.grizzly.http.server.NetworkListener
 
isCipherConfigured() - Method in class org.glassfish.grizzly.ssl.SSLEngineConfigurator
 
isClientMode() - Method in class org.glassfish.grizzly.ssl.SSLEngineConfigurator
Will SSLEngine be configured to work in client mode.
isClientSupportCompression(CompressionConfig, HttpRequestPacket, String[]) - Static method in class org.glassfish.grizzly.http.CompressionConfig
Returns true if a client, based on its HttpRequestPacket, could be responded with compressed data, or false otherwise.
isClosed() - Method in class org.glassfish.grizzly.http.io.InputBuffer
 
isClosed() - Method in class org.glassfish.grizzly.http.io.OutputBuffer
 
isClosed - Variable in class org.glassfish.grizzly.streams.AbstractStreamReader
 
isClosed() - Method in class org.glassfish.grizzly.streams.AbstractStreamReader
Returns true, if StreamReader has been closed, or false otherwise.
isClosed() - Method in class org.glassfish.grizzly.streams.AbstractStreamWriter
Returns true, if StreamReader has been closed, or false otherwise.
isClosed - Variable in class org.glassfish.grizzly.streams.BufferedOutput
 
isClosed() - Method in interface org.glassfish.grizzly.streams.StreamReader
Returns true, if StreamReader has been closed, or false otherwise.
isClosed() - Method in interface org.glassfish.grizzly.streams.StreamWriter
Returns true, if StreamReader has been closed, or false otherwise.
isCloseUnrecognizedConnection() - Method in class org.glassfish.grizzly.portunif.PUFilter
Returns true if a Connection whose protocol is not recognized will be automatically closed, or false if normal FilterChain processing will be continued for such Connection, so a Filter next to PUFilter may implement custom logic to process unrecognized connection.
isCometEnabled() - Method in class org.glassfish.grizzly.comet.CometEngine
Return true if comet is enabled.
isCommitted - Variable in class org.glassfish.grizzly.http.HttpHeader
 
isCommitted() - Method in class org.glassfish.grizzly.http.HttpHeader
Is this HttpHeader written? true, if this HttpHeader has been already serialized, and only HttpContent messages might be serialized for this HttpPacket.
isCommitted() - Method in class org.glassfish.grizzly.http.server.Response
Has the output of this response already been committed?
isCommitted() - Method in class org.glassfish.grizzly.servlet.HttpServletResponseImpl
isComplete() - Method in class org.glassfish.grizzly.websockets.ParseResult
Returns true, if parsing was completed, or false if more data is expected.
isCompletionHandlerRegistered - Variable in class org.glassfish.grizzly.streams.BufferedInput
 
isComposite() - Method in interface org.glassfish.grizzly.Buffer
 
isComposite() - Method in class org.glassfish.grizzly.memory.BuffersBuffer
 
isComposite() - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
 
isComposite() - Method in class org.glassfish.grizzly.memory.HeapBuffer
 
isConnected() - Method in class org.glassfish.grizzly.nio.transport.UDPNIOConnection
 
isConnected() - Method in class org.glassfish.grizzly.websockets.SimpleWebSocket
 
isConnected() - Method in interface org.glassfish.grizzly.websockets.WebSocket
Convenience method to determine if this WebSocket is connected.
isContent(HttpPacket) - Static method in class org.glassfish.grizzly.http.HttpContent
Returns true if passed HttpPacket is a HttpContent.
isContentBroken - Variable in class org.glassfish.grizzly.http.HttpHeader
true if HTTP message payload is broken due to inappropriate Transfer-Encoding or Content-Encoding settings.
isContentBroken() - Method in class org.glassfish.grizzly.http.HttpHeader
Returns true, if HTTP packet payload was detected as broken due to unexpected error occurred during Transfer-Encoding or Content-Encoding processing.
isContentEncodingsSelected() - Method in class org.glassfish.grizzly.http.HttpHeader
 
isContentLengthHeader - Variable in class org.glassfish.grizzly.http.HttpCodecFilter.HeaderParsingState
 
isContentTypeSet() - Method in class org.glassfish.grizzly.http.HttpHeader
 
isControlFrame(byte) - Method in class org.glassfish.grizzly.websockets.ProtocolHandler
 
isControlFrame(byte) - Method in class org.glassfish.grizzly.websockets.rfc6455.RFC6455Handler
 
isCustomReasonPhraseSet() - Method in class org.glassfish.grizzly.http.HttpResponsePacket
 
isDaemon - Variable in class org.glassfish.grizzly.threadpool.ThreadPoolConfig
 
isDaemon() - Method in class org.glassfish.grizzly.threadpool.ThreadPoolConfig
 
isDataFrame(Object) - Static method in class org.glassfish.grizzly.websockets.DataFrame
 
isDecoded() - Method in class org.glassfish.grizzly.http.util.RequestURIRef
 
isDefaultContext - Variable in class org.glassfish.grizzly.http.server.util.MappingData
 
isDetectClosedConnections() - Method in class org.glassfish.grizzly.comet.CometContext
Returns true if connection terminate detection is on.
isDigit(int) - Static method in class org.glassfish.grizzly.http.util.Ascii
Returns true if the specified ASCII character is a digit.
isDirect() - Method in interface org.glassfish.grizzly.Buffer
Tells whether or not this buffer is direct.
isDirect() - Method in class org.glassfish.grizzly.memory.BuffersBuffer
 
isDirect - Variable in class org.glassfish.grizzly.memory.ByteBufferManager
Is direct ByteBuffer should be used?
isDirect() - Method in class org.glassfish.grizzly.memory.ByteBufferManager
Returns true, if ByteBufferManager works with direct ByteBuffers, or false otherwise.
isDirect() - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
 
isDirect() - Method in class org.glassfish.grizzly.memory.HeapBuffer
 
isDirect() - Method in class org.glassfish.grizzly.memory.jmx.ByteBufferManager
 
isDisableUploadTimeout() - Method in class org.glassfish.grizzly.http.server.NetworkListener
 
isDone() - Method in class org.glassfish.grizzly.impl.ReadyFutureImpl
isDone() - Method in class org.glassfish.grizzly.impl.SafeFutureImpl
isDone - Variable in class org.glassfish.grizzly.impl.UnsafeFutureImpl
 
isDone() - Method in class org.glassfish.grizzly.impl.UnsafeFutureImpl
isDownstream() - Method in interface org.glassfish.grizzly.filterchain.FilterExecutor
 
isEmpty() - Method in class org.glassfish.grizzly.asyncqueue.TaskQueue
 
isEmpty() - Method in class org.glassfish.grizzly.ChainProcessorSelector
isEmpty() - Method in class org.glassfish.grizzly.filterchain.ListFacadeFilterChain
isEmpty() - Method in class org.glassfish.grizzly.utils.ArraySet
isEmptyRecord() - Method in class org.glassfish.grizzly.asyncqueue.AsyncWriteQueueRecord
 
isEnabled() - Method in class org.glassfish.grizzly.http.server.filecache.FileCache
 
isEncodeable(String) - Method in class org.glassfish.grizzly.http.server.Response
Return true if the specified URL should be encoded with a session identifier.
isError() - Method in class org.glassfish.grizzly.http.ProcessingState
This flag indicates whether error occurred during the HTTP processing.
isError() - Method in class org.glassfish.grizzly.http.server.Response
Error flag accessor.
isError() - Method in class org.glassfish.grizzly.servlet.HttpServletResponseImpl
 
isExecuteInWorkerThread(IOEvent) - Static method in class org.glassfish.grizzly.strategies.AbstractIOStrategy
 
isExit() - Method in class org.glassfish.grizzly.samples.udpmulticast.ChatCommand
 
isExpectContent - Variable in class org.glassfish.grizzly.http.HttpHeader
 
isExpectContent() - Method in class org.glassfish.grizzly.http.HttpHeader
Returns true, if HTTP message, represented by this header still expects additional content basing either on content-length or chunking information.
isExternal() - Method in interface org.glassfish.grizzly.asyncqueue.WritableMessage
Returns true if the message represents an external resource (for example FileTransfer), which is not loaded in memory.
isExternal() - Method in class org.glassfish.grizzly.FileTransfer
Returns true if the message represents an external resource (for example FileTransfer), which is not loaded in memory.
isExternal() - Method in class org.glassfish.grizzly.memory.BuffersBuffer
Returns true if the message represents an external resource (for example FileTransfer), which is not loaded in memory.
isExternal() - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
Returns true if the message represents an external resource (for example FileTransfer), which is not loaded in memory.
isExternal() - Method in class org.glassfish.grizzly.memory.HeapBuffer
Returns true if the message represents an external resource (for example FileTransfer), which is not loaded in memory.
isFileCacheEnabled() - Method in class org.glassfish.grizzly.http.server.filecache.jmx.FileCache
 
isFileCacheEnabled() - Method in class org.glassfish.grizzly.http.server.StaticHttpHandlerBase
Returns true if this StaticHttpHandler has been configured to use file cache to serve static resources, or false otherwise.
isFileSendEnabled() - Method in class org.glassfish.grizzly.http.server.filecache.FileCache
Returns true if File resources may be be sent using FileChannel.transferTo(long, long, java.nio.channels.WritableByteChannel).
isFinished() - Method in class org.glassfish.grizzly.asyncqueue.AsyncReadQueueRecord
 
isFinished() - Method in class org.glassfish.grizzly.asyncqueue.AsyncWriteQueueRecord
 
isFinished() - Method in class org.glassfish.grizzly.http.io.InputBuffer
 
isFinished() - Method in interface org.glassfish.grizzly.InputSource
 
isFinished() - Method in class org.glassfish.grizzly.servlet.ServletInputStreamImpl
isHandshaking(SSLEngine) - Static method in class org.glassfish.grizzly.ssl.SSLUtils
 
isHeader() - Method in class org.glassfish.grizzly.http.HttpContent
Returns true, if this HTTP message represents HTTP message header, or false otherwise.
isHeader() - Method in class org.glassfish.grizzly.http.HttpHeader
Returns true.
isHeader() - Method in class org.glassfish.grizzly.http.HttpPacket
Returns true, if this HTTP message represents HTTP message header, or false otherwise.
isHeaderParsed() - Method in interface org.glassfish.grizzly.http.HttpPacketParsing
 
isHeaderWritten() - Method in class org.glassfish.grizzly.compression.lzma.LZMAEncoder.LZMAOutputState
 
isHeadRequest() - Method in class org.glassfish.grizzly.http.HttpRequestPacket
Returns true if this request is a HEAD request, otherwise returns false.
isHexDigit(byte) - Static method in class org.glassfish.grizzly.http.util.HexUtils
 
isHexDigit(int) - Static method in class org.glassfish.grizzly.http.util.HexUtils
 
isHtmlEncodingCustomReasonPhrase() - Method in class org.glassfish.grizzly.http.HttpResponsePacket
Returns if we need to encode HTML sensitive characters in custom reason phrase.
isHttp(Object) - Static method in class org.glassfish.grizzly.http.HttpPacket
Returns true if passed Object is a HttpPacket.
isHttpOnly - Variable in class org.glassfish.grizzly.http.Cookie
 
isHttpOnly() - Method in class org.glassfish.grizzly.http.Cookie
HttpOnly feature is used in server->client communication only to let client know, that the cookie can not be accessed on the client-side (script etc).
isHttpOnly() - Method in class org.glassfish.grizzly.servlet.SessionCookieConfig
 
isInitialized() - Method in class org.glassfish.grizzly.compression.lzma.LZMADecoder.LZMAInputState
 
isInitialized() - Method in class org.glassfish.grizzly.compression.lzma.LZMAEncoder.LZMAOutputState
 
isInitialized() - Method in class org.glassfish.grizzly.compression.zip.GZipDecoder.GZipInputState
 
isInterested(IOEvent) - Method in class org.glassfish.grizzly.filterchain.AbstractFilterChain
Is this Processor interested in processing the i/o event
isInterested(IOEvent) - Method in interface org.glassfish.grizzly.Processor
Is this Processor interested in processing the i/o event
isInterested(IOEvent) - Method in class org.glassfish.grizzly.StandaloneProcessor
StandaloneProcessor is not interested in any IOEvent.
isJmxEnabled() - Method in class org.glassfish.grizzly.http.server.ServerConfiguration
 
isKeepAlive() - Method in class org.glassfish.grizzly.http.ProcessingState
This flag controls the connection keep-alive feature.
isKeepAlive() - Method in class org.glassfish.grizzly.nio.transport.TCPNIOTransport
 
isKeepAlive() - Method in class org.glassfish.grizzly.nio.transport.TCPNIOTransportBuilder
 
isLast() - Method in class org.glassfish.grizzly.http.HttpBrokenContent
Always true true for the trailer message.
isLast - Variable in class org.glassfish.grizzly.http.HttpContent
 
isLast() - Method in class org.glassfish.grizzly.http.HttpContent
Return true, if the current content chunk is last, or false, if there are content chunks to follow.
isLast() - Method in class org.glassfish.grizzly.http.HttpTrailer
Always true true for the trailer message.
isLast() - Method in class org.glassfish.grizzly.websockets.DataFrame
 
isLastAllocated(E) - Method in interface org.glassfish.grizzly.memory.ThreadLocalPool
 
isLastChunk - Variable in class org.glassfish.grizzly.http.HttpCodecFilter.ContentParsingState
 
isLegalReplacement(byte[]) - Method in class org.glassfish.grizzly.websockets.StrictUtf8.Encoder
 
isLocked() - Method in class org.glassfish.grizzly.http.server.util.ParameterMap
Return the locked state of this parameter map.
isLower(int) - Static method in class org.glassfish.grizzly.http.util.Ascii
Returns true if the specified ASCII character is lower case.
isManualIOEventControl - Variable in class org.glassfish.grizzly.Context
 
isManualIOEventControl() - Method in class org.glassfish.grizzly.Context
 
isMaskData() - Method in class org.glassfish.grizzly.websockets.ProtocolHandler
 
isMaxCapacityReached() - Method in class org.glassfish.grizzly.connectionpool.MultiEndpointPool
Returns true is maximum number of Connections the pool can keep is reached and no new Connection can established, or false otherwise.
isMaxCapacityReached() - Method in class org.glassfish.grizzly.connectionpool.SingleEndpointPool
Returns true is maximum number of Connections the pool can keep is reached and no new Connection can established, or false otherwise.
isMaxDispatchDepthReached() - Method in class org.glassfish.grizzly.http.server.Request
Check if the application dispatching has reached the maximum
isMaxReentrantsReached() - Method in class org.glassfish.grizzly.Writer.Reentrant
Returns true, if max number of write->completion-handler reentrants has been reached for the passed Writer.Reentrant object, and next write will happen in the separate thread.
isMultipart() - Method in class org.glassfish.grizzly.http.multipart.MultipartEntry
Returns true if this is "multipart/*" multipart entry, or false otherwise.
isNeedClientAuth() - Method in class org.glassfish.grizzly.ssl.SSLEngineConfigurator
 
isNew() - Method in class org.glassfish.grizzly.http.util.TimeStamp
 
isNew() - Method in class org.glassfish.grizzly.servlet.HttpSessionImpl
isNotSpaceAndTab(byte) - Static method in class org.glassfish.grizzly.http.util.HttpCodecUtils
 
isNull() - Method in class org.glassfish.grizzly.http.util.BufferChunk
 
isNull() - Method in class org.glassfish.grizzly.http.util.ByteChunk
 
isNull() - Method in class org.glassfish.grizzly.http.util.CharChunk
 
isNull() - Method in class org.glassfish.grizzly.http.util.DataChunk
 
isNull() - Method in class org.glassfish.grizzly.http.util.MessageBytes
 
isOpen() - Method in interface org.glassfish.grizzly.Connection
Is Connection open and ready.
isOpen() - Method in class org.glassfish.grizzly.nio.NIOConnection
 
isOptimizedForMultiplexing() - Method in class org.glassfish.grizzly.nio.NIOTransport
Returns true, if NIOTransport is configured to use AsyncQueueWriter, optimized to be used in connection multiplexing mode, or false otherwise.
isOptimizedForMultiplexing() - Method in class org.glassfish.grizzly.NIOTransportBuilder
 
isOutputBuffered - Variable in class org.glassfish.grizzly.streams.AbstractStreamWriter
 
isPassTraceRequest() - Method in class org.glassfish.grizzly.http.server.ServerFilterConfiguration
 
isPaused() - Method in class org.glassfish.grizzly.AbstractTransport
isPaused() - Method in class org.glassfish.grizzly.http.server.jmx.NetworkListener
 
isPaused() - Method in class org.glassfish.grizzly.http.server.NetworkListener
 
isPaused() - Method in interface org.glassfish.grizzly.Transport
 
isProtocolConfigured() - Method in class org.glassfish.grizzly.ssl.SSLEngineConfigurator
 
isReadOnly() - Method in interface org.glassfish.grizzly.Buffer
Tells whether or not this buffer is read-only.
isReadOnly() - Method in class org.glassfish.grizzly.memory.BuffersBuffer
 
isReadOnly() - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
 
isReadOnly() - Method in class org.glassfish.grizzly.memory.HeapBuffer
 
isReadWrite(IOEvent) - Static method in class org.glassfish.grizzly.strategies.AbstractIOStrategy
 
isReady(Connection) - Method in interface org.glassfish.grizzly.asyncqueue.AsyncQueue
Checks whether there is ready data in AsyncQueue, associated with the Connection.
isReady() - Method in class org.glassfish.grizzly.connectionpool.ConnectionInfo
Returns true if the Connection is in ready state, waiting for a user to pull it out from the pool.
isReady() - Method in interface org.glassfish.grizzly.InputSource
 
isReady(Connection) - Method in class org.glassfish.grizzly.nio.AbstractNIOAsyncQueueReader
Checks whether there is ready data in AsyncQueue, associated with the Connection.
isReady(Connection) - Method in class org.glassfish.grizzly.nio.AbstractNIOAsyncQueueWriter
Checks whether there is ready data in AsyncQueue, associated with the Connection.
isReady() - Method in class org.glassfish.grizzly.servlet.ServletInputStreamImpl
isReady() - Method in class org.glassfish.grizzly.servlet.ServletOutputStreamImpl
isReallocate() - Method in class org.glassfish.grizzly.utils.BufferOutputStream
Returns true if "reallocate" strategy is used or false otherwise.
isRecycled - Variable in class org.glassfish.grizzly.asyncqueue.AsyncQueueRecord
 
isRegistered(Connection) - Method in class org.glassfish.grizzly.connectionpool.MultiEndpointPool
Returns true if the Connection is registered in the pool no matter if it's currently in busy or ready state, or false if the Connection is not registered in the pool.
isRegistered(Connection) - Method in class org.glassfish.grizzly.connectionpool.SingleEndpointPool
Returns true if the Connection is registered in the pool no matter if it's currently in busy or ready state, or false if the Connection is not registered in the pool.
isRequest() - Method in class org.glassfish.grizzly.http.HttpHeader
Returns true, if the current HttpHeader represent HTTP request message, or false otherwise.
isRequest() - Method in class org.glassfish.grizzly.http.HttpRequestPacket
Returns true, if the current HttpHeader represent HTTP request message, or false otherwise.
isRequest() - Method in class org.glassfish.grizzly.http.HttpResponsePacket
Returns true, if the current HttpHeader represent HTTP request message, or false otherwise.
isRequestedSessionIdFromCookie() - Method in class org.glassfish.grizzly.http.server.Request
Return true if the session identifier included in this request came from a cookie.
isRequestedSessionIdFromCookie() - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
isRequestedSessionIdFromURL() - Method in class org.glassfish.grizzly.http.server.Request
Return true if the session identifier included in this request came from the request URI.
isRequestedSessionIdFromURL() - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
isRequestedSessionIdFromUrl() - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
isRequestedSessionIdValid() - Method in class org.glassfish.grizzly.http.server.Request
Return true if the session identifier included in this request identifies a valid session.
isRequestedSessionIdValid() - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
isReuseAddress() - Method in class org.glassfish.grizzly.nio.NIOTransport
 
isReuseAddress - Variable in class org.glassfish.grizzly.nio.transport.TCPNIOConnectorHandler
 
isReuseAddress() - Method in class org.glassfish.grizzly.nio.transport.TCPNIOConnectorHandler
 
isReuseAddress - Variable in class org.glassfish.grizzly.nio.transport.UDPNIOConnectorHandler
 
isReuseAddress() - Method in class org.glassfish.grizzly.nio.transport.UDPNIOConnectorHandler
 
isReuseAddress() - Method in class org.glassfish.grizzly.NIOTransportBuilder
 
isReuseSessionID() - Method in class org.glassfish.grizzly.http.server.ServerFilterConfiguration
Returns the "reuse session IDs when creating sessions"
isSecure() - Method in class org.glassfish.grizzly.http.Cookie
Returns true if the browser is sending cookies only over a secure protocol, or false if the browser can send cookies using any protocol.
isSecure(Connection) - Static method in class org.glassfish.grizzly.http.HttpCodecFilter
flag, which indicates whether this HttpCodecFilter is dealing with the secured HTTP packets.
isSecure() - Method in class org.glassfish.grizzly.http.HttpHeader
 
isSecure() - Method in class org.glassfish.grizzly.http.server.jmx.NetworkListener
 
isSecure() - Method in class org.glassfish.grizzly.http.server.NetworkListener
 
isSecure() - Method in class org.glassfish.grizzly.http.server.Request
Was this request received on a secure connection?
isSecure() - Method in class org.glassfish.grizzly.servlet.CookieWrapper
Returns true if the browser is sending cookies only over a secure protocol, or false if the browser can send cookies using any protocol.
isSecure() - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
isSecure() - Method in class org.glassfish.grizzly.servlet.SessionCookieConfig
 
isSecure() - Method in class org.glassfish.grizzly.websockets.HandShake
 
isSendFileEnabled() - Method in class org.glassfish.grizzly.http.server.NetworkListener
 
isSendFileEnabled() - Method in class org.glassfish.grizzly.http.server.Response
 
isSendFileEnabled() - Method in class org.glassfish.grizzly.http.server.ServerFilterConfiguration
Returns true if File resources may be be sent using FileChannel.transferTo(long, long, java.nio.channels.WritableByteChannel).
isSeparator(int) - Static method in class org.glassfish.grizzly.http.util.CookieUtils
Returns true if the byte is a separator character as defined in RFC2619.
isSeparator(int, boolean) - Static method in class org.glassfish.grizzly.http.util.CookieUtils
 
isSerialized(int) - Method in class org.glassfish.grizzly.http.util.MimeHeaders
Get the header's "serialized" flag.
isServerMode() - Method in class org.glassfish.grizzly.ssl.SSLConnectionContext
 
isService() - Static method in class org.glassfish.grizzly.threadpool.Threads
 
isSet(AttributeHolder) - Method in class org.glassfish.grizzly.attributes.Attribute
Checks if this attribute is set on the AttributeHolder.
isSet(AttributeStorage) - Method in class org.glassfish.grizzly.attributes.Attribute
Checks if this attribute is set on the AttributeStorage.
isShutdown() - Method in class org.glassfish.grizzly.threadpool.AbstractThreadPool
 
isShutdown() - Method in class org.glassfish.grizzly.threadpool.GrizzlyExecutorService
 
isSkipRemainder - Variable in class org.glassfish.grizzly.http.HttpHeader
 
isSkipRemainder() - Method in class org.glassfish.grizzly.http.HttpHeader
Returns true, if either application or HTTP core part is not interested in parsing the rest of this HTTP message content and waits for the next HTTP message to come on this Connection.
isSpaceOrTab(byte) - Static method in class org.glassfish.grizzly.http.util.HttpCodecUtils
 
isSpecial(String) - Method in class org.glassfish.grizzly.servlet.DispatchedHttpServletRequest
Is this attribute name one of the special ones that is added only for included servlets?
isSpecialHeader(String) - Static method in class org.glassfish.grizzly.http.HttpHeader
 
isStandalone - Variable in class org.glassfish.grizzly.AbstractTransport
 
isStandalone() - Method in class org.glassfish.grizzly.AbstractTransport
 
isStandalone() - Method in interface org.glassfish.grizzly.Connection
 
isStandalone - Variable in class org.glassfish.grizzly.nio.NIOConnection
 
isStandalone() - Method in class org.glassfish.grizzly.nio.NIOConnection
 
isStandalone() - Method in class org.glassfish.grizzly.nio.transport.TCPNIOServerConnection
 
isStandalone() - Method in interface org.glassfish.grizzly.Transport
 
isStarted() - Method in class org.glassfish.grizzly.http.server.HttpServer
 
isStarted() - Method in class org.glassfish.grizzly.http.server.jmx.HttpServer
 
isStarted() - Method in class org.glassfish.grizzly.http.server.jmx.NetworkListener
 
isStarted() - Method in class org.glassfish.grizzly.http.server.NetworkListener
 
isStarted() - Method in class org.glassfish.grizzly.threadpool.jmx.ThreadPool
 
isStayAlive() - Method in class org.glassfish.grizzly.http.ProcessingState
Method returns true only if the connection is in keep-alive mode and there was no error occurred during the packet processing.
isSticky() - Method in class org.glassfish.grizzly.portunif.PUContext
 
isStopped() - Method in class org.glassfish.grizzly.AbstractTransport
Returns true, if this Transport is in stopped state, false otherwise.
isStopped() - Method in interface org.glassfish.grizzly.Transport
Returns true, if this Transport is in stopped state, false otherwise.
isSupportBufferWindow() - Method in class org.glassfish.grizzly.streams.AbstractStreamReader
isSupportBufferWindow() - Method in interface org.glassfish.grizzly.streams.StreamReader
 
isSuspended() - Method in class org.glassfish.grizzly.http.server.Response
Return true if that Response.suspend() has been invoked and set to true
isSuspended() - Method in class org.glassfish.grizzly.http.server.Response.SuspendedContextImpl
 
isSuspended() - Method in interface org.glassfish.grizzly.http.server.SuspendContext
Returns true, if the Response is suspended, or false otherwise.
isTcpNoDelay() - Method in class org.glassfish.grizzly.nio.transport.TCPNIOTransport
 
isTcpNoDelay() - Method in class org.glassfish.grizzly.nio.transport.TCPNIOTransportBuilder
 
isTerminated() - Method in class org.glassfish.grizzly.threadpool.AbstractThreadPool
isTerminated() - Method in class org.glassfish.grizzly.threadpool.GrizzlyExecutorService
 
isToken(String) - Static method in class org.glassfish.grizzly.http.util.CookieUtils
 
isToken(String, String) - Static method in class org.glassfish.grizzly.http.util.CookieUtils
 
isToken2(String) - Static method in class org.glassfish.grizzly.http.util.CookieUtils
 
isToken2(String, String) - Static method in class org.glassfish.grizzly.http.util.CookieUtils
 
isTomcatAuthentication() - Method in class org.glassfish.grizzly.http.ajp.AjpAddOn
If set to true, the authentication will be done in Grizzly.
isTomcatAuthentication() - Method in class org.glassfish.grizzly.http.ajp.AjpHandlerFilter
If set to true, the authentication will be done in Grizzly.
isTraceEnabled() - Method in class org.glassfish.grizzly.http.server.NetworkListener
 
isTraceEnabled() - Method in class org.glassfish.grizzly.http.server.ServerFilterConfiguration
 
isTrackingThreadCache() - Static method in class org.glassfish.grizzly.Grizzly
 
isTrailer(HttpContent) - Static method in class org.glassfish.grizzly.http.HttpTrailer
Returns true if passed HttpContent is a HttpTrailder.
isTransferEncodingHeader - Variable in class org.glassfish.grizzly.http.HttpCodecFilter.HeaderParsingState
 
isUnsafeSupported() - Method in class org.glassfish.grizzly.utils.JdkVersion
Returns true if sun.misc.Unsafe is present in the current JDK version, or false otherwise.
isUpgrade() - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
 
isUpgradeHeader - Variable in class org.glassfish.grizzly.http.HttpCodecFilter.HeaderParsingState
 
isUpper(int) - Static method in class org.glassfish.grizzly.http.util.Ascii
Returns true if the specified ASCII character is upper case.
isUpstream() - Method in interface org.glassfish.grizzly.filterchain.FilterExecutor
 
isUserInRole(String) - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
isUserInRole(String) - Method in class org.glassfish.grizzly.websockets.glassfish.GlassfishSupport
 
isValid() - Method in class org.glassfish.grizzly.http.server.Session
Is the current Session valid?
isValid() - Method in class org.glassfish.grizzly.http.util.TimeStamp
 
isValid() - Method in class org.glassfish.grizzly.websockets.glassfish.GlassfishSupport
 
isVersionSet() - Method in class org.glassfish.grizzly.http.Cookie
 
isWantClientAuth() - Method in class org.glassfish.grizzly.ssl.SSLEngineConfigurator
 
isWebSocketInProgress(Connection) - Static method in class org.glassfish.grizzly.websockets.WebSocketHolder
 
isWhite(char) - Method in class org.glassfish.grizzly.http.server.util.StringParser
Is the specified character considered to be whitespace?
isWhite(int) - Static method in class org.glassfish.grizzly.http.util.Ascii
Returns true if the specified ASCII character is white space.
isWhiteSpace(int) - Static method in class org.glassfish.grizzly.http.util.CookieUtils
Returns true if the byte is a whitespace character as defined in RFC2619.
iterator() - Method in class org.glassfish.grizzly.ChainProcessorSelector
iterator() - Method in class org.glassfish.grizzly.filterchain.ListFacadeFilterChain
iterator() - Method in class org.glassfish.grizzly.utils.ArraySet
iterator() - Method in class org.glassfish.grizzly.utils.ServiceFinder
Returns discovered objects incrementally.

J

JaxwsHandler - Class in org.glassfish.grizzly.jaxws
JAX-WS HttpHandler implementation.
JaxwsHandler(Object) - Constructor for class org.glassfish.grizzly.jaxws.JaxwsHandler
Create JaxwsHandler based on WebService implementation class, which will operate in synchronous mode.
JaxwsHandler(Object, boolean) - Constructor for class org.glassfish.grizzly.jaxws.JaxwsHandler
Create JaxwsHandler based on WebService implementation class.
JaxwsHandler(Object, boolean, List<Source>, Map<String, Object>) - Constructor for class org.glassfish.grizzly.jaxws.JaxwsHandler
Create JaxwsHandler based on WebService implementation class.
JaxwsHandler(WSEndpoint) - Constructor for class org.glassfish.grizzly.jaxws.JaxwsHandler
Create JaxwsHandler based on WSEndpoint, which will operate in synchronous mode.
JaxwsHandler(WSEndpoint, boolean) - Constructor for class org.glassfish.grizzly.jaxws.JaxwsHandler
Create JaxwsHandler based on WSEndpoint, which will operate in synchronous mode.
JdkVersion - Class in org.glassfish.grizzly.utils
 
JK_AJP13_CPING_REQUEST - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
Message code for a CPing request
JK_AJP13_CPONG_REPLY - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
Response code to reply to a CPing
JK_AJP13_DATA - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
Message code for a Data chunk (not in standard, just for convenience)
JK_AJP13_END_RESPONSE - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
Response code for EOT
JK_AJP13_FORWARD_REQUEST - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
Message code for initial Request packet
JK_AJP13_GET_BODY_CHUNK - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
Response code to request the next Request body chunk
JK_AJP13_PING_REQUEST - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
Message code for a Ping request (obsolete)
JK_AJP13_SEND_BODY_CHUNK - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
Response code that the package is part of the Response body
JK_AJP13_SEND_HEADERS - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
Response code that the package is the HTTP headers
JK_AJP13_SHUTDOWN - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
Message code for a request to shutdown Tomcat
jmxDisabled() - Method in class org.glassfish.grizzly.http.server.HttpHandlerChain
 
jmxDisabled() - Method in interface org.glassfish.grizzly.http.server.jmxbase.JmxEventListener
Invoked when JMX has been disabled.
jmxEnabled() - Method in class org.glassfish.grizzly.http.server.HttpHandlerChain
 
jmxEnabled() - Method in interface org.glassfish.grizzly.http.server.jmxbase.JmxEventListener
Invoked when JMX has been enabled.
JmxEventListener - Interface in org.glassfish.grizzly.http.server.jmxbase
Notify implementations when JMX is enabled on a HttpServer instance.
jmxManager - Variable in class org.glassfish.grizzly.http.server.HttpServer
 
JmxObject - Class in org.glassfish.grizzly.monitoring.jmx
Class represents any kind of JMX object in Grizzly.
JmxObject() - Constructor for class org.glassfish.grizzly.monitoring.jmx.JmxObject
 
join(InetAddress, NetworkInterface) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOConnection
Joins a multicast group to begin receiving all datagrams sent to the group.
join(InetAddress, NetworkInterface, InetAddress) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOConnection
Joins a multicast group to begin receiving datagrams sent to the group from a given source address.
join(List<String>) - Method in class org.glassfish.grizzly.websockets.HandShake
 
joinExtensions(List<Extension>) - Method in class org.glassfish.grizzly.websockets.HandShake
 
JROUTE_COOKIE - Static variable in class org.glassfish.grizzly.http.server.Constants
 
JSP_FILE_ATTR - Static variable in class org.glassfish.grizzly.http.server.util.Globals
The request attribute under which we expose the value of the <jsp-file> value associated with this servlet, if any.
jspWildCard - Variable in class org.glassfish.grizzly.http.server.util.Mapper.Wrapper
 
jspWildCard - Variable in class org.glassfish.grizzly.http.server.util.MappingData
 

K

kAlignMask - Static variable in class org.glassfish.grizzly.compression.lzma.impl.Base
 
kAlignTableSize - Static variable in class org.glassfish.grizzly.compression.lzma.impl.Base
 
kDicLogSizeMin - Static variable in class org.glassfish.grizzly.compression.lzma.impl.Base
 
KEEP_ALIVE_TIMEOUT_IN_SECONDS - Static variable in class org.glassfish.grizzly.http.util.Constants
 
KeepAlive - Class in org.glassfish.grizzly.http.jmx
JMX management object for KeepAlive.
KeepAlive(KeepAlive) - Constructor for class org.glassfish.grizzly.http.jmx.KeepAlive
Constructs a new JMX managed KeepAlive for the specified KeepAlive instance.
KeepAlive - Class in org.glassfish.grizzly.http
Web container configuration for keep-alive HTTP connections.
KeepAlive() - Constructor for class org.glassfish.grizzly.http.KeepAlive
 
KEEPALIVE - Static variable in class org.glassfish.grizzly.http.server.Constants
 
keepAlive - Variable in class org.glassfish.grizzly.nio.transport.TCPNIOTransportBuilder
 
KEEPALIVE_BYTES - Static variable in class org.glassfish.grizzly.http.server.Constants
 
keepAliveCheckInterval(long, TimeUnit) - Method in class org.glassfish.grizzly.connectionpool.MultiEndpointPool.Builder
Sets the interval, which specifies how often the pool will perform idle Connections check.
keepAliveCheckInterval(long, TimeUnit) - Method in class org.glassfish.grizzly.connectionpool.SingleEndpointPool.Builder
Sets the interval, which specifies how often the pool will perform idle Connections check.
KeepAliveCleaner() - Constructor for class org.glassfish.grizzly.connectionpool.SingleEndpointPool.KeepAliveCleaner
 
KeepAliveCleanerTask(SingleEndpointPool<E>) - Constructor for class org.glassfish.grizzly.connectionpool.SingleEndpointPool.KeepAliveCleanerTask
 
KeepAliveCleanerTaskResolver() - Constructor for class org.glassfish.grizzly.connectionpool.SingleEndpointPool.KeepAliveCleanerTaskResolver
 
KeepAliveProbe - Interface in org.glassfish.grizzly.http
Monitoring probe providing callbacks that may be invoked by Grizzly KeepAlive.
KeepAliveProbe.Adapter - Class in org.glassfish.grizzly.http
KeepAliveProbe adapter that provides no-op implementations for all interface methods allowing easy extension by the developer.
keepAliveTimeMillis - Variable in class org.glassfish.grizzly.threadpool.ThreadPoolConfig
 
keepAliveTimeout(long, TimeUnit) - Method in class org.glassfish.grizzly.connectionpool.MultiEndpointPool.Builder
Sets the maximum number of milliseconds an idle Connection will be kept in the pool.
keepAliveTimeout(long, TimeUnit) - Method in class org.glassfish.grizzly.connectionpool.SingleEndpointPool.Builder
Sets the maximum number of milliseconds an idle Connection will be kept in the pool.
kEndPosModelIndex - Static variable in class org.glassfish.grizzly.compression.lzma.impl.Base
 
kernelConfig - Variable in class org.glassfish.grizzly.NIOTransportBuilder
 
kernelPool - Variable in class org.glassfish.grizzly.AbstractTransport
Kernel thread pool.
kernelPoolConfig - Variable in class org.glassfish.grizzly.AbstractTransport
 
key - Variable in class org.glassfish.grizzly.http.server.filecache.FileCacheEntry
 
KEY_FACTORY_MANAGER_ALGORITHM - Static variable in class org.glassfish.grizzly.ssl.SSLContextConfigurator
 
KEY_SIZE - Static variable in class org.glassfish.grizzly.websockets.SecKey
 
KEY_SIZE_ATTR - Static variable in class org.glassfish.grizzly.http.server.util.Globals
The request attribute under which we store the key size being used for this SSL connection (as an object of type java.lang.Integer).
KEY_SIZE_KEY - Static variable in interface org.glassfish.grizzly.ssl.SSLSupport
The Request attribute key for the key size.
KEY_SIZE_KEY - Static variable in class org.glassfish.grizzly.ssl.SSLSupportImpl
 
KEY_STORE_FILE - Static variable in class org.glassfish.grizzly.ssl.SSLContextConfigurator
 
KEY_STORE_PASSWORD - Static variable in class org.glassfish.grizzly.ssl.SSLContextConfigurator
 
KEY_STORE_PROVIDER - Static variable in class org.glassfish.grizzly.ssl.SSLContextConfigurator
 
KEY_STORE_TYPE - Static variable in class org.glassfish.grizzly.ssl.SSLContextConfigurator
 
keySize - Variable in class org.glassfish.grizzly.ssl.SSLSupport.CipherData
 
kMatchMaxLen - Static variable in class org.glassfish.grizzly.compression.lzma.impl.Base
 
kMatchMinLen - Static variable in class org.glassfish.grizzly.compression.lzma.impl.Base
 
kNumAlignBits - Static variable in class org.glassfish.grizzly.compression.lzma.impl.Base
 
kNumBitPriceShiftBits - Static variable in class org.glassfish.grizzly.compression.lzma.impl.rangecoder.RangeEncoder
 
kNumFullDistances - Static variable in class org.glassfish.grizzly.compression.lzma.impl.Base
 
kNumHighLenBits - Static variable in class org.glassfish.grizzly.compression.lzma.impl.Base
 
kNumLenSpecSymbols - Static variable in class org.glassfish.grizzly.compression.lzma.impl.Encoder
 
kNumLenSymbols - Static variable in class org.glassfish.grizzly.compression.lzma.impl.Base
 
kNumLenToPosStates - Static variable in class org.glassfish.grizzly.compression.lzma.impl.Base
 
kNumLenToPosStatesBits - Static variable in class org.glassfish.grizzly.compression.lzma.impl.Base
 
kNumLitContextBitsMax - Static variable in class org.glassfish.grizzly.compression.lzma.impl.Base
 
kNumLitPosStatesBitsEncodingMax - Static variable in class org.glassfish.grizzly.compression.lzma.impl.Base
 
kNumLowLenBits - Static variable in class org.glassfish.grizzly.compression.lzma.impl.Base
 
kNumLowLenSymbols - Static variable in class org.glassfish.grizzly.compression.lzma.impl.Base
 
kNumMidLenBits - Static variable in class org.glassfish.grizzly.compression.lzma.impl.Base
 
kNumMidLenSymbols - Static variable in class org.glassfish.grizzly.compression.lzma.impl.Base
 
kNumPosModels - Static variable in class org.glassfish.grizzly.compression.lzma.impl.Base
 
kNumPosSlotBits - Static variable in class org.glassfish.grizzly.compression.lzma.impl.Base
 
kNumPosStatesBitsEncodingMax - Static variable in class org.glassfish.grizzly.compression.lzma.impl.Base
 
kNumPosStatesBitsMax - Static variable in class org.glassfish.grizzly.compression.lzma.impl.Base
 
kNumPosStatesEncodingMax - Static variable in class org.glassfish.grizzly.compression.lzma.impl.Base
 
kNumPosStatesMax - Static variable in class org.glassfish.grizzly.compression.lzma.impl.Base
 
kNumRepDistances - Static variable in class org.glassfish.grizzly.compression.lzma.impl.Base
 
kNumStates - Static variable in class org.glassfish.grizzly.compression.lzma.impl.Base
 
kStartPosModelIndex - Static variable in class org.glassfish.grizzly.compression.lzma.impl.Base
 

L

last - Variable in class org.glassfish.grizzly.http.HttpContent.Builder
 
last(boolean) - Method in class org.glassfish.grizzly.http.HttpContent.Builder
Set whether this HttpContent chunk is the last.
lastIndexOf(Object) - Method in class org.glassfish.grizzly.ChainProcessorSelector
lastIndexOf(IOEvent, DefaultFilterChain.FILTER_STATE_TYPE, int) - Method in class org.glassfish.grizzly.filterchain.DefaultFilterChain.FiltersState
 
lastIndexOf(IOEvent, DefaultFilterChain.FILTER_STATE_TYPE) - Method in class org.glassfish.grizzly.filterchain.DefaultFilterChain.FiltersState
 
lastIndexOf(Object) - Method in class org.glassfish.grizzly.filterchain.ListFacadeFilterChain
lastMethodResult - Variable in class org.glassfish.grizzly.compression.lzma.LZMADecoder.LZMAInputState
 
lastModified - Variable in class org.glassfish.grizzly.http.server.filecache.FileCacheEntry
 
lastModifiedHeader - Variable in class org.glassfish.grizzly.http.server.filecache.FileCacheEntry
 
lastResult - Variable in class org.glassfish.grizzly.AbstractTransformer.LastResultAwareState
 
LastResultAwareState() - Constructor for class org.glassfish.grizzly.AbstractTransformer.LastResultAwareState
 
lazyCookieState - Variable in class org.glassfish.grizzly.http.Cookie
 
LazyCookieState - Class in org.glassfish.grizzly.http
Lazy cookie implementation, which is based on preparsed Grizzly Buffers.
LazyCookieState() - Constructor for class org.glassfish.grizzly.http.LazyCookieState
 
LazyFileCacheKey - Class in org.glassfish.grizzly.http.server.filecache
Lazy FileCacheKey object.
lazyHolder(NullaryFunction<T>) - Static method in class org.glassfish.grizzly.utils.Holder
 
LazyHolder() - Constructor for class org.glassfish.grizzly.utils.Holder.LazyHolder
 
lazyIntHolder(NullaryFunction<Integer>) - Static method in class org.glassfish.grizzly.utils.Holder
 
LazyIntHolder() - Constructor for class org.glassfish.grizzly.utils.Holder.LazyIntHolder
 
lazyNameEquals(String) - Method in class org.glassfish.grizzly.http.Cookie
 
LC_OFFSET - Static variable in class org.glassfish.grizzly.http.server.Constants
Lower case offset.
LC_OFFSET - Static variable in class org.glassfish.grizzly.http.util.Constants
Lower case offset.
LeaderFollowerNIOStrategy - Class in org.glassfish.grizzly.strategies
IOStrategy, which executes Processors in a current threads, and resumes selector thread logic in separate thread.
LENGTH_REQUIRED_411 - Static variable in class org.glassfish.grizzly.http.util.HttpStatus
 
lengthAttribute - Variable in class org.glassfish.grizzly.utils.StringDecoder
 
LF - Static variable in class org.glassfish.grizzly.http.server.Constants
LF.
LF - Static variable in class org.glassfish.grizzly.http.util.Constants
LF.
LifeCycleExample - Class in org.glassfish.grizzly.samples.lifecycle
An example, how connections lifecycle could be controlled using Grizzly 2.0
LifeCycleExample() - Constructor for class org.glassfish.grizzly.samples.lifecycle.LifeCycleExample
 
LifeCycleFilter - Class in org.glassfish.grizzly.samples.lifecycle
Sample Filter, which tracks the connections lifecycle.
LifeCycleFilter() - Constructor for class org.glassfish.grizzly.samples.lifecycle.LifeCycleFilter
 
lim - Variable in class org.glassfish.grizzly.memory.HeapBuffer
 
limit() - Method in interface org.glassfish.grizzly.Buffer
Returns this buffer's limit.
limit(int) - Method in interface org.glassfish.grizzly.Buffer
Sets this buffer's limit.
limit() - Method in class org.glassfish.grizzly.memory.BuffersBuffer
 
limit(int) - Method in class org.glassfish.grizzly.memory.BuffersBuffer
 
limit() - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
 
limit(int) - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
 
limit() - Method in class org.glassfish.grizzly.memory.HeapBuffer
 
limit(int) - Method in class org.glassfish.grizzly.memory.HeapBuffer
 
lineBuffer - Variable in class org.glassfish.grizzly.servlet.ServletReaderImpl
 
linger - Variable in class org.glassfish.grizzly.nio.transport.TCPNIOTransportBuilder
 
listen() - Method in class org.glassfish.grizzly.nio.NIOTransport
 
listen() - Method in class org.glassfish.grizzly.nio.transport.TCPNIOServerConnection
 
listen() - Method in class org.glassfish.grizzly.nio.transport.TCPNIOTransport
 
listen() - Method in class org.glassfish.grizzly.nio.transport.UDPNIOTransport
 
listeners - Variable in class org.glassfish.grizzly.websockets.SimpleWebSocket
 
ListFacadeFilterChain - Class in org.glassfish.grizzly.filterchain
FilterChain facade, which implements all the List related methods.
ListFacadeFilterChain(List<Filter>) - Constructor for class org.glassfish.grizzly.filterchain.ListFacadeFilterChain
 
listIterator() - Method in class org.glassfish.grizzly.ChainProcessorSelector
listIterator(int) - Method in class org.glassfish.grizzly.ChainProcessorSelector
listIterator() - Method in class org.glassfish.grizzly.filterchain.ListFacadeFilterChain
listIterator(int) - Method in class org.glassfish.grizzly.filterchain.ListFacadeFilterChain
LiteralDecoder() - Constructor for class org.glassfish.grizzly.compression.lzma.impl.Decoder.LiteralDecoder
 
load(String) - Static method in class org.glassfish.grizzly.http.server.util.ClassLoaderUtil
Load a class using the current {link Thread#getContextClassLoader}
load(String, ClassLoader) - Static method in class org.glassfish.grizzly.http.server.util.ClassLoaderUtil
Load a class using the provided ClassLoader
loadHandler(MimeHeaders) - Static method in class org.glassfish.grizzly.websockets.WebSocketEngine
 
loadJmxObject(String, Object) - Static method in class org.glassfish.grizzly.monitoring.MonitoringUtils
Load JMX object class and create an instance using constructor with constructorParam.getClass() parameter.
loadJmxObject(String, Object, Class) - Static method in class org.glassfish.grizzly.monitoring.MonitoringUtils
Load JMX object class and create an instance using constructor with contructorParamType parameter.
loadOnStartup - Variable in class org.glassfish.grizzly.servlet.ServletRegistration
 
loadProperties(LZMAEncoder.LZMAProperties) - Static method in class org.glassfish.grizzly.compression.lzma.LZMAEncoder.LZMAProperties
 
loadServlet() - Method in class org.glassfish.grizzly.servlet.ServletHandler
Load a Servlet instance.
localAddr() - Method in class org.glassfish.grizzly.http.ajp.AjpHttpRequest
localAddr() - Method in class org.glassfish.grizzly.http.HttpRequestPacket
 
localAddressC - Variable in class org.glassfish.grizzly.http.HttpRequestPacket
 
localEndpointAddress(E) - Method in class org.glassfish.grizzly.connectionpool.SingleEndpointPool.Builder
Sets the local endpoint address.
locales - Variable in class org.glassfish.grizzly.http.server.Request
The preferred Locales associated with this Request.
localesParsed - Variable in class org.glassfish.grizzly.http.server.Request
Parse locales.
Localizable - Interface in org.glassfish.grizzly.localization
Localizable message.
localizableFINE_GRIZZLY_ASYNCQUEUE_ERROR_NOCALLBACK_ERROR(Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
 
localizableFINE_GRIZZLY_HTTP_PARAMETERS_DECODE_FAIL_DEBUG(Object, Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
 
localizableFINE_GRIZZLY_HTTP_PARAMETERS_NOEQUAL(Object, Object, Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
 
localizableINFO_GRIZZLY_CONFIGURATION(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
 
localizableINFO_GRIZZLY_HTTP_PARAMETERS_DECODE_FAIL_INFO(Object, Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
 
localizableINFO_GRIZZLY_HTTP_PARAMETERS_INVALID_CHUNK(Object, Object, Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
 
localizableINFO_GRIZZLY_HTTP_PARAMETERS_MULTIPLE_DECODING_FAIL(Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
 
localizableINFO_GRIZZLY_HTTP_PROCESSOR_TASK_NO_BLOCKING_KEEPALIVE_ALGORITHM() - Static method in class org.glassfish.grizzly.localization.LogMessages
 
localizableINFO_GRIZZLY_HTTP_PROCESSOR_TASK_NO_KEEPALIVE_ALGORITHM() - Static method in class org.glassfish.grizzly.localization.LogMessages
 
localizableINFO_GRIZZLY_HTTP_PROCESSOR_TASK_SOCKET_CHANNEL_REQUEST_HEADERS(Object, Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
 
localizableINFO_GRIZZLY_HTTP_PROCESSOR_TASK_SOCKET_CHANNEL_REQUEST_LINE(Object, Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
 
localizableINFO_GRIZZLY_HTTP_SELECTOR_THREAD_CONFIG(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
 
localizableINFO_GRIZZLY_START(Object, Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
 
LocalizableMessage - Class in org.glassfish.grizzly.localization
 
LocalizableMessage(String, String, Object...) - Constructor for class org.glassfish.grizzly.localization.LocalizableMessage
 
LocalizableMessageFactory - Class in org.glassfish.grizzly.localization
 
LocalizableMessageFactory(String) - Constructor for class org.glassfish.grizzly.localization.LocalizableMessageFactory
 
localizableSEVERE_GRIZZLY_COMET_ENGINE_FLUSH_ERROR() - Static method in class org.glassfish.grizzly.localization.LogMessages
 
localizableSEVERE_GRIZZLY_COMET_ENGINE_INVALID_NOTIFICATION_HANDLER_ERROR(Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
 
localizableSEVERE_GRIZZLY_COMET_IO_ERROR(Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
 
localizableSEVERE_GRIZZLY_COMETD_ONEVENT_ERROR() - Static method in class org.glassfish.grizzly.localization.LogMessages
 
localizableSEVERE_GRIZZLY_CONFIG_SSL_CLASS_LOAD_FAILED_ERROR(Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
 
localizableSEVERE_GRIZZLY_CONFIG_SSL_ERROR() - Static method in class org.glassfish.grizzly.localization.LogMessages
 
localizableSEVERE_GRIZZLY_HTTP_DPF_PROCESSOR_TASK_ERROR() - Static method in class org.glassfish.grizzly.localization.LogMessages
 
localizableSEVERE_GRIZZLY_HTTP_GWS_IO_ERROR() - Static method in class org.glassfish.grizzly.localization.LogMessages
 
localizableSEVERE_GRIZZLY_HTTP_PROCESSOR_TASK_CREATE_REQUEST_ERROR() - Static method in class org.glassfish.grizzly.localization.LogMessages
 
localizableSEVERE_GRIZZLY_HTTP_PROCESSOR_TASK_FILTER_INIT_ERROR(Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
 
localizableSEVERE_GRIZZLY_HTTP_PROCESSOR_TASK_NON_BLOCKING_ERROR() - Static method in class org.glassfish.grizzly.localization.LogMessages
 
localizableSEVERE_GRIZZLY_HTTP_PROCESSOR_TASK_REQUEST_FINISH_ERROR() - Static method in class org.glassfish.grizzly.localization.LogMessages
 
localizableSEVERE_GRIZZLY_HTTP_PROCESSOR_TASK_REQUEST_HEADER_TOO_LARGE_ERROR() - Static method in class org.glassfish.grizzly.localization.LogMessages
 
localizableSEVERE_GRIZZLY_HTTP_PROCESSOR_TASK_REQUEST_URI_TOO_LARGE_ERROR() - Static method in class org.glassfish.grizzly.localization.LogMessages
 
localizableSEVERE_GRIZZLY_HTTP_PROCESSOR_TASK_RESPONSE_FINISH_ERROR() - Static method in class org.glassfish.grizzly.localization.LogMessages
 
localizableSEVERE_GRIZZLY_HTTP_PROCESSOR_TASK_SERVICE_ERROR() - Static method in class org.glassfish.grizzly.localization.LogMessages
 
localizableSEVERE_GRIZZLY_HTTP_PROCESSOR_TASK_UNKNOWN_FILTER(Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
 
localizableSEVERE_GRIZZLY_HTTP_SELECTOR_THREAD_CONTROLER_PROCESS_ERROR() - Static method in class org.glassfish.grizzly.localization.LogMessages
 
localizableSEVERE_GRIZZLY_HTTP_SELECTOR_THREAD_CONTROLLER_START_ERROR() - Static method in class org.glassfish.grizzly.localization.LogMessages
 
localizableSEVERE_GRIZZLY_HTTP_SELECTOR_THREAD_HTTP_PROCESSING_ERROR() - Static method in class org.glassfish.grizzly.localization.LogMessages
 
localizableSEVERE_GRIZZLY_HTTP_SELECTOR_THREAD_INVALID_THREAD_FACTORY_ERROR(Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
 
localizableSEVERE_GRIZZLY_HTTP_SELECTOR_THREAD_START() - Static method in class org.glassfish.grizzly.localization.LogMessages
 
localizableSEVERE_GRIZZLY_UTILS_LOAD_CLASS_ERROR(Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
 
localizableSEVERE_GRIZZLY_UTILS_MAPPER_NO_CONTEXT_FOUND(Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
 
localizableSEVERE_GRIZZLY_UTILS_SSL_CERT_TRANSLATION_FAILED(Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
 
localizableSEVERE_GRIZZLY_UTILS_SSL_JSSE_ALIAS_NO_KEY_ENTRY(Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
 
localizableSEVERE_GRIZZLY_UTILS_SSL_JSSE_INVALID_SSL_CONF(Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
 
localizableSEVERE_GRIZZLY_UTILS_SSL_JSSE_KEYSTORE_LOAD_FAILED(Object, Object, Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
 
localizableSEVERE_GRIZZLY_UTILS_URI_INVALID_ENCODING(Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
 
localizableSEVERE_GRIZZLY_WS_NOT_ENABLED() - Static method in class org.glassfish.grizzly.localization.LogMessages
 
localizableWARNING_GRIZZLY_BUFFERS_OVERFLOW_EXCEPTION(Object, Object, Object, Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
 
localizableWARNING_GRIZZLY_COMET_ENGINE_FLUSH_INVALID_STAGE_ERROR() - Static method in class org.glassfish.grizzly.localization.LogMessages
 
localizableWARNING_GRIZZLY_COMET_SELECTOR_CACHE_RESIZE_ERROR() - Static method in class org.glassfish.grizzly.localization.LogMessages
 
localizableWARNING_GRIZZLY_CONFIG_SSL_GENERAL_CONFIG_ERROR() - Static method in class org.glassfish.grizzly.localization.LogMessages
 
localizableWARNING_GRIZZLY_CONFIG_SSL_SECURE_PASSWORD_INITIALIZATION_ERROR(Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
 
localizableWARNING_GRIZZLY_CONFIG_SSL_SSL_IMPLEMENTATION_LOAD_ERROR(Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
 
localizableWARNING_GRIZZLY_CONFIG_SSL_UNKNOWN_CIPHER_ERROR(Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
 
localizableWARNING_GRIZZLY_CONNECTION_GET_READBUFFER_SIZE_EXCEPTION() - Static method in class org.glassfish.grizzly.localization.LogMessages
 
localizableWARNING_GRIZZLY_CONNECTION_GET_WRITEBUFFER_SIZE_EXCEPTION() - Static method in class org.glassfish.grizzly.localization.LogMessages
 
localizableWARNING_GRIZZLY_CONNECTION_SET_READBUFFER_SIZE_EXCEPTION() - Static method in class org.glassfish.grizzly.localization.LogMessages
 
localizableWARNING_GRIZZLY_CONNECTION_SET_WRITEBUFFER_SIZE_EXCEPTION() - Static method in class org.glassfish.grizzly.localization.LogMessages
 
localizableWARNING_GRIZZLY_FILTERCHAIN_EXCEPTION() - Static method in class org.glassfish.grizzly.localization.LogMessages
 
localizableWARNING_GRIZZLY_HTTP_DPF_STREAM_ALGORITHM_INIT_ERROR(Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
 
localizableWARNING_GRIZZLY_HTTP_IDLE_THREAD_INTERRUPT(Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
 
localizableWARNING_GRIZZLY_HTTP_PROCESSOR_TASK_REQUEST_DE_REGISTRATION_ERROR() - Static method in class org.glassfish.grizzly.localization.LogMessages
 
localizableWARNING_GRIZZLY_HTTP_PROCESSOR_TASK_REQUEST_REGISTRATION_ERROR() - Static method in class org.glassfish.grizzly.localization.LogMessages
 
localizableWARNING_GRIZZLY_HTTP_PROCESSOR_TASK_SSL_CERT_ERROR() - Static method in class org.glassfish.grizzly.localization.LogMessages
 
localizableWARNING_GRIZZLY_HTTP_PROCESSOR_TASK_SSL_ERROR() - Static method in class org.glassfish.grizzly.localization.LogMessages
 
localizableWARNING_GRIZZLY_HTTP_PROCESSOR_TASK_TERMINATE_PROCESSES_INTERRUPT() - Static method in class org.glassfish.grizzly.localization.LogMessages
 
localizableWARNING_GRIZZLY_HTTP_SCOB_FLUSH_CHANNEL_ERROR() - Static method in class org.glassfish.grizzly.localization.LogMessages
 
localizableWARNING_GRIZZLY_HTTP_SCOB_FLUSH_UPSTREAM_ERROR() - Static method in class org.glassfish.grizzly.localization.LogMessages
 
localizableWARNING_GRIZZLY_HTTP_SELECTOR_THREAD_MBEAN_DEREGISTRATION_ERROR(Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
 
localizableWARNING_GRIZZLY_HTTP_SELECTOR_THREAD_MBEAN_REGISTRATION_ERROR(Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
 
localizableWARNING_GRIZZLY_HTTP_SELECTOR_THREAD_SOCKET_OPTION_ERROR(Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
 
localizableWARNING_GRIZZLY_HTTP_SELECTOR_THREAD_STATISTICS() - Static method in class org.glassfish.grizzly.localization.LogMessages
 
localizableWARNING_GRIZZLY_HTTP_SELECTOR_THREAD_STOP() - Static method in class org.glassfish.grizzly.localization.LogMessages
 
localizableWARNING_GRIZZLY_HTTP_SELECTOR_THREAD_UNKNOWN_THREAD_FACTORY_ERROR(Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
 
localizableWARNING_GRIZZLY_HTTP_SERVLET_ATTRIBUTE_LISTENER_ADD_ERROR(Object, Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
 
localizableWARNING_GRIZZLY_HTTP_SERVLET_ATTRIBUTE_LISTENER_REMOVE_ERROR(Object, Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
 
localizableWARNING_GRIZZLY_HTTP_SERVLET_CONTAINER_OBJECT_DESTROYED_ERROR(Object, Object, Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
 
localizableWARNING_GRIZZLY_HTTP_SERVLET_CONTAINER_OBJECT_INITIALIZED_ERROR(Object, Object, Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
 
localizableWARNING_GRIZZLY_HTTP_SERVLET_CONTEXT_LISTENER_LOAD_ERROR(Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
 
localizableWARNING_GRIZZLY_HTTP_SERVLET_INPUTSTREAM_ISREADY_ERROR() - Static method in class org.glassfish.grizzly.localization.LogMessages
 
localizableWARNING_GRIZZLY_HTTP_SERVLET_INPUTSTREAM_SETREADLISTENER_ERROR() - Static method in class org.glassfish.grizzly.localization.LogMessages
 
localizableWARNING_GRIZZLY_HTTP_SERVLET_NON_BLOCKING_ERROR() - Static method in class org.glassfish.grizzly.localization.LogMessages
 
localizableWARNING_GRIZZLY_HTTP_SERVLET_OUTPUTSTREAM_ISREADY_ERROR() - Static method in class org.glassfish.grizzly.localization.LogMessages
 
localizableWARNING_GRIZZLY_HTTP_SERVLET_OUTPUTSTREAM_SETWRITELISTENER_ERROR() - Static method in class org.glassfish.grizzly.localization.LogMessages
 
localizableWARNING_GRIZZLY_HTTP_SERVLET_SESSION_LISTENER_BOUND_ERROR(Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
 
localizableWARNING_GRIZZLY_HTTP_SERVLET_SESSION_LISTENER_UNBOUND_ERROR(Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
 
localizableWARNING_GRIZZLY_HTTP_SEVERE_GRIZZLY_HTTP_PARAMETERS_MAX_COUNT_FAIL(Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
 
localizableWARNING_GRIZZLY_IOSTRATEGY_UNCAUGHT_EXCEPTION() - Static method in class org.glassfish.grizzly.localization.LogMessages
 
localizableWARNING_GRIZZLY_PU_GENERAL_EXCEPTION() - Static method in class org.glassfish.grizzly.localization.LogMessages
 
localizableWARNING_GRIZZLY_PU_TLS_PROCESSOR_SKIPPED() - Static method in class org.glassfish.grizzly.localization.LogMessages
 
localizableWARNING_GRIZZLY_SELECTOR_RUNNER_NOT_IN_STOPPED_STATE_EXCEPTION() - Static method in class org.glassfish.grizzly.localization.LogMessages
 
localizableWARNING_GRIZZLY_SOCKET_KEEPALIVE_EXCEPTION(Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
 
localizableWARNING_GRIZZLY_SOCKET_LINGER_EXCEPTION(Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
 
localizableWARNING_GRIZZLY_SOCKET_REUSEADDRESS_EXCEPTION(Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
 
localizableWARNING_GRIZZLY_SOCKET_TCPNODELAY_EXCEPTION(Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
 
localizableWARNING_GRIZZLY_SOCKET_TIMEOUT_EXCEPTION(Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
 
localizableWARNING_GRIZZLY_STATE_HOLDER_CALLING_CONDITIONLISTENER_EXCEPTION() - Static method in class org.glassfish.grizzly.localization.LogMessages
 
localizableWARNING_GRIZZLY_TCPSELECTOR_HANDLER_ACCEPTCHANNEL_EXCEPTION() - Static method in class org.glassfish.grizzly.localization.LogMessages
 
localizableWARNING_GRIZZLY_TEMPORARY_SELECTOR_IO_CANCEL_KEY_EXCEPTION(Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
 
localizableWARNING_GRIZZLY_TEMPORARY_SELECTOR_POOL_CREATE_SELECTOR_EXCEPTION() - Static method in class org.glassfish.grizzly.localization.LogMessages
 
localizableWARNING_GRIZZLY_TEMPORARY_SELECTOR_POOL_MISSES_EXCEPTION(Object, Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
 
localizableWARNING_GRIZZLY_TEMPORARY_SELECTOR_POOL_SELECTOR_FAILURE_EXCEPTION() - Static method in class org.glassfish.grizzly.localization.LogMessages
 
localizableWARNING_GRIZZLY_THREADPOOL_UNCAUGHT_EXCEPTION(Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
 
localizableWARNING_GRIZZLY_TRANSPORT_NOT_PAUSE_STATE_EXCEPTION() - Static method in class org.glassfish.grizzly.localization.LogMessages
 
localizableWARNING_GRIZZLY_TRANSPORT_NOT_START_STATE_EXCEPTION() - Static method in class org.glassfish.grizzly.localization.LogMessages
 
localizableWARNING_GRIZZLY_TRANSPORT_NOT_STOP_STATE_EXCEPTION() - Static method in class org.glassfish.grizzly.localization.LogMessages
 
localizableWARNING_GRIZZLY_TRANSPORT_START_SERVER_CONNECTION_EXCEPTION(Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
 
localizableWARNING_GRIZZLY_TRANSPORT_UNBINDING_CONNECTION_EXCEPTION(Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
 
localizableWARNING_GRIZZLY_UTILS_ABSTRACT_THREAD_POOL_UNCAUGHT_EXCEPTION(Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
 
localizableWARNING_GRIZZLY_UTILS_INSTROSPECTION_IAE(Object, Object, Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
 
localizableWARNING_GRIZZLY_UTILS_SELECTOR_FACTORY_NO_SELECTORS_AVAILABLE_ERROR(Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
 
localizableWARNING_GRIZZLY_UTILS_SELECTOR_FACTORY_SELECTOR_REIMBURSEMENT_ERROR() - Static method in class org.glassfish.grizzly.localization.LogMessages
 
localizableWARNING_GRIZZLY_UTILS_SELECTOR_FACTORY_SELECTOR_REMOVAL_ERROR(Object, Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
 
localizableWARNING_GRIZZLY_UTILS_SELECTOR_FACTORY_SELECTOR_REMOVE_ERROR() - Static method in class org.glassfish.grizzly.localization.LogMessages
 
localizableWARNING_GRIZZLY_UTILS_SELECTOR_FACTORY_STATIC_INIT_ERROR() - Static method in class org.glassfish.grizzly.localization.LogMessages
 
localizableWARNING_GRIZZLY_UTILS_SELECTOR_FACTORY_TEMPORARY_SELECTOR_RELEASE_ERROR() - Static method in class org.glassfish.grizzly.localization.LogMessages
 
localizableWARNING_GRIZZLY_UTILS_STATE_HOLDER_CONDITION_LISTENER_INVOCATION_ERROR() - Static method in class org.glassfish.grizzly.localization.LogMessages
 
localizableWARNING_GRIZZLY_WS_MULTIPLE_APPS() - Static method in class org.glassfish.grizzly.localization.LogMessages
 
localizableWARNING_GRIZZLY_WS_SELECT_ERROR(Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
 
localize(Localizable) - Method in class org.glassfish.grizzly.localization.Localizer
 
Localizer - Class in org.glassfish.grizzly.localization
Localizes the Localizable into a message by using a configured Locale.
Localizer() - Constructor for class org.glassfish.grizzly.localization.Localizer
 
Localizer(Locale) - Constructor for class org.glassfish.grizzly.localization.Localizer
 
localName() - Method in class org.glassfish.grizzly.http.ajp.AjpHttpRequest
localName() - Method in class org.glassfish.grizzly.http.HttpRequestPacket
 
localNameC - Variable in class org.glassfish.grizzly.http.HttpRequestPacket
 
localPort - Variable in class org.glassfish.grizzly.http.HttpRequestPacket
 
lock - Variable in class org.glassfish.grizzly.streams.BufferedInput
 
log(String) - Method in class org.glassfish.grizzly.http.util.HttpRequestURIDecoder
Log a message on the Logger associated with our Container (if any)
log(String, Throwable) - Method in class org.glassfish.grizzly.http.util.HttpRequestURIDecoder
Log a message on the Logger associated with our Container (if any)
log(String) - Method in class org.glassfish.grizzly.servlet.WebappContext
log(Exception, String) - Method in class org.glassfish.grizzly.servlet.WebappContext
Deprecated. 
log(String, Throwable) - Method in class org.glassfish.grizzly.servlet.WebappContext
LogFilter - Class in org.glassfish.grizzly.utils
Simple log Filter
LogFilter() - Constructor for class org.glassfish.grizzly.utils.LogFilter
 
LogFilter(Logger) - Constructor for class org.glassfish.grizzly.utils.LogFilter
 
LogFilter(Logger, Level) - Constructor for class org.glassfish.grizzly.utils.LogFilter
 
logger - Static variable in class org.glassfish.grizzly.comet.CometContext
 
logger - Static variable in class org.glassfish.grizzly.comet.CometEngine
Main logger
logger() - Static method in class org.glassfish.grizzly.comet.CometEngine
Return the current logger.
logger - Static variable in class org.glassfish.grizzly.comet.concurrent.DefaultConcurrentCometHandler
 
logger(Class) - Static method in class org.glassfish.grizzly.Grizzly
 
LOGGER - Static variable in class org.glassfish.grizzly.http.io.OutputBuffer
 
logger - Static variable in class org.glassfish.grizzly.streams.AbstractStreamWriter
 
LoggingFormatter - Class in org.glassfish.grizzly.utils
Format the record to include the Thread that logged the record.
LoggingFormatter() - Constructor for class org.glassfish.grizzly.utils.LoggingFormatter
 
login(String, String) - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
 
LogMessages - Class in org.glassfish.grizzly.localization
Defines string formatting method for each constant in the resource file
LogMessages() - Constructor for class org.glassfish.grizzly.localization.LogMessages
 
logout() - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
 
longToBuffer(long, byte[]) - Static method in class org.glassfish.grizzly.http.util.HttpUtils
Converts the specified long as a string representation to the provided byte buffer.
longToBuffer(long, Buffer) - Static method in class org.glassfish.grizzly.http.util.HttpUtils
Converts the specified long as a string representation to the provided buffer.
lookup(String) - Method in interface org.glassfish.grizzly.http.server.naming.NamingContext
Retrieves the named object.
lookupCharset(String) - Static method in class org.glassfish.grizzly.utils.Charsets
Lookup a Charset by name.
lookupFileCache(FilterChainContext) - Method in class org.glassfish.grizzly.http.server.StaticHttpHandlerBase
 
LowPriorityHandler - Class in org.glassfish.grizzly.samples.httpserver.priorities
The low-priority HttpHandler executing long lasting task.
LowPriorityHandler(ExecutorService) - Constructor for class org.glassfish.grizzly.samples.httpserver.priorities.LowPriorityHandler
 
lowSurrogate(int) - Static method in class org.glassfish.grizzly.websockets.StrictUtf8
 
LZMAContentEncoding - Class in org.glassfish.grizzly.http
 
LZMAContentEncoding() - Constructor for class org.glassfish.grizzly.http.LZMAContentEncoding
 
LZMAContentEncoding(EncodingFilter) - Constructor for class org.glassfish.grizzly.http.LZMAContentEncoding
 
LZMADecoder - Class in org.glassfish.grizzly.compression.lzma
 
LZMADecoder() - Constructor for class org.glassfish.grizzly.compression.lzma.LZMADecoder
 
LZMADecoder.LZMAInputState - Class in org.glassfish.grizzly.compression.lzma
 
LZMAEncoder - Class in org.glassfish.grizzly.compression.lzma
 
LZMAEncoder() - Constructor for class org.glassfish.grizzly.compression.lzma.LZMAEncoder
 
LZMAEncoder(LZMAEncoder.LZMAProperties) - Constructor for class org.glassfish.grizzly.compression.lzma.LZMAEncoder
 
LZMAEncoder.LZMAOutputState - Class in org.glassfish.grizzly.compression.lzma
 
LZMAEncoder.LZMAProperties - Class in org.glassfish.grizzly.compression.lzma
 
LZMAFilter - Class in org.glassfish.grizzly.compression.lzma
 
LZMAFilter() - Constructor for class org.glassfish.grizzly.compression.lzma.LZMAFilter
 
LZMAInputState() - Constructor for class org.glassfish.grizzly.compression.lzma.LZMADecoder.LZMAInputState
 
LZMAOutputState() - Constructor for class org.glassfish.grizzly.compression.lzma.LZMAEncoder.LZMAOutputState
 
LZMAProperties() - Constructor for class org.glassfish.grizzly.compression.lzma.LZMAEncoder.LZMAProperties
 
LZMAProperties(int, int, int, int, int, int, int) - Constructor for class org.glassfish.grizzly.compression.lzma.LZMAEncoder.LZMAProperties
 

M

main(String[]) - Static method in class org.glassfish.grizzly.Grizzly
 
main(String[]) - Static method in class org.glassfish.grizzly.http.util.FastDateFormat
 
main(String[]) - Static method in class org.glassfish.grizzly.samples.ajp.AjpHelloWorld
 
main(String[]) - Static method in class org.glassfish.grizzly.samples.echo.EchoClient
 
main(String[]) - Static method in class org.glassfish.grizzly.samples.echo.EchoServer
 
main(String[]) - Static method in class org.glassfish.grizzly.samples.filterchain.GIOPClient
 
main(String[]) - Static method in class org.glassfish.grizzly.samples.filterchain.GIOPServer
 
main(String[]) - Static method in class org.glassfish.grizzly.samples.http.download.Client
 
main(String[]) - Static method in class org.glassfish.grizzly.samples.http.download.Server
 
main(String[]) - Static method in class org.glassfish.grizzly.samples.httpmultipart.UploadServer
 
main(String[]) - Static method in class org.glassfish.grizzly.samples.httpserver.blockinghandler.BlockingHttpHandlerSample
 
main(String[]) - Static method in class org.glassfish.grizzly.samples.httpserver.nonblockinghandler.DownloadHttpHandlerSample
 
main(String[]) - Static method in class org.glassfish.grizzly.samples.httpserver.nonblockinghandler.NonBlockingHttpHandlerSample
 
main(String[]) - Static method in class org.glassfish.grizzly.samples.httpserver.nonblockinghandler.UploadHttpHandlerSample
 
main(String[]) - Static method in class org.glassfish.grizzly.samples.httpserver.priorities.Server
 
main(String[]) - Static method in class org.glassfish.grizzly.samples.jaxws.Client
 
main(String[]) - Static method in class org.glassfish.grizzly.samples.jaxws.Server
 
main(String[]) - Static method in class org.glassfish.grizzly.samples.lifecycle.LifeCycleExample
 
main(String[]) - Static method in class org.glassfish.grizzly.samples.portunif.AddClient
 
main(String[]) - Static method in class org.glassfish.grizzly.samples.portunif.PUServer
 
main(String[]) - Static method in class org.glassfish.grizzly.samples.portunif.SubClient
 
main(String[]) - Static method in class org.glassfish.grizzly.samples.simpleauth.Client
 
main(String[]) - Static method in class org.glassfish.grizzly.samples.simpleauth.Server
 
main(String[]) - Static method in class org.glassfish.grizzly.samples.ssl.SSLEchoClient
 
main(String[]) - Static method in class org.glassfish.grizzly.samples.ssl.SSLEchoServer
 
main(String[]) - Static method in class org.glassfish.grizzly.samples.strategy.CustomStrategy
 
main(String[]) - Static method in class org.glassfish.grizzly.samples.tunnel.TunnelServer
 
main(String[]) - Static method in class org.glassfish.grizzly.samples.udpecho.EchoClient
 
main(String[]) - Static method in class org.glassfish.grizzly.samples.udpecho.EchoServer
 
main(String[]) - Static method in class org.glassfish.grizzly.samples.udpmulticast.MulticastChat
 
main(String[]) - Static method in class org.glassfish.grizzly.utils.JdkVersion
 
main(String[]) - Static method in class org.glassfish.grizzly.utils.LoggingFormatter
Example to test the com.glassfish.grizzly.utils.LoggingFormatter You need to include this parameter in the command line -Djava.util.logging.config.file=myfile
makeCancellableFuture(Connection) - Method in class org.glassfish.grizzly.AbstractSocketConnectorHandler
 
makeContentLengthHeader(long) - Method in class org.glassfish.grizzly.http.HttpHeader
Makes sure content-length header is present.
makeIOException(Throwable) - Static method in class org.glassfish.grizzly.utils.Exceptions
Wrap the given Throwable by IOException.
makeTransferEncodingHeader(String) - Method in class org.glassfish.grizzly.http.HttpHeader
Makes sure transfer-encoding header is present.
makeUpgradeHeader() - Method in class org.glassfish.grizzly.http.HttpHeader
 
managedWorkerPool - Variable in class org.glassfish.grizzly.AbstractTransport
 
managementObject - Variable in class org.glassfish.grizzly.http.server.HttpServer
 
map(DataChunk, DataChunk, MappingData) - Method in class org.glassfish.grizzly.http.server.util.Mapper
Map the specified host name and URI, mutating the given mapping data.
map(MessageBytes, MappingData) - Method in class org.glassfish.grizzly.http.server.util.Mapper
Map the specified URI relative to the context, mutating the given mapping data.
MapElement() - Constructor for class org.glassfish.grizzly.http.server.util.Mapper.MapElement
 
mapName(DataChunk, MappingData) - Method in interface org.glassfish.grizzly.http.server.util.DispatcherHelper
 
mapPath(DataChunk, DataChunk, MappingData) - Method in interface org.glassfish.grizzly.http.server.util.DispatcherHelper
 
Mapper - Class in org.glassfish.grizzly.http.server.util
Mapper, which implements the servlet API mapping rules (which are derived from the HTTP rules).
Mapper() - Constructor for class org.glassfish.grizzly.http.server.util.Mapper
 
mapper - Variable in class org.glassfish.grizzly.websockets.ProtocolHandler
 
Mapper.Context - Class in org.glassfish.grizzly.http.server.util
 
Mapper.ContextList - Class in org.glassfish.grizzly.http.server.util
 
Mapper.Host - Class in org.glassfish.grizzly.http.server.util
 
Mapper.MapElement - Class in org.glassfish.grizzly.http.server.util
 
Mapper.Wrapper - Class in org.glassfish.grizzly.http.server.util
 
MappingData - Class in org.glassfish.grizzly.http.server.util
Mapping data.
MappingData() - Constructor for class org.glassfish.grizzly.http.server.util.MappingData
 
mapUriWithSemicolon(DataChunk, DataChunk, MappingData, int) - Method in class org.glassfish.grizzly.http.server.util.Mapper
Maps the decodedURI to the corresponding HttpHandler, considering that URI may have a semicolon with extra data followed, which shouldn't be a part of mapping process.
mark() - Method in interface org.glassfish.grizzly.Buffer
Sets this buffer's mark at its position.
mark(int) - Method in class org.glassfish.grizzly.http.io.InputBuffer
Supported with binary and character data.
mark() - Method in class org.glassfish.grizzly.memory.BuffersBuffer
 
mark() - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
 
mark - Variable in class org.glassfish.grizzly.memory.HeapBuffer
 
mark() - Method in class org.glassfish.grizzly.memory.HeapBuffer
 
mark(int) - Method in class org.glassfish.grizzly.servlet.ServletInputStreamImpl
mark(int) - Method in class org.glassfish.grizzly.servlet.ServletReaderImpl
 
markCancelled(int) - Method in class org.glassfish.grizzly.http.server.Response.SuspendedContextImpl
Marks Response as cancelled, if expectedModCount corresponds to the current modCount.
markCancelled() - Method in class org.glassfish.grizzly.http.server.Response.SuspendedContextImpl
Deprecated. 
markForRecycle(boolean) - Method in interface org.glassfish.grizzly.GrizzlyFuture
Deprecated. 
markForRecycle(boolean) - Method in class org.glassfish.grizzly.impl.ReadyFutureImpl
 
markForRecycle(boolean) - Method in class org.glassfish.grizzly.impl.SafeFutureImpl
 
markForRecycle(boolean) - Method in class org.glassfish.grizzly.impl.UnsafeFutureImpl
 
markResumed() - Method in class org.glassfish.grizzly.http.server.Response.SuspendedContextImpl
Marks Response as resumed, but doesn't resume associated FilterChainContext invocation.
markSupported() - Method in class org.glassfish.grizzly.http.io.InputBuffer
Only supported with binary data.
markSupported() - Method in class org.glassfish.grizzly.servlet.ServletInputStreamImpl
markSupported() - Method in class org.glassfish.grizzly.servlet.ServletReaderImpl
 
mask(byte[], int, byte) - Method in class org.glassfish.grizzly.websockets.Masker
 
mask(byte[], int, byte[]) - Method in class org.glassfish.grizzly.websockets.Masker
 
MASK_SIZE - Static variable in class org.glassfish.grizzly.websockets.Constants
 
maskAndPrepend(byte[]) - Method in class org.glassfish.grizzly.websockets.Masker
 
maskData - Variable in class org.glassfish.grizzly.websockets.ProtocolHandler
 
Masker - Class in org.glassfish.grizzly.websockets
 
Masker(Buffer) - Constructor for class org.glassfish.grizzly.websockets.Masker
 
Masker() - Constructor for class org.glassfish.grizzly.websockets.Masker
 
matchesMethod(String) - Method in class org.glassfish.grizzly.http.Method
 
MAX_AGE_IN_SECONDS - Static variable in class org.glassfish.grizzly.http.server.Constants
 
MAX_CACHE_ENTRIES - Static variable in class org.glassfish.grizzly.http.server.Constants
 
MAX_LARGE_FILE_CACHE_SIZE - Static variable in class org.glassfish.grizzly.http.server.Constants
 
MAX_NUM_HEADERS_DEFAULT - Static variable in class org.glassfish.grizzly.http.util.MimeHeaders
 
MAX_NUM_HEADERS_UNBOUNDED - Static variable in class org.glassfish.grizzly.http.util.MimeHeaders
 
MAX_PACKET_SIZE - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
Maximum Total byte size for a AJP packet
MAX_READ_SIZE - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
Maximum size of data that can be sent in one packet
MAX_REQUEST_PARAMETERS - Static variable in class org.glassfish.grizzly.http.server.ServerFilterConfiguration
 
maxAge - Variable in class org.glassfish.grizzly.http.Cookie
 
maxAsyncWriteQueueSize - Variable in class org.glassfish.grizzly.nio.NIOConnection
 
maxBufferSize - Variable in class org.glassfish.grizzly.memory.AbstractMemoryManager
 
maxConnectionsPerEndpoint(int) - Method in class org.glassfish.grizzly.connectionpool.MultiEndpointPool.Builder
Sets the maximum number of Connections to a single endpoint the pool is allowed to have.
maxConnectionsTotal(int) - Method in class org.glassfish.grizzly.connectionpool.MultiEndpointPool.Builder
Sets the maximum number of Connections the pool is allowed to have.
MaxHeaderCountExceededException() - Constructor for exception org.glassfish.grizzly.http.util.MimeHeaders.MaxHeaderCountExceededException
 
maxHeadersSize - Variable in class org.glassfish.grizzly.http.HttpCodecFilter
 
maxNumHeaders(int) - Method in class org.glassfish.grizzly.http.HttpHeader.Builder
Sets the maximum number of headers allowed.
maxPendingBytes - Variable in class org.glassfish.grizzly.nio.AbstractNIOAsyncQueueWriter
 
maxPendingBytes - Variable in class org.glassfish.grizzly.ssl.SSLFilter
 
maxPendingBytesPerConnection - Variable in class org.glassfish.grizzly.NIOTransportBuilder
 
maxPoolSize(int) - Method in class org.glassfish.grizzly.connectionpool.SingleEndpointPool.Builder
Sets the max number of Connections kept by this pool.
maxPoolSize - Variable in class org.glassfish.grizzly.threadpool.ThreadPoolConfig
 
maxQueuedTasks - Variable in class org.glassfish.grizzly.threadpool.SyncThreadPool
 
maxReconnectAttempts(int) - Method in class org.glassfish.grizzly.connectionpool.MultiEndpointPool.Builder
If the reconnect mechanism is enabled, then this property will affect how many times a reconnection attempt can be made consecutively before a failure is flagged.
maxReconnectAttempts(int) - Method in class org.glassfish.grizzly.connectionpool.SingleEndpointPool.Builder
If the reconnect mechanism is enabled, then this property will affect how many times a reconnection attempt can be made consecutively before a failure is flagged.
maxSmallBufferSize - Variable in class org.glassfish.grizzly.memory.ByteBufferManager
 
maxWriteReentrants - Variable in class org.glassfish.grizzly.nio.AbstractNIOAsyncQueueWriter
 
maybeQuote2(int, StringBuilder, String, boolean, boolean) - Static method in class org.glassfish.grizzly.http.util.CookieSerializerUtils
Quotes values using rules that vary depending on Cookie version.
maybeQuote2(int, StringBuilder, String, boolean, boolean, boolean) - Static method in class org.glassfish.grizzly.http.util.CookieSerializerUtils
 
maybeQuote2(int, StringBuilder, String, String, boolean, boolean, boolean) - Static method in class org.glassfish.grizzly.http.util.CookieSerializerUtils
 
maybeQuote2(int, Buffer, String, boolean) - Static method in class org.glassfish.grizzly.http.util.CookieSerializerUtils
Quotes values using rules that vary depending on Cookie version.
maybeQuote2(int, Buffer, String, boolean, boolean) - Static method in class org.glassfish.grizzly.http.util.CookieSerializerUtils
 
maybeQuote2(int, Buffer, String, String, boolean, boolean) - Static method in class org.glassfish.grizzly.http.util.CookieSerializerUtils
 
MBEAN_REGISTRY_ATTR - Static variable in class org.glassfish.grizzly.http.server.util.Globals
The servlet context attribute under which the managed bean Registry will be stored for privileged contexts (if enabled).
MBEAN_SERVER_ATTR - Static variable in class org.glassfish.grizzly.http.server.util.Globals
The servlet context attribute under which the MBeanServer will be stored for privileged contexts (if enabled).
memoryManager - Variable in class org.glassfish.grizzly.AbstractTransport
Transport MemoryManager
MemoryManager - Class in org.glassfish.grizzly.memory.jmx
MemoryManager JMX object.
MemoryManager(MemoryManager) - Constructor for class org.glassfish.grizzly.memory.jmx.MemoryManager
 
memoryManager - Variable in class org.glassfish.grizzly.memory.jmx.MemoryManager
 
MemoryManager<E extends Buffer> - Interface in org.glassfish.grizzly.memory
MemoryManager, responsible for allocating and releasing memory, required during application runtime.
memoryManager - Variable in class org.glassfish.grizzly.NIOTransportBuilder
 
memoryManager - Variable in class org.glassfish.grizzly.streams.TransformerInput
 
memoryManager - Variable in class org.glassfish.grizzly.streams.TransformerOutput
 
MemoryProbe - Interface in org.glassfish.grizzly.memory
MemoryManager monitoring probe.
MemoryProbe.Adapter - Class in org.glassfish.grizzly.memory
MemoryProbe adapter that provides no-op implementations for all interface methods allowing easy extension by the developer.
MemoryUtils - Class in org.glassfish.grizzly.memory
Class has useful methods to simplify the work with Buffers.
MemoryUtils() - Constructor for class org.glassfish.grizzly.memory.MemoryUtils
 
mergeValues(Object, Object) - Method in class org.glassfish.grizzly.servlet.DispatchedHttpServletRequest
Merge the two sets of parameter values into a single String array.
message - Variable in class org.glassfish.grizzly.asyncqueue.AsyncQueueRecord
 
MESSAGE_TOO_LARGE - Static variable in interface org.glassfish.grizzly.websockets.WebSocket
indicates that an endpoint is terminating the connection because it has received a message that is too large.
MessageBytes - Class in org.glassfish.grizzly.http.util
This class is used to represent a subarray of bytes in an HTTP message.
MessageBytes() - Constructor for class org.glassfish.grizzly.http.util.MessageBytes
Deprecated.
Use static newInstance() in order to allow future hooks.
MessageBytes.MessageBytesFactory - Class in org.glassfish.grizzly.http.util
 
MessageBytesFactory() - Constructor for class org.glassfish.grizzly.http.util.MessageBytes.MessageBytesFactory
 
MessageCloner<E> - Interface in org.glassfish.grizzly.asyncqueue
Cloner, which will be called by AsyncQueueWriter, when message could not be written directly, and will be added to the queue.
messageQueue - Variable in class org.glassfish.grizzly.comet.concurrent.DefaultConcurrentCometHandler
todo replace with non array copying list for non resizing add situations, using internal index to keep track of state , not a linked list, it has too much overhead and eats memory.
method - Variable in class org.glassfish.grizzly.http.HttpRequestPacket.Builder
 
method(Method) - Method in class org.glassfish.grizzly.http.HttpRequestPacket.Builder
Set the HTTP request method.
method(String) - Method in class org.glassfish.grizzly.http.HttpRequestPacket.Builder
Set the HTTP request method.
Method - Class in org.glassfish.grizzly.http
Predefined HTTP methods
Method.PayloadExpectation - Enum in org.glassfish.grizzly.http
 
METHOD_NOT_ALLOWED_405 - Static variable in class org.glassfish.grizzly.http.util.HttpStatus
 
methodString - Variable in class org.glassfish.grizzly.http.HttpRequestPacket.Builder
 
mimeHeaders - Variable in class org.glassfish.grizzly.http.HttpHeader.Builder
 
MimeHeaders - Class in org.glassfish.grizzly.http.util
Memory-efficient repository for Mime Headers.
MimeHeaders() - Constructor for class org.glassfish.grizzly.http.util.MimeHeaders
Creates a new MimeHeaders object using a default buffer size.
MimeHeaders.MaxHeaderCountExceededException - Exception in org.glassfish.grizzly.http.util
 
MimeHeadersPacket - Interface in org.glassfish.grizzly.http
Common interface for HttpPackets, which contain mimeheaders.
MimeType - Class in org.glassfish.grizzly.http.util
Hardcoded mime-type supported by default.
MimeType() - Constructor for class org.glassfish.grizzly.http.util.MimeType
 
mm - Variable in class org.glassfish.grizzly.threadpool.ThreadPoolConfig
 
mom - Variable in class org.glassfish.grizzly.monitoring.jmx.DefaultJmxManager
 
Monitorable - Interface in org.glassfish.grizzly.http.server.jmxbase
Interface that allows arbitrary entities to provide a JmxObject that can be registered with the org.glassfish.grizzly.monitoring.jmx.GrizzlyJmxManager.
MonitoringAware<E> - Interface in org.glassfish.grizzly.monitoring
General interface for the objects, which could be monitored during the lifecycle.
monitoringConfig - Variable in class org.glassfish.grizzly.http.HttpCodecFilter
File cache probes
monitoringConfig - Variable in class org.glassfish.grizzly.http.KeepAlive
Keep alive probes
monitoringConfig - Variable in class org.glassfish.grizzly.http.server.filecache.FileCache
File cache probes
monitoringConfig - Variable in class org.glassfish.grizzly.http.server.HttpServerFilter
Web server probes
monitoringConfig - Variable in class org.glassfish.grizzly.memory.AbstractMemoryManager
Basic monitoring support.
MonitoringConfig<E> - Interface in org.glassfish.grizzly.monitoring
General monitoring configuration interface.
monitoringConfig - Variable in class org.glassfish.grizzly.nio.NIOConnection
Connection probes
monitoringConfig - Variable in class org.glassfish.grizzly.threadpool.AbstractThreadPool
ThreadPool probes
MonitoringUtils - Class in org.glassfish.grizzly.monitoring
The class, which contains utility methods for monitoring support.
MonitoringUtils() - Constructor for class org.glassfish.grizzly.monitoring.MonitoringUtils
 
moveBlock() - Method in class org.glassfish.grizzly.compression.lzma.impl.lz.InWindow
 
MOVED_PERMANENTLY_301 - Static variable in class org.glassfish.grizzly.http.util.HttpStatus
 
movePos() - Method in class org.glassfish.grizzly.compression.lzma.impl.lz.BinTree
 
movePos() - Method in class org.glassfish.grizzly.compression.lzma.impl.lz.InWindow
 
multiBufferWindow - Variable in class org.glassfish.grizzly.streams.BufferedOutput
 
MulticastChat - Class in org.glassfish.grizzly.samples.udpmulticast
Simple chat application based on UDP multicast.
MulticastChat() - Constructor for class org.glassfish.grizzly.samples.udpmulticast.MulticastChat
 
MultiEndpointPool<E> - Class in org.glassfish.grizzly.connectionpool
The multi endpoint Connection pool implementation where each endpoint sub-pool is represented by SingleEndpointPool and referenced by an EndpointKey.
MultiEndpointPool(ConnectorHandler<E>, int, int, DelayedExecutor, long, long, long, long, int) - Constructor for class org.glassfish.grizzly.connectionpool.MultiEndpointPool
Constructs MultiEndpointPool instance.
MultiEndpointPool.Builder<E> - Class in org.glassfish.grizzly.connectionpool
The Builder class responsible for constructing SingleEndpointPool.
MultiLineFilter - Class in org.glassfish.grizzly.samples.simpleauth
The Filter is responsible for a String <-> MultiLinePacket transformations.
MultiLineFilter(String) - Constructor for class org.glassfish.grizzly.samples.simpleauth.MultiLineFilter
 
MultiLinePacket - Class in org.glassfish.grizzly.samples.simpleauth
Packet, which contains multiple String lines.
MultipartContext - Class in org.glassfish.grizzly.http.multipart
Contains auxiliary information about multipart processing.
MultipartContext(String, String, Map<String, String>) - Constructor for class org.glassfish.grizzly.http.multipart.MultipartContext
 
MultipartEntry - Class in org.glassfish.grizzly.http.multipart
Abstraction represents single multipart entry, its functionality is pretty similar to Request.
MultipartEntryHandler - Interface in org.glassfish.grizzly.http.multipart
General interface for processing MultipartEntrys, one by one.
MultipartReadHandler - Class in org.glassfish.grizzly.http.multipart
ReadHandler, which implements the miltipart message parsing logic and delegates control to a MultipartEntryHandler, when MultipartEntry data becomes available.
MultipartReadHandler(Request, MultipartEntryHandler, CompletionHandler<Request>, MultipartContext) - Constructor for class org.glassfish.grizzly.http.multipart.MultipartReadHandler
 
MultipartReadHandler(MultipartEntry, MultipartEntryHandler, CompletionHandler<MultipartEntry>, MultipartContext) - Constructor for class org.glassfish.grizzly.http.multipart.MultipartReadHandler
 
MultipartScanner - Class in org.glassfish.grizzly.http.multipart
Entry point for the multipart message processing.
MultipartUploadFilter - Class in org.glassfish.grizzly.servlet.extras
A Filter implementation that leverages the non-blocking multipart processing API.
MultipartUploadFilter() - Constructor for class org.glassfish.grizzly.servlet.extras.MultipartUploadFilter
 
MULTIPLE_CHOICES_300 - Static variable in class org.glassfish.grizzly.http.util.HttpStatus
 

N

name - Variable in class org.glassfish.grizzly.AbstractTransport
Transport name
name() - Method in class org.glassfish.grizzly.attributes.Attribute
Return attribute name, which is used as attribute key on non-indexed AttributeHolders.
name - Variable in class org.glassfish.grizzly.http.Cookie
 
NAME - Static variable in class org.glassfish.grizzly.http.GZipContentEncoding
 
NAME - Static variable in class org.glassfish.grizzly.http.LZMAContentEncoding
 
name - Variable in class org.glassfish.grizzly.http.server.GrizzlyPrincipal
The username of the user represented by this Principal.
name - Variable in class org.glassfish.grizzly.http.server.util.Mapper.MapElement
 
name - Variable in class org.glassfish.grizzly.http.util.StringCache.ByteEntry
 
name - Variable in class org.glassfish.grizzly.http.util.StringCache.CharEntry
 
name - Variable in class org.glassfish.grizzly.NIOTransportBuilder
 
name - Variable in class org.glassfish.grizzly.servlet.Registration
 
name - Variable in class org.glassfish.grizzly.servlet.ServletConfigImpl
 
name2Attribute - Variable in class org.glassfish.grizzly.attributes.DefaultAttributeBuilder
 
NAMED_DISPATCHER_ATTR - Static variable in class org.glassfish.grizzly.http.server.util.Globals
The request attribute under which we store the servlet name on a named dispatcher request.
NamedAttributeHolder - Class in org.glassfish.grizzly.attributes
AttributeHolder implementation, which doesn't support indexed access to Attributes.
NamedAttributeHolder(AttributeBuilder) - Constructor for class org.glassfish.grizzly.attributes.NamedAttributeHolder
 
names() - Method in class org.glassfish.grizzly.http.util.MimeHeaders
Returns an enumeration of strings representing the header field names.
NamingContext - Interface in org.glassfish.grizzly.http.server.naming
This interface represents a naming context, which consists of a set of name-to-object bindings.
NamingException - Exception in org.glassfish.grizzly.http.server.naming
This is the superclass of all exceptions thrown by operations in the Context and DirContext interfaces.
NamingException(String) - Constructor for exception org.glassfish.grizzly.http.server.naming.NamingException
 
NamingException(String, Throwable) - Constructor for exception org.glassfish.grizzly.http.server.naming.NamingException
 
NamingException(Throwable) - Constructor for exception org.glassfish.grizzly.http.server.naming.NamingException
 
NEED_HANDSHAKE_ERROR - Static variable in class org.glassfish.grizzly.ssl.SSLDecoderTransformer
 
NEED_HANDSHAKE_ERROR - Static variable in class org.glassfish.grizzly.ssl.SSLEncoderTransformer
 
needClientAuth - Variable in class org.glassfish.grizzly.ssl.SSLEngineConfigurator
Require client Authentication.
nesting - Variable in class org.glassfish.grizzly.http.server.util.Mapper.Context
 
nesting - Variable in class org.glassfish.grizzly.http.server.util.Mapper.ContextList
 
NetworkListener - Class in org.glassfish.grizzly.http.server.jmx
JMX management object for NetworkListener.
NetworkListener(NetworkListener) - Constructor for class org.glassfish.grizzly.http.server.jmx.NetworkListener
 
NetworkListener - Class in org.glassfish.grizzly.http.server
 
NetworkListener(String) - Constructor for class org.glassfish.grizzly.http.server.NetworkListener
Constructs a new NetworkListener using the specified name.
NetworkListener(String, boolean) - Constructor for class org.glassfish.grizzly.http.server.NetworkListener
Constructs a new NetworkListener using the specified name, which, depending on isBindToInherited will or will not be bound to an inherited Channel.
NetworkListener(String, String) - Constructor for class org.glassfish.grizzly.http.server.NetworkListener
Constructs a new NetworkListener using the specified name and host.
NetworkListener(String, String, int) - Constructor for class org.glassfish.grizzly.http.server.NetworkListener
Constructs a new NetworkListener using the specified name, host, and port.
NetworkListener(String, String, PortRange) - Constructor for class org.glassfish.grizzly.http.server.NetworkListener
Constructs a new NetworkListener using the specified name, host, and port.
newBuffer() - Static method in class org.glassfish.grizzly.memory.CompositeBuffer
Construct CompositeBuffer.
newBuffer(MemoryManager) - Static method in class org.glassfish.grizzly.memory.CompositeBuffer
 
newBuffer(MemoryManager, Buffer...) - Static method in class org.glassfish.grizzly.memory.CompositeBuffer
 
newBuffer(MemoryManager, Buffer[], boolean) - Static method in class org.glassfish.grizzly.memory.CompositeBuffer
 
newBuffer(int) - Method in class org.glassfish.grizzly.nio.transport.DefaultStreamWriter.Output
 
newBuffer(int) - Method in class org.glassfish.grizzly.streams.BufferedOutput
 
newBuffer(int) - Method in class org.glassfish.grizzly.streams.TransformerOutput
 
newDecoder() - Method in class org.glassfish.grizzly.websockets.StrictUtf8
 
newEncoder() - Method in class org.glassfish.grizzly.websockets.StrictUtf8
 
newHttpStatus(int, String) - Static method in class org.glassfish.grizzly.http.util.HttpStatus
 
newInstance(FilterChainContext, AttributeStorage, OutputSink, Closeable) - Static method in class org.glassfish.grizzly.http.HttpContext
 
newInstance() - Static method in class org.glassfish.grizzly.http.util.DataChunk
 
newInstance(ByteChunk, BufferChunk, CharChunk, String) - Static method in class org.glassfish.grizzly.http.util.DataChunk
 
newInstance() - Method in class org.glassfish.grizzly.http.util.MessageBytes.MessageBytesFactory
 
newInstance() - Static method in class org.glassfish.grizzly.http.util.MessageBytes
Construct a new MessageBytes instance
newInstance() - Static method in class org.glassfish.grizzly.nio.transport.TCPNIOTransportBuilder
 
newInstance() - Static method in class org.glassfish.grizzly.nio.transport.UDPNIOTransportBuilder
 
newSelector(SelectorProvider) - Static method in class org.glassfish.grizzly.nio.Selectors
Creates new Selector using passed SelectorProvider.
NextAction - Interface in org.glassfish.grizzly.filterchain
The interface defines the instruction for a FilterChain, how it should continue filter chain execution.
nextElement() - Method in class org.glassfish.grizzly.http.server.util.Enumerator
Returns the next element of this enumeration if this enumeration has at least one more element to provide.
nextFilterIdx() - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
 
nextGeneration - Static variable in class org.glassfish.grizzly.http.util.FastHttpDateFormat
Instant on which the currentDate object was generated.
NIOChannelDistributor - Interface in org.glassfish.grizzly.nio
 
nioChannelDistributor - Variable in class org.glassfish.grizzly.nio.NIOTransport
 
nioChannelDistributor - Variable in class org.glassfish.grizzly.NIOTransportBuilder
 
NIOConnection - Class in org.glassfish.grizzly.nio
Common Connection implementation for Java NIO Connections.
NIOConnection(NIOTransport) - Constructor for class org.glassfish.grizzly.nio.NIOConnection
 
NIOInputStream - Class in org.glassfish.grizzly.http.io
Stream implementation to read binary request content.
NIOInputStream() - Constructor for class org.glassfish.grizzly.http.io.NIOInputStream
 
NIOOutputStream - Class in org.glassfish.grizzly.http.io
Stream implementation for writing binary content to an HTTP user-agent.
NIOOutputStream() - Constructor for class org.glassfish.grizzly.http.io.NIOOutputStream
 
NIOReader - Class in org.glassfish.grizzly.http.io
Character stream implementation used to read character-based request content.
NIOReader() - Constructor for class org.glassfish.grizzly.http.io.NIOReader
 
NIOTransport - Class in org.glassfish.grizzly.nio
 
NIOTransport(String) - Constructor for class org.glassfish.grizzly.nio.NIOTransport
 
NIOTransport - Class in org.glassfish.grizzly.nio.transport.jmx
NIO Transport JMX object.
NIOTransport(NIOTransport) - Constructor for class org.glassfish.grizzly.nio.transport.jmx.NIOTransport
 
NIOTransportBuilder<T extends NIOTransportBuilder> - Class in org.glassfish.grizzly
This builder is responsible for creating NIOTransport implementations as well as providing basic configuration for IOStrategies and thread pools.
NIOTransportBuilder(Class<? extends NIOTransport>) - Constructor for class org.glassfish.grizzly.NIOTransportBuilder
Constructs a new NIOTransport using the given transportClass and IOStrategy.
NIOWriter - Class in org.glassfish.grizzly.http.io
Stream implementation for writing character content to an HTTP user-agent.
NIOWriter() - Constructor for class org.glassfish.grizzly.http.io.NIOWriter
 
NO_CONTENT_204 - Static variable in class org.glassfish.grizzly.http.util.HttpStatus
 
NO_FILTER_INDEX - Static variable in class org.glassfish.grizzly.filterchain.FilterChainContext
 
NO_STATUS_CODE - Static variable in interface org.glassfish.grizzly.websockets.WebSocket
a reserved value and MUST NOT be set as a status code in a Close control frame by an endpoint.
NON_AUTHORATIVE_INFORMATION_203 - Static variable in class org.glassfish.grizzly.http.util.HttpStatus
 
NonBlockingHttpHandlerSample - Class in org.glassfish.grizzly.samples.httpserver.nonblockinghandler
This example demonstrates the use of a HttpHandler to echo HTTP POST data sent by the client, back to the client using non-blocking streams introduced in Grizzly 2.0.
NonBlockingHttpHandlerSample() - Constructor for class org.glassfish.grizzly.samples.httpserver.nonblockinghandler.NonBlockingHttpHandlerSample
 
noProtocolsFound() - Method in class org.glassfish.grizzly.portunif.PUContext
 
NORMAL_CLOSURE - Static variable in interface org.glassfish.grizzly.websockets.WebSocket
Indicates a normal closure, meaning whatever purpose the connection was established for has been fulfilled.
normalize() - Method in enum org.glassfish.grizzly.http.server.CompressionLevel
Deprecated.
 
normalize(MessageBytes) - Static method in class org.glassfish.grizzly.http.util.HttpRequestURIDecoder
Normalize URI.
normalize(DataChunk) - Static method in class org.glassfish.grizzly.http.util.HttpRequestURIDecoder
Normalize URI.
normalize(String) - Method in class org.glassfish.grizzly.servlet.WebappContext
Return a context-relative path, beginning with a "/", that represents the canonical version of the specified path after ".." and "." elements are resolved out.
normalizeBuffer(BufferChunk) - Static method in class org.glassfish.grizzly.http.util.HttpRequestURIDecoder
 
normalizeBytes(ByteChunk) - Static method in class org.glassfish.grizzly.http.util.HttpRequestURIDecoder
 
normalizeChars(CharChunk) - Static method in class org.glassfish.grizzly.http.util.HttpRequestURIDecoder
 
NOT_ACCEPTABLE_406 - Static variable in class org.glassfish.grizzly.http.util.HttpStatus
 
NOT_FOUND_404 - Static variable in class org.glassfish.grizzly.http.util.HttpStatus
 
NOT_IMPLEMENTED_501 - Static variable in class org.glassfish.grizzly.http.util.HttpStatus
 
NOT_LOCALIZABLE - Static variable in interface org.glassfish.grizzly.localization.Localizable
Special constant that represents a message that is not localizable.
NOT_MODIFIED_304 - Static variable in class org.glassfish.grizzly.http.util.HttpStatus
 
Note<E> - Class in org.glassfish.grizzly.http
The Note value associated with HttpRequestPacket.
NOTIFICATION_CLOSED_COMPLETE - Static variable in class org.glassfish.grizzly.nio.NIOConnection
 
NOTIFICATION_INITIALIZED - Static variable in class org.glassfish.grizzly.nio.NIOConnection
 
notificationHandler - Variable in class org.glassfish.grizzly.comet.CometContext
The default NotificationHandler.
NotificationHandler - Interface in org.glassfish.grizzly.comet
This class is invoked when the CometContext.notify is invoked.
notify(E) - Method in class org.glassfish.grizzly.comet.CometContext
Notify all CometHandler.
notify(E, CometHandler) - Method in class org.glassfish.grizzly.comet.CometContext
notify(E, CometEvent.Type, CometHandler) - Method in class org.glassfish.grizzly.comet.CometContext
Notify a single CometHandler.
notify(E, CometEvent.Type) - Method in class org.glassfish.grizzly.comet.CometContext
Notify all CometHandler.
notify(CometEvent, Iterator<CometHandler>) - Method in class org.glassfish.grizzly.comet.DefaultNotificationHandler
Notify all CometHandler.
notify(CometEvent, CometHandler) - Method in class org.glassfish.grizzly.comet.DefaultNotificationHandler
Notify the CometHandler.
notify(CometEvent, Iterator<CometHandler>) - Method in interface org.glassfish.grizzly.comet.NotificationHandler
Notify all CometHandler.
notify(CometEvent, CometHandler) - Method in interface org.glassfish.grizzly.comet.NotificationHandler
Notify a single CometHandler.
notify0(CometEvent, CometHandler) - Method in class org.glassfish.grizzly.comet.DefaultNotificationHandler
Notify a CometHandler.
notifyAvailable(ReadHandler) - Method in class org.glassfish.grizzly.http.io.InputBuffer
Installs a ReadHandler that will be notified when any data becomes available to read without blocking.
notifyAvailable(ReadHandler, int) - Method in class org.glassfish.grizzly.http.io.InputBuffer
Installs a ReadHandler that will be notified when the specified amount of data is available to be read without blocking.
notifyAvailable(ReadHandler) - Method in interface org.glassfish.grizzly.InputSource
Notify the specified ReadHandler when any number of bytes can be read without blocking.
notifyAvailable(ReadHandler, int) - Method in interface org.glassfish.grizzly.InputSource
Notify the specified ReadHandler when the number of bytes that can be read without blocking is greater or equal to the specified size.
notifyAvailable(int) - Method in class org.glassfish.grizzly.streams.AbstractStreamReader
Method returns Future, using which it's possible check if StreamReader has required amount of bytes available for reading reading.
notifyAvailable(int, CompletionHandler<Integer>) - Method in class org.glassfish.grizzly.streams.AbstractStreamReader
Method returns Future, using which it's possible check if StreamReader has required amount of bytes available for reading reading.
notifyAvailable(int) - Method in interface org.glassfish.grizzly.streams.StreamReader
Method returns Future, using which it's possible check if StreamReader has required amount of bytes available for reading reading.
notifyAvailable(int, CompletionHandler<Integer>) - Method in interface org.glassfish.grizzly.streams.StreamReader
Method returns Future, using which it's possible check if StreamReader has required amount of bytes available for reading reading.
notifyCancel(FutureImpl<R>, CompletionHandler) - Static method in class org.glassfish.grizzly.utils.Futures
Complete passed FutureImpl and CompletionHandler via the cancellation notification.
notifyCanWrite(WriteHandler, int) - Method in class org.glassfish.grizzly.http.io.OutputBuffer
Deprecated.
the length parameter will be ignored. Please use OutputBuffer.notifyCanWrite(org.glassfish.grizzly.WriteHandler).
notifyCanWrite(WriteHandler) - Method in class org.glassfish.grizzly.http.io.OutputBuffer
 
notifyCanWrite(WriteHandler) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOConnection
Instructs the OutputSink to invoke the provided WriteHandler when it is possible to write more bytes (or characters).
notifyCanWrite(WriteHandler, int) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOConnection
Deprecated.
notifyCanWrite(WriteHandler) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOConnection
Instructs the OutputSink to invoke the provided WriteHandler when it is possible to write more bytes (or characters).
notifyCanWrite(WriteHandler, int) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOConnection
Deprecated.
notifyCanWrite(WriteHandler) - Method in interface org.glassfish.grizzly.OutputSink
Instructs the OutputSink to invoke the provided WriteHandler when it is possible to write more bytes (or characters).
notifyCanWrite(WriteHandler, int) - Method in interface org.glassfish.grizzly.OutputSink
Deprecated.
the length parameter will be ignored. Pls. use OutputSink.notifyCanWrite(org.glassfish.grizzly.WriteHandler).
notifyChangedExcept(Filter) - Method in class org.glassfish.grizzly.filterchain.ListFacadeFilterChain
 
notifyComplete() - Method in class org.glassfish.grizzly.asyncqueue.AsyncReadQueueRecord
 
notifyCompleteAndRecycle() - Method in class org.glassfish.grizzly.asyncqueue.AsyncWriteQueueRecord
 
notifyCompleted(CompletionHandler<Integer>) - Method in class org.glassfish.grizzly.nio.transport.DefaultStreamReader.Input
 
notifyCompleted(CompletionHandler<Integer>) - Method in class org.glassfish.grizzly.streams.BufferedInput
 
notifyCondition(Condition) - Method in class org.glassfish.grizzly.streams.AbstractStreamReader
Method returns Future, using which it's possible check if StreamReader meets specific Condition.
notifyCondition(Condition, CompletionHandler<Integer>) - Method in class org.glassfish.grizzly.streams.AbstractStreamReader
Method returns Future, using which it's possible check if StreamReader meets specific Condition.
notifyCondition(Condition, CompletionHandler<Integer>) - Method in class org.glassfish.grizzly.streams.BufferedInput
 
notifyCondition(Condition, CompletionHandler<Integer>) - Method in interface org.glassfish.grizzly.streams.Input
 
notifyCondition(Condition, CompletionHandler<Integer>) - Method in class org.glassfish.grizzly.streams.StreamInput
 
notifyCondition(Condition) - Method in interface org.glassfish.grizzly.streams.StreamReader
Method returns Future, using which it's possible check if StreamReader meets specific Condition.
notifyCondition(Condition, CompletionHandler<Integer>) - Method in interface org.glassfish.grizzly.streams.StreamReader
Method returns Future, using which it's possible check if StreamReader meets specific Condition.
notifyConditionListeners() - Method in class org.glassfish.grizzly.utils.StateHolder
 
notifyConnectionError(Throwable) - Method in interface org.glassfish.grizzly.Connection
Method gets invoked, when error occur during the Connection lifecycle.
notifyConnectionError(Throwable) - Method in class org.glassfish.grizzly.nio.NIOConnection
Method gets invoked, when error occur during the Connection lifecycle.
notifyDirectUpdate() - Method in class org.glassfish.grizzly.http.util.BufferChunk
Notify the Chunk that its content is going to be changed directly
notifyDirectUpdate() - Method in class org.glassfish.grizzly.http.util.ByteChunk
Notify the Chunk that its content is going to be changed directly
notifyDirectUpdate() - Method in class org.glassfish.grizzly.http.util.CharChunk
Notify the Chunk that its content is going to be changed directly
notifyDirectUpdate() - Method in class org.glassfish.grizzly.http.util.DataChunk
Notify the Chunk that its content is going to be changed directly
notifyDownstream(FilterChainEvent) - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
 
notifyDownstream(FilterChainEvent, CompletionHandler<FilterChainContext>) - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
 
notifyException(ExceptionHandler.Severity, Throwable) - Method in interface org.glassfish.grizzly.utils.ExceptionHandler
 
notifyFailure(Throwable) - Method in class org.glassfish.grizzly.asyncqueue.AsyncQueueRecord
 
notifyFailure(CompletionHandler<Integer>, Throwable) - Method in class org.glassfish.grizzly.nio.transport.DefaultStreamReader.Input
 
notifyFailure(CompletionHandler<Integer>, Throwable) - Method in class org.glassfish.grizzly.streams.BufferedInput
 
notifyFailure(FutureImpl<R>, CompletionHandler, Throwable) - Static method in class org.glassfish.grizzly.utils.Futures
Complete passed FutureImpl and CompletionHandler using the passed error
notifyHandshakeComplete(Connection<?>, SSLEngine) - Method in class org.glassfish.grizzly.ssl.SSLBaseFilter
 
notifyHandshakeComplete(Connection<?>, SSLEngine) - Method in class org.glassfish.grizzly.ssl.SSLFilter
 
notifyHandshakeFailed(Connection, Throwable) - Method in class org.glassfish.grizzly.ssl.SSLBaseFilter
 
notifyHandshakeFailed(Connection, Throwable) - Method in class org.glassfish.grizzly.ssl.SSLFilter
 
notifyHandshakeStart(Connection) - Method in class org.glassfish.grizzly.ssl.SSLBaseFilter
 
notifyHaveResult() - Method in class org.glassfish.grizzly.impl.UnsafeFutureImpl
Notify blocked listeners threads about operation completion.
notifyIdChanged(String) - Method in class org.glassfish.grizzly.servlet.HttpSessionImpl
Invoke to notify all registered HttpSessionListener of the session has just been created.
notifyIncomplete() - Method in class org.glassfish.grizzly.asyncqueue.AsyncQueueRecord
 
notifyIOEventDisabled(NIOConnection, IOEvent) - Static method in class org.glassfish.grizzly.nio.NIOConnection
Notify registered ConnectionProbes about the IO Event disabled event.
notifyIOEventEnabled(NIOConnection, IOEvent) - Static method in class org.glassfish.grizzly.nio.NIOConnection
Notify registered ConnectionProbes about the IO Event enabled event.
notifyIOEventReady(NIOConnection, IOEvent) - Static method in class org.glassfish.grizzly.nio.NIOConnection
Notify registered ConnectionProbes about the IO Event ready event.
notifyNew() - Method in class org.glassfish.grizzly.servlet.HttpSessionImpl
Invoke to notify all registered HttpSessionListener of the session has just been created.
notifyProbesAccept(NIOConnection, NIOConnection) - Static method in class org.glassfish.grizzly.nio.NIOConnection
Notify registered ConnectionProbes about the accept event.
notifyProbesBeforePause(AbstractTransport) - Static method in class org.glassfish.grizzly.AbstractTransport
Notify registered TransportProbes about the before-pause event.
notifyProbesBeforeResume(AbstractTransport) - Static method in class org.glassfish.grizzly.AbstractTransport
Notify registered TransportProbes about the before-resume event.
notifyProbesBeforeStart(AbstractTransport) - Static method in class org.glassfish.grizzly.AbstractTransport
Notify registered TransportProbes about the before-start event.
notifyProbesBeforeStop(AbstractTransport) - Static method in class org.glassfish.grizzly.AbstractTransport
Notify registered TransportProbes about the before-stop event.
notifyProbesBind(NIOConnection) - Static method in class org.glassfish.grizzly.nio.NIOConnection
Notify registered ConnectionProbes about the bind event.
notifyProbesClose(NIOConnection) - Static method in class org.glassfish.grizzly.nio.NIOConnection
Notify registered ConnectionProbes about the close event.
notifyProbesConfigChanged(AbstractTransport) - Static method in class org.glassfish.grizzly.AbstractTransport
Notify registered TransportProbes about the config changed event.
notifyProbesConnect(NIOConnection) - Static method in class org.glassfish.grizzly.nio.NIOConnection
Notify registered ConnectionProbes about the connect event.
notifyProbesConnectionAccepted(KeepAlive, Connection) - Static method in class org.glassfish.grizzly.http.KeepAlive
Notify registered KeepAliveProbes about the "keep-alive connection accepted" event.
notifyProbesEntryAdded(FileCache, FileCacheEntry) - Static method in class org.glassfish.grizzly.http.server.filecache.FileCache
Notify registered FileCacheProbes about the "entry added" event.
notifyProbesEntryHit(FileCache, FileCacheEntry) - Static method in class org.glassfish.grizzly.http.server.filecache.FileCache
Notify registered FileCacheProbes about the "entry hit event.
notifyProbesEntryMissed(FileCache, HttpRequestPacket) - Static method in class org.glassfish.grizzly.http.server.filecache.FileCache
Notify registered FileCacheProbes about the "entry missed" event.
notifyProbesEntryRemoved(FileCache, FileCacheEntry) - Static method in class org.glassfish.grizzly.http.server.filecache.FileCache
Notify registered FileCacheProbes about the "entry removed" event.
notifyProbesError(FileCache, Throwable) - Static method in class org.glassfish.grizzly.http.server.filecache.FileCache
Notify registered FileCacheProbes about the error.
notifyProbesError(NIOConnection, Throwable) - Static method in class org.glassfish.grizzly.nio.NIOConnection
Notify registered ConnectionProbes about the error.
notifyProbesError(NIOTransport, Throwable) - Static method in class org.glassfish.grizzly.nio.NIOTransport
Notify registered TransportProbes about the error.
notifyProbesHit(KeepAlive, Connection, int) - Static method in class org.glassfish.grizzly.http.KeepAlive
Notify registered KeepAliveProbes about the "keep-alive connection hit" event.
notifyProbesPause(AbstractTransport) - Static method in class org.glassfish.grizzly.AbstractTransport
Notify registered TransportProbes about the pause event.
notifyProbesPause(NIOTransport) - Static method in class org.glassfish.grizzly.nio.NIOTransport
Notify registered TransportProbes about the pause event.
notifyProbesRead(NIOConnection, Buffer, int) - Static method in class org.glassfish.grizzly.nio.NIOConnection
Notify registered ConnectionProbes about the read event.
notifyProbesRefused(KeepAlive, Connection) - Static method in class org.glassfish.grizzly.http.KeepAlive
Notify registered KeepAliveProbes about the "keep-alive connection refused" event.
notifyProbesResume(NIOTransport) - Static method in class org.glassfish.grizzly.nio.NIOTransport
Notify registered TransportProbes about the resume event.
notifyProbesStart(NIOTransport) - Static method in class org.glassfish.grizzly.nio.NIOTransport
Notify registered TransportProbes about the start event.
notifyProbesStop(AbstractTransport) - Static method in class org.glassfish.grizzly.AbstractTransport
Notify registered TransportProbes about the stop event.
notifyProbesStop(NIOTransport) - Static method in class org.glassfish.grizzly.nio.NIOTransport
Notify registered TransportProbes about the stop event.
notifyProbesTimeout(KeepAlive, Connection) - Static method in class org.glassfish.grizzly.http.KeepAlive
Notify registered KeepAliveProbes about the "keep-alive connection timeout" event.
notifyProbesWrite(NIOConnection, Buffer, long) - Static method in class org.glassfish.grizzly.nio.NIOConnection
Notify registered ConnectionProbes about the write event.
notifyReady() - Method in class org.glassfish.grizzly.nio.transport.TCPNIOConnection
 
notifyReady() - Method in class org.glassfish.grizzly.nio.transport.UDPNIOConnection
 
notifyResult(FutureImpl<R>, CompletionHandler<R>, R) - Static method in class org.glassfish.grizzly.utils.Futures
Complete passed FutureImpl and CompletionHandler using the passed result object.
notifyTransportError(Throwable) - Method in class org.glassfish.grizzly.nio.NIOTransport
Method gets invoked, when error occur during the Transport lifecycle.
notifyTransportError(Throwable) - Method in interface org.glassfish.grizzly.Transport
Method gets invoked, when error occur during the Transport lifecycle.
notifyUpstream(FilterChainEvent) - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
 
notifyUpstream(FilterChainEvent, CompletionHandler<FilterChainContext>) - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
 
notifyWhenConditionMatchState(Condition, CompletionHandler<E>) - Method in class org.glassfish.grizzly.utils.StateHolder
Register listener, which will be notified, when state will match the condition.
notifyWhenStateIsEqual(E, CompletionHandler<E>) - Method in class org.glassfish.grizzly.utils.StateHolder
Register listener, which will be notified, when state will be equal to passed one.
notifyWhenStateIsNotEqual(E, CompletionHandler<E>) - Method in class org.glassfish.grizzly.utils.StateHolder
Register listener, which will be notified, when state will become not equal to passed one.
notifyWritePossible(Connection, WriteHandler, int) - Method in interface org.glassfish.grizzly.asyncqueue.AsyncQueueWriter
Deprecated.
the size parameter will be ignored, use {@link #notifyWritePossible(org.glassfish.grizzly.Connection, org.glassfish.grizzly.WriteHandler) instead.
notifyWritePossible(Connection, WriteHandler) - Method in interface org.glassfish.grizzly.asyncqueue.AsyncQueueWriter
Registers WriteHandler, which will be notified ones the Connection is able to accept more bytes to be written.
notifyWritePossible(WriteHandler) - Method in class org.glassfish.grizzly.asyncqueue.TaskQueue
 
notifyWritePossible(WriteHandler, int) - Method in class org.glassfish.grizzly.asyncqueue.TaskQueue
 
notifyWritePossible(Connection, WriteHandler, int) - Method in class org.glassfish.grizzly.nio.AbstractNIOAsyncQueueWriter
Deprecated.
notifyWritePossible(Connection, WriteHandler) - Method in class org.glassfish.grizzly.nio.AbstractNIOAsyncQueueWriter
 
notifyWritePossible(Connection, WriteHandler) - Method in class org.glassfish.grizzly.nio.tmpselectors.TemporarySelectorWriter
Registers WriteHandler, which will be notified ones at least one byte can be written.
notifyWritePossible(Connection<L>, WriteHandler) - Method in interface org.glassfish.grizzly.Writer
Registers WriteHandler, which will be notified ones at least one byte can be written.
nowPos64 - Variable in class org.glassfish.grizzly.compression.lzma.LZMADecoder.LZMAInputState
 
NullaryFunction<T> - Interface in org.glassfish.grizzly.attributes
Deprecated.
NullaryFunction<T> - Interface in org.glassfish.grizzly.utils
General initializer interface.

O

ob - Variable in class org.glassfish.grizzly.servlet.ServletWriterImpl
 
object - Variable in class org.glassfish.grizzly.http.server.util.Mapper.MapElement
 
ObjectCache() - Constructor for class org.glassfish.grizzly.ThreadCache.ObjectCache
 
ObjectCacheElement(int) - Constructor for class org.glassfish.grizzly.ThreadCache.ObjectCacheElement
 
ObjectFactory - Class in org.glassfish.grizzly.samples.jaxws.addclient
This object contains factory methods for each Java content interface and Java element interface generated in the org.glassfish.grizzly.jaxws.addclient package.
ObjectFactory() - Constructor for class org.glassfish.grizzly.samples.jaxws.addclient.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.glassfish.grizzly.jaxws.addclient
ObjectPool<E extends PoolableObject> - Interface in org.glassfish.grizzly.utils
Basic interface for object pool implementations
obtainArrayCopy() - Method in class org.glassfish.grizzly.utils.ArraySet
Get the copy of the underlying array.
obtainContext(Connection) - Method in class org.glassfish.grizzly.filterchain.AbstractFilterChain
Creates Context
obtainContext(Connection) - Method in interface org.glassfish.grizzly.Processor
Creates Context
obtainContext(Connection) - Method in class org.glassfish.grizzly.StandaloneProcessor
 
obtainCurrentElement() - Method in class org.glassfish.grizzly.asyncqueue.TaskQueue
Get the current processing task, if the current in not set, take the task from the queue.
obtainCurrentElementAndReserve() - Method in class org.glassfish.grizzly.asyncqueue.TaskQueue
Gets the current processing task and reserves its place.
obtainFilterChainContext(Connection) - Method in class org.glassfish.grizzly.filterchain.AbstractFilterChain
 
obtainFilterChainContext(Connection, int, int, int) - Method in class org.glassfish.grizzly.filterchain.AbstractFilterChain
 
obtainFilterChainContext(Connection) - Method in interface org.glassfish.grizzly.filterchain.FilterChain
 
obtainFilterChainContext(Connection, int, int, int) - Method in interface org.glassfish.grizzly.filterchain.FilterChain
 
obtainIndex(Class<E>, int) - Static method in class org.glassfish.grizzly.ThreadCache
 
obtainIndex(String, Class<E>, int) - Static method in class org.glassfish.grizzly.ThreadCache
 
obtainMappingData() - Method in class org.glassfish.grizzly.http.server.Request
 
obtainMemoryManager(AttributeStorage) - Method in class org.glassfish.grizzly.AbstractTransformer
 
obtainPostponedTasks() - Method in class org.glassfish.grizzly.nio.SelectorRunner
 
obtainProcessor(IOEvent, Connection) - Method in class org.glassfish.grizzly.AbstractTransport
Gets the default Processor, which will process Transport Connections I/O events in case, if Connection doesn't have own Processor preferences.
obtainProcessor(IOEvent) - Method in interface org.glassfish.grizzly.Connection
Gets the Processor, which will process Connection I/O event.
obtainProcessor(IOEvent) - Method in class org.glassfish.grizzly.nio.NIOConnection
 
obtainProcessor(IOEvent, Connection) - Method in interface org.glassfish.grizzly.Transport
Gets the default Processor, which will process Transport Connections I/O events in case, if Connection doesn't have own Processor preferences.
obtainProcessorState(Processor, NullaryFunction<E>) - Method in interface org.glassfish.grizzly.Connection
Returns the Processor state associated with this Connection.
obtainProcessorState(Processor, NullaryFunction<E>) - Method in class org.glassfish.grizzly.nio.NIOConnection
 
obtainSingleEndpointPool(EndpointKey<E>) - Method in class org.glassfish.grizzly.connectionpool.MultiEndpointPool
Obtains SingleEndpointPool associated with the specific endpoint represented by EndpointKey.
obtainStateObject(AttributeStorage) - Method in class org.glassfish.grizzly.AbstractTransformer
 
offer(E) - Method in class org.glassfish.grizzly.asyncqueue.TaskQueue
Add the new task into the task queue.
offer(Selector) - Method in class org.glassfish.grizzly.nio.tmpselectors.TemporarySelectorPool
 
offer(E) - Method in interface org.glassfish.grizzly.utils.ObjectPool
 
offerToTaskQueue(NIOConnection, AsyncWriteQueueRecord, TaskQueue<AsyncWriteQueueRecord>) - Static method in class org.glassfish.grizzly.nio.AbstractNIOAsyncQueueWriter
 
offerToTaskQueue(NIOConnection, AsyncWriteQueueRecord, TaskQueue<AsyncWriteQueueRecord>) - Static method in class org.glassfish.grizzly.nio.transport.TCPNIOAsyncQueueWriter
 
offset - Variable in class org.glassfish.grizzly.http.HttpCodecFilter.HeaderParsingState
 
offset - Variable in class org.glassfish.grizzly.memory.HeapBuffer
 
OK_200 - Static variable in class org.glassfish.grizzly.http.util.HttpStatus
 
OLD_COOKIE_FORMAT - Static variable in class org.glassfish.grizzly.http.util.CookieUtils
 
onAccept(Connection, WritableMessage) - Method in interface org.glassfish.grizzly.asyncqueue.PushBackHandler
Deprecated.
The method is invoked once message is accepted by Writer.
onAccept() - Method in class org.glassfish.grizzly.nio.transport.TCPNIOServerConnection
Method will be called by framework, when async accept will be ready
onAcceptEvent(Connection, Connection) - Method in class org.glassfish.grizzly.ConnectionProbe.Adapter
Method will be called, when server side connection gets accepted.
onAcceptEvent(Connection, Connection) - Method in interface org.glassfish.grizzly.ConnectionProbe
Method will be called, when server side connection gets accepted.
onAdded(FilterChain) - Method in class org.glassfish.grizzly.filterchain.BaseFilter
Method is called, when the Filter has been added to the passed FilterChain.
onAdded(FilterChain) - Method in interface org.glassfish.grizzly.filterchain.Filter
Method is called, when the Filter has been added to the passed FilterChain.
onAdded(FilterChain) - Method in class org.glassfish.grizzly.utils.LogFilter
 
onAfterService(Request) - Method in interface org.glassfish.grizzly.http.server.AfterServiceListener
The method will be called once the Request processing will be completed.
onAfterService() - Method in class org.glassfish.grizzly.http.server.Request
 
onAllDataRead() - Method in class org.glassfish.grizzly.http.multipart.MultipartReadHandler
 
onAllDataRead() - Method in interface org.glassfish.grizzly.ReadHandler
Invoked when all data for the current request has been read.
onBeforePauseEvent(Transport) - Method in class org.glassfish.grizzly.TransportProbe.Adapter
Method will be called before pausing the Transport.
onBeforePauseEvent(Transport) - Method in interface org.glassfish.grizzly.TransportProbe
Method will be called before pausing the Transport.
onBeforeResumeEvent(Transport) - Method in class org.glassfish.grizzly.TransportProbe.Adapter
Method will be called before resuming the Transport.
onBeforeResumeEvent(Transport) - Method in interface org.glassfish.grizzly.TransportProbe
Method will be called before resuming the Transport.
onBeforeServiceEvent(HttpServerFilter, Connection, Request, HttpHandler) - Method in class org.glassfish.grizzly.http.server.HttpServerProbe.Adapter
onBeforeServiceEvent(HttpServerFilter, Connection, Request, HttpHandler) - Method in interface org.glassfish.grizzly.http.server.HttpServerProbe
onBeforeStartEvent(Transport) - Method in class org.glassfish.grizzly.TransportProbe.Adapter
Method will be called before starting the Transport.
onBeforeStartEvent(Transport) - Method in interface org.glassfish.grizzly.TransportProbe
Method will be called before starting the Transport.
onBeforeStopEvent(Transport) - Method in class org.glassfish.grizzly.TransportProbe.Adapter
Method will be called before stopping the Transport.
onBeforeStopEvent(Transport) - Method in interface org.glassfish.grizzly.TransportProbe
Method will be called before stopping the Transport.
onBindEvent(Connection) - Method in class org.glassfish.grizzly.ConnectionProbe.Adapter
Method will be called, when server side connection gets bound.
onBindEvent(Connection) - Method in interface org.glassfish.grizzly.ConnectionProbe
Method will be called, when server side connection gets bound.
onBufferAllocateEvent(int) - Method in class org.glassfish.grizzly.memory.MemoryProbe.Adapter
Called by MemoryManager, when new buffer gets allocated
onBufferAllocateEvent(int) - Method in interface org.glassfish.grizzly.memory.MemoryProbe
Called by MemoryManager, when new buffer gets allocated
onBufferAllocateFromPoolEvent(int) - Method in class org.glassfish.grizzly.memory.MemoryProbe.Adapter
Called by MemoryManager, when buffer gets allocated from some pool
onBufferAllocateFromPoolEvent(int) - Method in interface org.glassfish.grizzly.memory.MemoryProbe
Called by MemoryManager, when buffer gets allocated from some pool
onBufferReleaseToPoolEvent(int) - Method in class org.glassfish.grizzly.memory.MemoryProbe.Adapter
Called by MemoryManager, when buffer gets releaed into a buffer pool
onBufferReleaseToPoolEvent(int) - Method in interface org.glassfish.grizzly.memory.MemoryProbe
Called by MemoryManager, when buffer gets releaed into a buffer pool
onClose(Connection) - Method in interface org.glassfish.grizzly.asyncqueue.AsyncQueue
Callback method, which is called, when Connection has been closed, to let processor release a connection associated resources.
onClose() - Method in class org.glassfish.grizzly.asyncqueue.TaskQueue
 
onClose(Throwable) - Method in class org.glassfish.grizzly.asyncqueue.TaskQueue
 
onClose(Connection) - Method in class org.glassfish.grizzly.nio.AbstractNIOAsyncQueueReader
Callback method, which is called, when Connection has been closed, to let processor release a connection associated resources.
onClose(Connection) - Method in class org.glassfish.grizzly.nio.AbstractNIOAsyncQueueWriter
Callback method, which is called, when Connection has been closed, to let processor release a connection associated resources.
onClose(DataFrame) - Method in class org.glassfish.grizzly.websockets.SimpleWebSocket
 
onClose(DataFrame) - Method in interface org.glassfish.grizzly.websockets.WebSocket
This callback will be invoked when the remote end-point sent a closing frame.
onClose(WebSocket, DataFrame) - Method in class org.glassfish.grizzly.websockets.WebSocketAdapter
 
onClose(WebSocket, DataFrame) - Method in class org.glassfish.grizzly.websockets.WebSocketApplication
When a WebSocket.onClose(DataFrame) is invoked, the WebSocket will be unassociated with this application and closed.
onClose(WebSocket, DataFrame) - Method in interface org.glassfish.grizzly.websockets.WebSocketListener
Invoked when WebSocket.onClose(DataFrame) has been called on a particular WebSocket instance.
onClosed(T, C) - Method in interface org.glassfish.grizzly.CloseListener
 
onClosed(Connection, Connection.CloseType) - Method in interface org.glassfish.grizzly.Connection.CloseListener
Deprecated.
 
onClosed() - Method in class org.glassfish.grizzly.nio.transport.DefaultStreamWriter.Output
 
onClosed() - Method in class org.glassfish.grizzly.streams.BufferedOutput
 
onClosed() - Method in class org.glassfish.grizzly.streams.TransformerOutput
 
onCloseEvent(Connection) - Method in class org.glassfish.grizzly.ConnectionProbe.Adapter
Method will be called, when Connection gets closed.
onCloseEvent(Connection) - Method in interface org.glassfish.grizzly.ConnectionProbe
Method will be called, when Connection gets closed.
onCloseInputSource() - Method in class org.glassfish.grizzly.nio.transport.DefaultStreamReader.Input
 
onCloseInputSource() - Method in class org.glassfish.grizzly.streams.BufferedInput
 
onCloseInputSource() - Method in class org.glassfish.grizzly.streams.TransformerInput
 
onCommit() - Method in interface org.glassfish.grizzly.http.io.OutputBuffer.LifeCycleListener
 
onComplete(Context, Object) - Method in class org.glassfish.grizzly.EmptyIOEventProcessingHandler
IOEvent processing completed.
onComplete(FilterChainContext) - Method in interface org.glassfish.grizzly.filterchain.FilterChainContext.CompletionListener
The method is called, when passed FilterChainContext processing is complete.
onComplete() - Method in class org.glassfish.grizzly.impl.SafeFutureImpl
The method is called when this SafeFutureImpl is marked as completed.
onComplete(Context, Object) - Method in class org.glassfish.grizzly.IOEventProcessingHandler.Adapter
IOEvent processing completed.
onComplete(Context, Object) - Method in interface org.glassfish.grizzly.IOEventProcessingHandler
IOEvent processing completed.
onComplete(Connection) - Method in interface org.glassfish.grizzly.ssl.SSLBaseFilter.HandshakeListener
 
onConfigChangeEvent(Transport) - Method in class org.glassfish.grizzly.TransportProbe.Adapter
Method will be called, when the Transport configuration gets changed.
onConfigChangeEvent(Transport) - Method in interface org.glassfish.grizzly.TransportProbe
Method will be called, when the Transport configuration gets changed.
onConnect() - Method in class org.glassfish.grizzly.nio.transport.TCPNIOConnection
Method will be called, when the connection gets connected.
onConnect() - Method in class org.glassfish.grizzly.nio.transport.UDPNIOConnection
Method will be called, when the connection gets connected.
onConnect() - Method in class org.glassfish.grizzly.websockets.SimpleWebSocket
 
onConnect() - Method in interface org.glassfish.grizzly.websockets.WebSocket
This callback will be invoked when the opening handshake between both endpoints has been completed.
onConnect(WebSocket) - Method in class org.glassfish.grizzly.websockets.WebSocketAdapter
 
onConnect(WebSocket) - Method in class org.glassfish.grizzly.websockets.WebSocketApplication
When a new WebSocket connection is made to this application, the WebSocket will be associated with this application.
onConnect(WebSocket) - Method in interface org.glassfish.grizzly.websockets.WebSocketListener
Invoked when the opening handshake has been completed for a specific WebSocket instance.
onConnectedAsync(TCPNIOConnection, CompletionHandler<Connection>) - Static method in class org.glassfish.grizzly.nio.transport.TCPNIOConnectorHandler
 
onConnectEvent(Connection) - Method in class org.glassfish.grizzly.ConnectionProbe.Adapter
Method will be called, when client side connection gets connected (opened).
onConnectEvent(Connection) - Method in interface org.glassfish.grizzly.ConnectionProbe
Method will be called, when client side connection gets connected (opened).
onConnectionAcceptEvent(Connection) - Method in class org.glassfish.grizzly.http.KeepAliveProbe.Adapter
Method will be called, when new keep-alive HTTP connection is getting established.
onConnectionAcceptEvent(Connection) - Method in interface org.glassfish.grizzly.http.KeepAliveProbe
Method will be called, when new keep-alive HTTP connection is getting established.
onContentChunkParseEvent(Connection, HttpContent) - Method in class org.glassfish.grizzly.http.HttpProbe.Adapter
Method will be called, when HTTP message content chunk gets parsed (either request or response).
onContentChunkParseEvent(Connection, HttpContent) - Method in interface org.glassfish.grizzly.http.HttpProbe
Method will be called, when HTTP message content chunk gets parsed (either request or response).
onContentChunkSerializeEvent(Connection, HttpContent) - Method in class org.glassfish.grizzly.http.HttpProbe.Adapter
Method will be called, when HTTP message content chunk is prepared to be serialized (either request or response).
onContentChunkSerializeEvent(Connection, HttpContent) - Method in interface org.glassfish.grizzly.http.HttpProbe
Method will be called, when HTTP message content chunk is prepared to be serialized (either request or response).
onContentEncodingParseEvent(Connection, HttpHeader, Buffer, ContentEncoding) - Method in class org.glassfish.grizzly.http.HttpProbe.Adapter
Method will be called, when ContentEncoding will be applied during the parsing/decoding of the certain HTTP message content chunk.
onContentEncodingParseEvent(Connection, HttpHeader, Buffer, ContentEncoding) - Method in interface org.glassfish.grizzly.http.HttpProbe
Method will be called, when ContentEncoding will be applied during the parsing/decoding of the certain HTTP message content chunk.
onContentEncodingParseResultEvent(Connection, HttpHeader, Buffer, ContentEncoding) - Method in class org.glassfish.grizzly.http.HttpProbe.Adapter
This method will be called after the ContentEncoding has been applied.
onContentEncodingParseResultEvent(Connection, HttpHeader, Buffer, ContentEncoding) - Method in interface org.glassfish.grizzly.http.HttpProbe
This method will be called after the ContentEncoding has been applied.
onContentEncodingSerializeEvent(Connection, HttpHeader, Buffer, ContentEncoding) - Method in class org.glassfish.grizzly.http.HttpProbe.Adapter
/** Method will be called, when ContentEncoding will be applied during the serialization/encoding of the certain HTTP message content chunk.
onContentEncodingSerializeEvent(Connection, HttpHeader, Buffer, ContentEncoding) - Method in interface org.glassfish.grizzly.http.HttpProbe
/** Method will be called, when ContentEncoding will be applied during the serialization/encoding of the certain HTTP message content chunk.
onContentEncodingSerializeResultEvent(Connection, HttpHeader, Buffer, ContentEncoding) - Method in class org.glassfish.grizzly.http.HttpProbe.Adapter
Method will be called, when ContentEncoding will be applied during the serialization/encoding of the certain HTTP message content chunk.
onContentEncodingSerializeResultEvent(Connection, HttpHeader, Buffer, ContentEncoding) - Method in interface org.glassfish.grizzly.http.HttpProbe
Method will be called, when ContentEncoding will be applied during the serialization/encoding of the certain HTTP message content chunk.
onContextManualIOEventControl(Context) - Method in class org.glassfish.grizzly.EmptyIOEventProcessingHandler
Processing switched to the manual IOEvent control.
onContextManualIOEventControl(Context) - Method in class org.glassfish.grizzly.IOEventProcessingHandler.Adapter
Processing switched to the manual IOEvent control.
onContextManualIOEventControl(Context) - Method in interface org.glassfish.grizzly.IOEventProcessingHandler
Processing switched to the manual IOEvent control.
onContextResume(Context) - Method in class org.glassfish.grizzly.EmptyIOEventProcessingHandler
IOEvent processing resumed.
onContextResume(Context) - Method in class org.glassfish.grizzly.IOEventProcessingHandler.Adapter
IOEvent processing resumed.
onContextResume(Context) - Method in interface org.glassfish.grizzly.IOEventProcessingHandler
IOEvent processing resumed.
onContextSuspend(Context) - Method in class org.glassfish.grizzly.EmptyIOEventProcessingHandler
IOEvent processing suspended.
onContextSuspend(Context) - Method in class org.glassfish.grizzly.IOEventProcessingHandler.Adapter
IOEvent processing suspended.
onContextSuspend(Context) - Method in interface org.glassfish.grizzly.IOEventProcessingHandler
IOEvent processing suspended.
onCopy(FilterChainContext, FilterChainContext) - Method in interface org.glassfish.grizzly.filterchain.FilterChainContext.CopyListener
The method is called, when passed FilterChainContext is copied.
onDataAvailable() - Method in class org.glassfish.grizzly.http.multipart.MultipartReadHandler
 
onDataAvailable() - Method in interface org.glassfish.grizzly.ReadHandler
Invoked when data is available to be read without blocking.
onDataReceivedEvent(Connection, Buffer) - Method in class org.glassfish.grizzly.http.HttpProbe.Adapter
Method will be called, when Buffer will come for processing to the HttpCodecFilter (either request or response).
onDataReceivedEvent(Connection, Buffer) - Method in interface org.glassfish.grizzly.http.HttpProbe
Method will be called, when Buffer will come for processing to the HttpCodecFilter (either request or response).
onDataSentEvent(Connection, Buffer) - Method in class org.glassfish.grizzly.http.HttpProbe.Adapter
Method will be called, when Buffer, produced by the HttpCodecFilter will be ready to go to the next Filter in the chain and finally written on wire.
onDataSentEvent(Connection, Buffer) - Method in interface org.glassfish.grizzly.http.HttpProbe
Method will be called, when Buffer, produced by the HttpCodecFilter will be ready to go to the next Filter in the chain and finally written on wire.
onDeregister(GrizzlyJmxManager) - Method in class org.glassfish.grizzly.http.jmx.HttpCodecFilter
Method will be called right after this JmxObject is unregistered by the JMX manager.
onDeregister(GrizzlyJmxManager) - Method in class org.glassfish.grizzly.http.jmx.KeepAlive
Method will be called right after this JmxObject is unregistered by the JMX manager.
onDeregister(GrizzlyJmxManager) - Method in class org.glassfish.grizzly.http.server.filecache.jmx.FileCache
Method will be called right after this JmxObject is unregistered by the JMX manager.
onDeregister(GrizzlyJmxManager) - Method in class org.glassfish.grizzly.http.server.jmx.HttpServer
Method will be called right after this JmxObject is unregistered by the JMX manager.
onDeregister(GrizzlyJmxManager) - Method in class org.glassfish.grizzly.http.server.jmx.HttpServerFilter
 
onDeregister(GrizzlyJmxManager) - Method in class org.glassfish.grizzly.http.server.jmx.NetworkListener
Method will be called right after this JmxObject is unregistered by the JMX manager.
onDeregister(GrizzlyJmxManager) - Method in class org.glassfish.grizzly.memory.jmx.MemoryManager
 
onDeregister(GrizzlyJmxManager) - Method in class org.glassfish.grizzly.monitoring.jmx.JmxObject
Method will be called right after this JmxObject is unregistered by the JMX manager.
onDeregister(GrizzlyJmxManager) - Method in class org.glassfish.grizzly.nio.transport.jmx.NIOTransport
 
onDeregister(GrizzlyJmxManager) - Method in class org.glassfish.grizzly.threadpool.jmx.ThreadPool
Method will be called right after this JmxObject is unregistered by the JMX manager.
onEntryAddedEvent(FileCache, FileCacheEntry) - Method in class org.glassfish.grizzly.http.server.filecache.FileCacheProbe.Adapter
Method will be called, when file cache entry gets added.
onEntryAddedEvent(FileCache, FileCacheEntry) - Method in interface org.glassfish.grizzly.http.server.filecache.FileCacheProbe
Method will be called, when file cache entry gets added.
onEntryHitEvent(FileCache, FileCacheEntry) - Method in class org.glassfish.grizzly.http.server.filecache.FileCacheProbe.Adapter
Method will be called, when file cache entry gets hit.
onEntryHitEvent(FileCache, FileCacheEntry) - Method in interface org.glassfish.grizzly.http.server.filecache.FileCacheProbe
Method will be called, when file cache entry gets hit.
onEntryMissedEvent(FileCache, String, String) - Method in class org.glassfish.grizzly.http.server.filecache.FileCacheProbe.Adapter
Method will be called, when file cache entry is missed for some resource.
onEntryMissedEvent(FileCache, String, String) - Method in interface org.glassfish.grizzly.http.server.filecache.FileCacheProbe
Method will be called, when file cache entry is missed for some resource.
onEntryRemovedEvent(FileCache, FileCacheEntry) - Method in class org.glassfish.grizzly.http.server.filecache.FileCacheProbe.Adapter
Method will be called, when file cache entry gets removed.
onEntryRemovedEvent(FileCache, FileCacheEntry) - Method in interface org.glassfish.grizzly.http.server.filecache.FileCacheProbe
Method will be called, when file cache entry gets removed.
onError(Context, Object) - Method in class org.glassfish.grizzly.EmptyIOEventProcessingHandler
Error occurred during IOEvent processing.
onError(Throwable) - Method in class org.glassfish.grizzly.http.multipart.MultipartReadHandler
 
onError(Context, Object) - Method in class org.glassfish.grizzly.IOEventProcessingHandler.Adapter
Error occurred during IOEvent processing.
onError(Context, Object) - Method in interface org.glassfish.grizzly.IOEventProcessingHandler
Error occurred during IOEvent processing.
onError(Throwable) - Method in interface org.glassfish.grizzly.ReadHandler
Invoked when an error occurs processing the request asynchronously.
onError(WebSocket, Throwable) - Method in class org.glassfish.grizzly.websockets.WebSocketApplication
This method will be invoked if an unexpected exception is caught by the WebSocket runtime.
onError(Throwable) - Method in interface org.glassfish.grizzly.WriteHandler
Invoked when an error occurs processing the request asynchronously.
onErrorEvent(Connection, Throwable) - Method in class org.glassfish.grizzly.ConnectionProbe.Adapter
Method will be called, when error occurs on the Connection.
onErrorEvent(Connection, Throwable) - Method in interface org.glassfish.grizzly.ConnectionProbe
Method will be called, when error occurs on the Connection.
onErrorEvent(Connection, HttpPacket, Throwable) - Method in class org.glassfish.grizzly.http.HttpProbe.Adapter
Method will be called, when error occurs during the HttpCodecFilter processing.
onErrorEvent(Connection, HttpPacket, Throwable) - Method in interface org.glassfish.grizzly.http.HttpProbe
Method will be called, when error occurs during the HttpCodecFilter processing.
onErrorEvent(FileCache, Throwable) - Method in class org.glassfish.grizzly.http.server.filecache.FileCacheProbe.Adapter
Method will be called, when error occurs on the FileCache.
onErrorEvent(FileCache, Throwable) - Method in interface org.glassfish.grizzly.http.server.filecache.FileCacheProbe
Method will be called, when error occurs on the FileCache.
onErrorEvent(Transport, Throwable) - Method in class org.glassfish.grizzly.TransportProbe.Adapter
Method will be called, when error occurs on the Transport.
onErrorEvent(Transport, Throwable) - Method in interface org.glassfish.grizzly.TransportProbe
Method will be called, when error occurs on the Transport.
onEvent(CometEvent) - Method in interface org.glassfish.grizzly.comet.CometHandler
Receive CometEvent notification.
onEvent(CometEvent) - Method in class org.glassfish.grizzly.comet.DefaultCometHandler
 
onExpectAcknowledgement(HttpServletRequest, HttpServletResponse, ExpectationHandler.AckAction) - Method in interface org.glassfish.grizzly.servlet.ExpectationHandler
Method is getting called by framework if HTTP request contains "Expect" header.
onExtensionNegotiation(List<Extension>) - Method in class org.glassfish.grizzly.websockets.WebSocketApplication
Invoked during the handshake if the client has advertised extensions it may use and one or more extensions intersect with those returned by WebSocketApplication.getSupportedExtensions().
onFilterChainChanged(FilterChain) - Method in class org.glassfish.grizzly.filterchain.BaseFilter
Method is called, when the FilterChain this Filter is part of, has been changed.
onFilterChainChanged(FilterChain) - Method in interface org.glassfish.grizzly.filterchain.Filter
Method is called, when the FilterChain this Filter is part of, has been changed.
onFilterChainChanged(FilterChain) - Method in class org.glassfish.grizzly.ssl.SSLBaseFilter
 
onFilterChainChanged(FilterChain) - Method in class org.glassfish.grizzly.utils.LogFilter
 
onFragment(boolean, byte[]) - Method in class org.glassfish.grizzly.websockets.SimpleWebSocket
 
onFragment(boolean, String) - Method in class org.glassfish.grizzly.websockets.SimpleWebSocket
 
onFragment(boolean, String) - Method in interface org.glassfish.grizzly.websockets.WebSocket
This callback will be invoked when a fragmented textual message has been received.
onFragment(boolean, byte[]) - Method in interface org.glassfish.grizzly.websockets.WebSocket
This callback will be invoked when a fragmented binary message has been received.
onFragment(WebSocket, String, boolean) - Method in class org.glassfish.grizzly.websockets.WebSocketAdapter
 
onFragment(WebSocket, byte[], boolean) - Method in class org.glassfish.grizzly.websockets.WebSocketAdapter
 
onFragment(WebSocket, String, boolean) - Method in interface org.glassfish.grizzly.websockets.WebSocketListener
Invoked when WebSocket.onFragment(boolean, String) has been called on a particular WebSocket instance.
onFragment(WebSocket, byte[], boolean) - Method in interface org.glassfish.grizzly.websockets.WebSocketListener
Invoked when WebSocket.onFragment(boolean, byte[]) has been called on a particular WebSocket instance.
onHeaderParseEvent(Connection, HttpHeader, int) - Method in class org.glassfish.grizzly.http.HttpProbe.Adapter
Method will be called, when HTTP message header gets parsed (either request or response).
onHeaderParseEvent(Connection, HttpHeader, int) - Method in interface org.glassfish.grizzly.http.HttpProbe
Method will be called, when HTTP message header gets parsed (either request or response).
onHeaderSerializeEvent(Connection, HttpHeader, Buffer) - Method in class org.glassfish.grizzly.http.HttpProbe.Adapter
Method will be called, when HTTP message header gets serialized (either request or response).
onHeaderSerializeEvent(Connection, HttpHeader, Buffer) - Method in interface org.glassfish.grizzly.http.HttpProbe
Method will be called, when HTTP message header gets serialized (either request or response).
onHitEvent(Connection, int) - Method in class org.glassfish.grizzly.http.KeepAliveProbe.Adapter
Method will be called, when HTTP request comes on a kept alive connection.
onHitEvent(Connection, int) - Method in interface org.glassfish.grizzly.http.KeepAliveProbe
Method will be called, when HTTP request comes on a kept alive connection.
onHttpContentEncoded(HttpContent, FilterChainContext) - Method in class org.glassfish.grizzly.http.HttpClientFilter
 
onHttpContentEncoded(HttpContent, FilterChainContext) - Method in class org.glassfish.grizzly.http.HttpCodecFilter
Invoked when a HTTP body chunk has been encoded in preparation to being transmitted to the user-agent.
onHttpContentEncoded(HttpContent, FilterChainContext) - Method in class org.glassfish.grizzly.http.HttpServerFilter
 
onHttpContentError(HttpHeader, FilterChainContext, Throwable) - Method in class org.glassfish.grizzly.http.HttpClientFilter
 
onHttpContentError(HttpHeader, FilterChainContext, Throwable) - Method in class org.glassfish.grizzly.http.HttpCodecFilter
Callback which is invoked when parsing an HTTP message payload fails.
onHttpContentError(HttpHeader, FilterChainContext, Throwable) - Method in class org.glassfish.grizzly.http.HttpServerFilter
 
onHttpContentParsed(HttpContent, FilterChainContext) - Method in class org.glassfish.grizzly.http.HttpClientFilter
 
onHttpContentParsed(HttpContent, FilterChainContext) - Method in class org.glassfish.grizzly.http.HttpCodecFilter
Invoked as request/response body content has been processed by this Filter.
onHttpContentParsed(HttpContent, FilterChainContext) - Method in class org.glassfish.grizzly.http.HttpServerFilter
 
onHttpHeaderError(HttpHeader, FilterChainContext, Throwable) - Method in class org.glassfish.grizzly.http.HttpClientFilter
 
onHttpHeaderError(HttpHeader, FilterChainContext, Throwable) - Method in class org.glassfish.grizzly.http.HttpCodecFilter
Callback which is invoked when parsing an HTTP message header fails.
onHttpHeaderError(HttpHeader, FilterChainContext, Throwable) - Method in class org.glassfish.grizzly.http.HttpServerFilter
 
onHttpHeaderParsed(HttpHeader, Buffer, FilterChainContext) - Method in class org.glassfish.grizzly.http.HttpClientFilter
 
onHttpHeaderParsed(HttpHeader, Buffer, FilterChainContext) - Method in class org.glassfish.grizzly.http.HttpCodecFilter
Callback invoked when the HTTP message header parsing is complete.
onHttpHeaderParsed(HttpHeader, Buffer, FilterChainContext) - Method in class org.glassfish.grizzly.http.HttpServerFilter
 
onHttpHeadersEncoded(HttpHeader, FilterChainContext) - Method in class org.glassfish.grizzly.http.HttpClientFilter
 
onHttpHeadersEncoded(HttpHeader, FilterChainContext) - Method in class org.glassfish.grizzly.http.HttpCodecFilter
Invoked when HTTP headers have been encoded in preparation to being transmitted to the user-agent.
onHttpHeadersEncoded(HttpHeader, FilterChainContext) - Method in class org.glassfish.grizzly.http.HttpServerFilter
 
onHttpHeadersParsed(HttpHeader, FilterChainContext) - Method in class org.glassfish.grizzly.http.HttpClientFilter
 
onHttpHeadersParsed(HttpHeader, FilterChainContext) - Method in class org.glassfish.grizzly.http.HttpCodecFilter
Invoked when all headers of the packet have been parsed.
onHttpHeadersParsed(HttpHeader, FilterChainContext) - Method in class org.glassfish.grizzly.http.HttpServerFilter
 
onHttpPacketParsed(HttpHeader, FilterChainContext) - Method in class org.glassfish.grizzly.http.HttpClientFilter
 
onHttpPacketParsed(HttpHeader, FilterChainContext) - Method in class org.glassfish.grizzly.http.HttpCodecFilter
Callback method, called when HttpPacket parsing has been completed.
onHttpPacketParsed(HttpHeader, FilterChainContext) - Method in class org.glassfish.grizzly.http.HttpServerFilter
 
onInitialize(CometEvent) - Method in interface org.glassfish.grizzly.comet.CometHandler
Receive CometEvent notification when Grizzly is about to suspend the connection.
onInitialize(CometEvent) - Method in class org.glassfish.grizzly.comet.DefaultCometHandler
 
onInitialLineEncoded(HttpHeader, FilterChainContext) - Method in class org.glassfish.grizzly.http.HttpClientFilter
 
onInitialLineEncoded(HttpHeader, FilterChainContext) - Method in class org.glassfish.grizzly.http.HttpCodecFilter
Invoked when the intial response line has been encoded in preparation to being transmitted to the user-agent.
onInitialLineEncoded(HttpHeader, FilterChainContext) - Method in class org.glassfish.grizzly.http.HttpServerFilter
 
onInitialLineParsed(HttpHeader, FilterChainContext) - Method in class org.glassfish.grizzly.http.HttpClientFilter
 
onInitialLineParsed(HttpHeader, FilterChainContext) - Method in class org.glassfish.grizzly.http.HttpCodecFilter
Invoked when either the request line or status line has been parsed.
onInitialLineParsed(HttpHeader, FilterChainContext) - Method in class org.glassfish.grizzly.http.HttpServerFilter
 
onInterrupt(CometEvent) - Method in interface org.glassfish.grizzly.comet.CometHandler
Receive CometEvent notification when the underlying tcp communication is resumed by Grizzly.
onInterrupt(CometEvent) - Method in class org.glassfish.grizzly.comet.concurrent.DefaultConcurrentCometHandler
Receive CometEvent notification when the underlying tcp communication is resumed by Grizzly.
onInterrupt(CometEvent) - Method in class org.glassfish.grizzly.comet.DefaultCometHandler
 
onIOEventDisableEvent(Connection, IOEvent) - Method in class org.glassfish.grizzly.ConnectionProbe.Adapter
Method will be called, when IOEvent for the specific Connection gets disabled.
onIOEventDisableEvent(Connection, IOEvent) - Method in interface org.glassfish.grizzly.ConnectionProbe
Method will be called, when IOEvent for the specific Connection gets disabled.
onIOEventEnableEvent(Connection, IOEvent) - Method in class org.glassfish.grizzly.ConnectionProbe.Adapter
Method will be called, when IOEvent for the specific Connection gets enabled.
onIOEventEnableEvent(Connection, IOEvent) - Method in interface org.glassfish.grizzly.ConnectionProbe
Method will be called, when IOEvent for the specific Connection gets enabled.
onIOEventReadyEvent(Connection, IOEvent) - Method in class org.glassfish.grizzly.ConnectionProbe.Adapter
Method will be called, when IOEvent for the specific Connection gets ready.
onIOEventReadyEvent(Connection, IOEvent) - Method in interface org.glassfish.grizzly.ConnectionProbe
Method will be called, when IOEvent for the specific Connection gets ready.
onKeyDeregistered(SelectionKey) - Method in class org.glassfish.grizzly.nio.DefaultSelectionKeyHandler
 
onKeyDeregistered(SelectionKey) - Method in interface org.glassfish.grizzly.nio.SelectionKeyHandler
 
onKeyRegistered(SelectionKey) - Method in class org.glassfish.grizzly.nio.DefaultSelectionKeyHandler
 
onKeyRegistered(SelectionKey) - Method in interface org.glassfish.grizzly.nio.SelectionKeyHandler
 
onLeave(Context) - Method in class org.glassfish.grizzly.EmptyIOEventProcessingHandler
Detaching IOEvent processing out of this Context.
onLeave(Context) - Method in class org.glassfish.grizzly.IOEventProcessingHandler.Adapter
Detaching IOEvent processing out of this Context.
onLeave(Context) - Method in interface org.glassfish.grizzly.IOEventProcessingHandler
Detaching IOEvent processing out of this Context.
onMaxNumberOfThreadsEvent(AbstractThreadPool, int) - Method in class org.glassfish.grizzly.threadpool.ThreadPoolProbe.Adapter
This event may be fired when the AbstractThreadPool implementation has allocated and is managing a number of threads equal to the maximum limit of the pool.
onMaxNumberOfThreadsEvent(AbstractThreadPool, int) - Method in interface org.glassfish.grizzly.threadpool.ThreadPoolProbe
This event may be fired when the AbstractThreadPool implementation has allocated and is managing a number of threads equal to the maximum limit of the pool.
onMaxNumberOfThreadsReached() - Method in class org.glassfish.grizzly.threadpool.AbstractThreadPool
Method is called by AbstractThreadPool, when maximum number of worker threads is reached and task will need to wait in task queue, until one of the threads will be able to process it.
onMessage(byte[]) - Method in class org.glassfish.grizzly.websockets.SimpleWebSocket
 
onMessage(String) - Method in class org.glassfish.grizzly.websockets.SimpleWebSocket
 
onMessage(String) - Method in interface org.glassfish.grizzly.websockets.WebSocket
This callback will be invoked when a text message has been received.
onMessage(byte[]) - Method in interface org.glassfish.grizzly.websockets.WebSocket
This callback will be invoked when a binary message has been received.
onMessage(WebSocket, String) - Method in class org.glassfish.grizzly.websockets.WebSocketAdapter
 
onMessage(WebSocket, byte[]) - Method in class org.glassfish.grizzly.websockets.WebSocketAdapter
 
onMessage(WebSocket, String) - Method in interface org.glassfish.grizzly.websockets.WebSocketListener
Invoked when WebSocket.onMessage(String) has been called on a particular WebSocket instance.
onMessage(WebSocket, byte[]) - Method in interface org.glassfish.grizzly.websockets.WebSocketListener
Invoked when WebSocket.onMessage(String) has been called on a particular WebSocket instance.
onMissingResource(Request, Response) - Method in class org.glassfish.grizzly.http.server.StaticHttpHandlerBase
The method will be called, if the static resource requested by the Request wasn't found, so StaticHttpHandler implementation may try to workaround this situation.
onNotRun(Context) - Method in class org.glassfish.grizzly.EmptyIOEventProcessingHandler
IOEvent wasn't processed.
onNotRun(Context) - Method in class org.glassfish.grizzly.IOEventProcessingHandler.Adapter
IOEvent wasn't processed.
onNotRun(Context) - Method in interface org.glassfish.grizzly.IOEventProcessingHandler
IOEvent wasn't processed.
onOpenInputSource() - Method in class org.glassfish.grizzly.nio.transport.DefaultStreamReader.Input
 
onOpenInputSource() - Method in class org.glassfish.grizzly.streams.BufferedInput
 
onOpenInputSource() - Method in class org.glassfish.grizzly.streams.TransformerInput
 
onPauseEvent(Transport) - Method in class org.glassfish.grizzly.TransportProbe.Adapter
Method will be called when the Transport is paused.
onPauseEvent(Transport) - Method in interface org.glassfish.grizzly.TransportProbe
Method will be called when the Transport is paused.
onPing(DataFrame) - Method in class org.glassfish.grizzly.websockets.SimpleWebSocket
 
onPing(DataFrame) - Method in interface org.glassfish.grizzly.websockets.WebSocket
This callback will be invoked when the remote end-point has sent a ping frame.
onPing(WebSocket, byte[]) - Method in class org.glassfish.grizzly.websockets.WebSocketAdapter
 
onPing(WebSocket, byte[]) - Method in interface org.glassfish.grizzly.websockets.WebSocketListener
Invoked when WebSocket.onPing(DataFrame) has been called on a particular WebSocket instance.
onPong(DataFrame) - Method in class org.glassfish.grizzly.websockets.SimpleWebSocket
 
onPong(DataFrame) - Method in interface org.glassfish.grizzly.websockets.WebSocket
This callback will be invoked when the remote end-point has sent a pong frame.
onPong(WebSocket, byte[]) - Method in class org.glassfish.grizzly.websockets.WebSocketAdapter
 
onPong(WebSocket, byte[]) - Method in interface org.glassfish.grizzly.websockets.WebSocketListener
Invoked when WebSocket.onPong(DataFrame) has been called on a particular WebSocket instance.
onProcessInterest(SelectionKey, int) - Method in class org.glassfish.grizzly.nio.DefaultSelectionKeyHandler
 
onProcessInterest(SelectionKey, int) - Method in interface org.glassfish.grizzly.nio.SelectionKeyHandler
 
onPushBack(Connection, WritableMessage, PushBackContext) - Method in interface org.glassfish.grizzly.asyncqueue.PushBackHandler
Deprecated.
The method is invoked if message was refused by Writer due to I/O or memory limitations.
onQueueFull(CometEvent) - Method in class org.glassfish.grizzly.comet.concurrent.DefaultConcurrentCometHandler
Called in synchronized context when the comet handler's local event queue is full.
default impl resumes the comet handler
onRead(Buffer, int) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOConnection
Method will be called, when some data was read on the connection
onRead(Buffer, int) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOConnection
Method will be called, when some data was read on the connection
onReadEvent(Connection, Buffer, int) - Method in class org.glassfish.grizzly.ConnectionProbe.Adapter
Method will be called, when the Connection has read data.
onReadEvent(Connection, Buffer, int) - Method in interface org.glassfish.grizzly.ConnectionProbe
Method will be called, when the Connection has read data.
onReadFailure(Connection, AsyncReadQueueRecord, IOException) - Method in class org.glassfish.grizzly.nio.AbstractNIOAsyncQueueReader
 
onReadyToRead(Connection) - Method in class org.glassfish.grizzly.nio.AbstractNIOAsyncQueueReader
 
onReadyToRead(Connection) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOAsyncQueueReader
 
onReadyToRead(Connection) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOAsyncQueueReader
 
onReadyToWrite(NIOConnection) - Method in class org.glassfish.grizzly.nio.AbstractNIOAsyncQueueWriter
 
onReadyToWrite(NIOConnection) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOAsyncQueueWriter
 
onReadyToWrite(NIOConnection) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOAsyncQueueWriter
 
onRefuseEvent(Connection) - Method in class org.glassfish.grizzly.http.KeepAliveProbe.Adapter
Method will be called, when the Connection could be used in the keep alive mode, but due to KeepAlive config limitations it will be closed.
onRefuseEvent(Connection) - Method in interface org.glassfish.grizzly.http.KeepAliveProbe
Method will be called, when the Connection could be used in the keep alive mode, but due to KeepAlive config limitations it will be closed.
onRegister(GrizzlyJmxManager, GmbalMBean) - Method in class org.glassfish.grizzly.http.jmx.HttpCodecFilter
Method will be called right after this JmxObject is registered by the JMX manager.
onRegister(GrizzlyJmxManager, GmbalMBean) - Method in class org.glassfish.grizzly.http.jmx.KeepAlive
Method will be called right after this JmxObject is registered by the JMX manager.
onRegister(GrizzlyJmxManager, GmbalMBean) - Method in class org.glassfish.grizzly.http.server.filecache.jmx.FileCache
Method will be called right after this JmxObject is registered by the JMX manager.
onRegister(GrizzlyJmxManager, GmbalMBean) - Method in class org.glassfish.grizzly.http.server.jmx.HttpServer
Method will be called right after this JmxObject is registered by the JMX manager.
onRegister(GrizzlyJmxManager, GmbalMBean) - Method in class org.glassfish.grizzly.http.server.jmx.HttpServerFilter
 
onRegister(GrizzlyJmxManager, GmbalMBean) - Method in class org.glassfish.grizzly.http.server.jmx.NetworkListener
Method will be called right after this JmxObject is registered by the JMX manager.
onRegister(GrizzlyJmxManager, GmbalMBean) - Method in class org.glassfish.grizzly.memory.jmx.MemoryManager
 
onRegister(GrizzlyJmxManager, GmbalMBean) - Method in class org.glassfish.grizzly.monitoring.jmx.JmxObject
Method will be called right after this JmxObject is registered by the JMX manager.
onRegister(GrizzlyJmxManager, GmbalMBean) - Method in class org.glassfish.grizzly.nio.transport.jmx.NIOTransport
 
onRegister(GrizzlyJmxManager, GmbalMBean) - Method in class org.glassfish.grizzly.threadpool.jmx.ThreadPool
Method will be called right after this JmxObject is registered by the JMX manager.
onRemoved(FilterChain) - Method in class org.glassfish.grizzly.filterchain.BaseFilter
Method is called, when the Filter has been removed from the passed FilterChain.
onRemoved(FilterChain) - Method in interface org.glassfish.grizzly.filterchain.Filter
Method is called, when the Filter has been removed from the passed FilterChain.
onRemoved(FilterChain) - Method in class org.glassfish.grizzly.utils.LogFilter
 
onRequestCancelEvent(HttpServerFilter, Connection, Request) - Method in class org.glassfish.grizzly.http.server.HttpServerProbe.Adapter
 
onRequestCancelEvent(HttpServerFilter, Connection, Request) - Method in interface org.glassfish.grizzly.http.server.HttpServerProbe
Method will be called, when Request processing is cancelled after suspend.
onRequestCompleteEvent(HttpServerFilter, Connection, Response) - Method in class org.glassfish.grizzly.http.server.HttpServerProbe.Adapter
Method will be called, when Request processing will be completed.
onRequestCompleteEvent(HttpServerFilter, Connection, Response) - Method in interface org.glassfish.grizzly.http.server.HttpServerProbe
Method will be called, when Request processing will be completed.
onRequestReceiveEvent(HttpServerFilter, Connection, Request) - Method in class org.glassfish.grizzly.http.server.HttpServerProbe.Adapter
Method will be called, when new Request will come.
onRequestReceiveEvent(HttpServerFilter, Connection, Request) - Method in interface org.glassfish.grizzly.http.server.HttpServerProbe
Method will be called, when new Request will come.
onRequestResumeEvent(HttpServerFilter, Connection, Request) - Method in class org.glassfish.grizzly.http.server.HttpServerProbe.Adapter
Method will be called, when Request processing is resumed.
onRequestResumeEvent(HttpServerFilter, Connection, Request) - Method in interface org.glassfish.grizzly.http.server.HttpServerProbe
Method will be called, when Request processing is resumed.
onRequestSuspendEvent(HttpServerFilter, Connection, Request) - Method in class org.glassfish.grizzly.http.server.HttpServerProbe.Adapter
Method will be called, when Request processing is suspended.
onRequestSuspendEvent(HttpServerFilter, Connection, Request) - Method in interface org.glassfish.grizzly.http.server.HttpServerProbe
Method will be called, when Request processing is suspended.
onRequestTimeoutEvent(HttpServerFilter, Connection, Request) - Method in class org.glassfish.grizzly.http.server.HttpServerProbe.Adapter
Method will be called, when Request processing is timeout after suspend.
onRequestTimeoutEvent(HttpServerFilter, Connection, Request) - Method in interface org.glassfish.grizzly.http.server.HttpServerProbe
Method will be called, when Request processing is timeout after suspend.
onReregister(Context) - Method in class org.glassfish.grizzly.EmptyIOEventProcessingHandler
Reregister IOEvent interest.
onReregister(Context) - Method in class org.glassfish.grizzly.IOEventProcessingHandler.Adapter
Reregister IOEvent interest.
onReregister(Context) - Method in interface org.glassfish.grizzly.IOEventProcessingHandler
Reregister IOEvent interest.
onRerun(Context, Context) - Method in class org.glassfish.grizzly.EmptyIOEventProcessingHandler
Re-run IOEvent processing.
onRerun(Context, Context) - Method in class org.glassfish.grizzly.IOEventProcessingHandler.Adapter
Re-run IOEvent processing.
onRerun(Context, Context) - Method in interface org.glassfish.grizzly.IOEventProcessingHandler
Re-run IOEvent processing.
onResumeEvent(Transport) - Method in class org.glassfish.grizzly.TransportProbe.Adapter
Method will be called, when the Transport gets resumed.
onResumeEvent(Transport) - Method in interface org.glassfish.grizzly.TransportProbe
Method will be called, when the Transport gets resumed.
onSelectorClosed(SelectorRunner) - Method in class org.glassfish.grizzly.nio.DefaultSelectorHandler
 
onSelectorClosed(SelectorRunner) - Method in interface org.glassfish.grizzly.nio.SelectorHandler
 
onShutdown(Connection) - Method in interface org.glassfish.grizzly.http.ajp.ShutdownHandler
Method is called once AjpHandlerFilter received shutdown message.
onStart(Connection) - Method in interface org.glassfish.grizzly.ssl.SSLBaseFilter.HandshakeListener
 
onStartEvent(Transport) - Method in class org.glassfish.grizzly.TransportProbe.Adapter
Method will be called when the Transport has been started.
onStartEvent(Transport) - Method in interface org.glassfish.grizzly.TransportProbe
Method will be called when the Transport has been started.
onStopEvent(Transport) - Method in class org.glassfish.grizzly.TransportProbe.Adapter
Method will be called when the Transport has been stopped.
onStopEvent(Transport) - Method in interface org.glassfish.grizzly.TransportProbe
Method will be called when the Transport has been stopped.
onTaskCompletedEvent(Runnable) - Method in class org.glassfish.grizzly.threadpool.AbstractThreadPool
This method will be invoked when a the specified Runnable has completed execution.
onTaskCompleteEvent(AbstractThreadPool, Runnable) - Method in class org.glassfish.grizzly.threadpool.ThreadPoolProbe.Adapter
This event may be fired when a dequeued task has completed processing.
onTaskCompleteEvent(AbstractThreadPool, Runnable) - Method in interface org.glassfish.grizzly.threadpool.ThreadPoolProbe
This event may be fired when a dequeued task has completed processing.
onTaskDequeued(Runnable) - Method in class org.glassfish.grizzly.threadpool.AbstractThreadPool
Method is called by a thread pool each time a task has been dequeued from a task queue.
onTaskDequeueEvent(AbstractThreadPool, Runnable) - Method in class org.glassfish.grizzly.threadpool.ThreadPoolProbe.Adapter
This event may be fired when a task has been pulled from the queue and is about to be processed.
onTaskDequeueEvent(AbstractThreadPool, Runnable) - Method in interface org.glassfish.grizzly.threadpool.ThreadPoolProbe
This event may be fired when a task has been pulled from the queue and is about to be processed.
onTaskQueued(Runnable) - Method in class org.glassfish.grizzly.threadpool.AbstractThreadPool
Method is called by a thread pool each time new task has been queued to a task queue.
onTaskQueueEvent(AbstractThreadPool, Runnable) - Method in class org.glassfish.grizzly.threadpool.ThreadPoolProbe.Adapter
This event may be fired when a task has been queued for processing.
onTaskQueueEvent(AbstractThreadPool, Runnable) - Method in interface org.glassfish.grizzly.threadpool.ThreadPoolProbe
This event may be fired when a task has been queued for processing.
onTaskQueueOverflow() - Method in class org.glassfish.grizzly.threadpool.AbstractThreadPool
Method is called by a thread pool, when new task could not be added to a task queue, because task queue is full.
onTaskQueueOverflowEvent(AbstractThreadPool) - Method in class org.glassfish.grizzly.threadpool.ThreadPoolProbe.Adapter
This event may be fired when the task queue of the AbstractThreadPool implementation has exceeded its configured size.
onTaskQueueOverflowEvent(AbstractThreadPool) - Method in interface org.glassfish.grizzly.threadpool.ThreadPoolProbe
This event may be fired when the task queue of the AbstractThreadPool implementation has exceeded its configured size.
onTerminate(CometEvent) - Method in interface org.glassfish.grizzly.comet.CometHandler
Receive CometEvent notification when the response is resumed by a CometHandler or by the CometContext
onTerminate(CometEvent) - Method in class org.glassfish.grizzly.comet.concurrent.DefaultConcurrentCometHandler
Receive CometEvent notification when the response is resumed by a CometHandler or by the CometContext
onTerminate(CometEvent) - Method in class org.glassfish.grizzly.comet.DefaultCometHandler
 
onTerminate(Context) - Method in class org.glassfish.grizzly.EmptyIOEventProcessingHandler
Terminate IOEvent processing in this thread, but it's going to be continued later.
onTerminate(Context) - Method in class org.glassfish.grizzly.IOEventProcessingHandler.Adapter
Terminate IOEvent processing in this thread, but it's going to be continued later.
onTerminate(Context) - Method in interface org.glassfish.grizzly.IOEventProcessingHandler
Deprecated.
will never be invoked
onThreadAllocateEvent(AbstractThreadPool, Thread) - Method in class org.glassfish.grizzly.threadpool.ThreadPoolProbe.Adapter
This event may be fired when an AbstractThreadPool implementation allocates a new managed Thread.
onThreadAllocateEvent(AbstractThreadPool, Thread) - Method in interface org.glassfish.grizzly.threadpool.ThreadPoolProbe
This event may be fired when an AbstractThreadPool implementation allocates a new managed Thread.
onThreadPoolStartEvent(AbstractThreadPool) - Method in class org.glassfish.grizzly.threadpool.ThreadPoolProbe.Adapter
This event may be fired when an AbstractThreadPool implementation starts running.
onThreadPoolStartEvent(AbstractThreadPool) - Method in interface org.glassfish.grizzly.threadpool.ThreadPoolProbe
This event may be fired when an AbstractThreadPool implementation starts running.
onThreadPoolStopEvent(AbstractThreadPool) - Method in class org.glassfish.grizzly.threadpool.ThreadPoolProbe.Adapter
This event may be fired when an AbstractThreadPool implementation stops.
onThreadPoolStopEvent(AbstractThreadPool) - Method in interface org.glassfish.grizzly.threadpool.ThreadPoolProbe
This event may be fired when an AbstractThreadPool implementation stops.
onThreadReleaseEvent(AbstractThreadPool, Thread) - Method in class org.glassfish.grizzly.threadpool.ThreadPoolProbe.Adapter
This event may be fired when a thread will no longer be managed by the AbstractThreadPool implementation.
onThreadReleaseEvent(AbstractThreadPool, Thread) - Method in interface org.glassfish.grizzly.threadpool.ThreadPoolProbe
This event may be fired when a thread will no longer be managed by the AbstractThreadPool implementation.
onTimeout(Response) - Method in interface org.glassfish.grizzly.http.server.TimeoutHandler
Method is called, when suspended Response timeout expired.
onTimeout(Connection) - Method in interface org.glassfish.grizzly.utils.ActivityCheckFilter.TimeoutHandler
 
onTimeout(Connection) - Method in interface org.glassfish.grizzly.utils.IdleTimeoutFilter.TimeoutHandler
 
onTimeoutEvent(Connection) - Method in class org.glassfish.grizzly.http.KeepAliveProbe.Adapter
Method will be called, when the keep alive Connection idle timeout expired.
onTimeoutEvent(Connection) - Method in interface org.glassfish.grizzly.http.KeepAliveProbe
Method will be called, when the keep alive Connection idle timeout expired.
onTraceRequest(Request, Response) - Method in class org.glassfish.grizzly.http.server.HttpServerFilter
 
onTransferEncodingParseEvent(Connection, HttpHeader, Buffer, TransferEncoding) - Method in class org.glassfish.grizzly.http.HttpProbe.Adapter
Method will be called, when TransferEncoding will be applied during the parsing/decoding of the certain HTTP message content chunk.
onTransferEncodingParseEvent(Connection, HttpHeader, Buffer, TransferEncoding) - Method in interface org.glassfish.grizzly.http.HttpProbe
Method will be called, when TransferEncoding will be applied during the parsing/decoding of the certain HTTP message content chunk.
onTransferEncodingSerializeEvent(Connection, HttpHeader, Buffer, TransferEncoding) - Method in class org.glassfish.grizzly.http.HttpProbe.Adapter
Method will be called, when TransferEncoding will be applied during the serialization/encoding of the certain HTTP message content chunk.
onTransferEncodingSerializeEvent(Connection, HttpHeader, Buffer, TransferEncoding) - Method in interface org.glassfish.grizzly.http.HttpProbe
Method will be called, when TransferEncoding will be applied during the serialization/encoding of the certain HTTP message content chunk.
onWorkerExit(AbstractThreadPool.Worker) - Method in class org.glassfish.grizzly.threadpool.AbstractThreadPool
Method is called by AbstractThreadPool.Worker, when it's completing AbstractThreadPool.Worker.run() method execution, which in most cases means, that ThreadPool's thread will be released.
onWorkerExit(AbstractThreadPool.Worker) - Method in class org.glassfish.grizzly.threadpool.SyncThreadPool
 
onWorkerStarted(AbstractThreadPool.Worker) - Method in class org.glassfish.grizzly.threadpool.AbstractThreadPool
Method is called by AbstractThreadPool.Worker, when it's starting AbstractThreadPool.Worker.run() method execution, which means, that ThreadPool's thread is getting active and ready to process tasks.
onWrite(Buffer, long) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOConnection
Method will be called, when some data was written on the connection
onWrite(Buffer, int) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOConnection
Method will be called, when some data was written on the connection
onWriteEvent(Connection, Buffer, long) - Method in class org.glassfish.grizzly.ConnectionProbe.Adapter
Method will be called, when the Connection has written data.
onWriteEvent(Connection, Buffer, long) - Method in interface org.glassfish.grizzly.ConnectionProbe
Method will be called, when the Connection has written data.
onWriteFailure(Connection, AsyncWriteQueueRecord, Throwable) - Static method in class org.glassfish.grizzly.nio.AbstractNIOAsyncQueueWriter
 
onWritePossible() - Method in interface org.glassfish.grizzly.WriteHandler
This callback will be invoked when the requirements as dictated by writer are met.
operationCompletionHandler - Variable in class org.glassfish.grizzly.filterchain.FilterChainContext
CompletionHandler, which will be notified, when operation will be complete.
OptimizedBroadcaster - Class in org.glassfish.grizzly.websockets
The default Broadcaster optimized to send the same text to a set of clients.
OptimizedBroadcaster() - Constructor for class org.glassfish.grizzly.websockets.OptimizedBroadcaster
 
optimizedForMultiplexing - Variable in class org.glassfish.grizzly.NIOTransportBuilder
 
OPTIONS - Static variable in class org.glassfish.grizzly.http.Method
 
order() - Method in interface org.glassfish.grizzly.Buffer
Retrieves this buffer's byte order.
order(ByteOrder) - Method in interface org.glassfish.grizzly.Buffer
Modifies this buffer's byte order.
order() - Method in class org.glassfish.grizzly.memory.BuffersBuffer
 
order(ByteOrder) - Method in class org.glassfish.grizzly.memory.BuffersBuffer
 
order() - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
 
order(ByteOrder) - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
 
order - Variable in class org.glassfish.grizzly.memory.HeapBuffer
 
order() - Method in class org.glassfish.grizzly.memory.HeapBuffer
 
order(ByteOrder) - Method in class org.glassfish.grizzly.memory.HeapBuffer
 
org.glassfish.grizzly - package org.glassfish.grizzly
 
org.glassfish.grizzly.asyncqueue - package org.glassfish.grizzly.asyncqueue
 
org.glassfish.grizzly.attributes - package org.glassfish.grizzly.attributes
 
org.glassfish.grizzly.comet - package org.glassfish.grizzly.comet
 
org.glassfish.grizzly.comet.concurrent - package org.glassfish.grizzly.comet.concurrent
 
org.glassfish.grizzly.compression.lzma - package org.glassfish.grizzly.compression.lzma
 
org.glassfish.grizzly.compression.lzma.impl - package org.glassfish.grizzly.compression.lzma.impl
 
org.glassfish.grizzly.compression.lzma.impl.lz - package org.glassfish.grizzly.compression.lzma.impl.lz
 
org.glassfish.grizzly.compression.lzma.impl.rangecoder - package org.glassfish.grizzly.compression.lzma.impl.rangecoder
 
org.glassfish.grizzly.compression.zip - package org.glassfish.grizzly.compression.zip
 
org.glassfish.grizzly.connectionpool - package org.glassfish.grizzly.connectionpool
 
org.glassfish.grizzly.filterchain - package org.glassfish.grizzly.filterchain
 
org.glassfish.grizzly.http - package org.glassfish.grizzly.http
 
org.glassfish.grizzly.http.ajp - package org.glassfish.grizzly.http.ajp
 
org.glassfish.grizzly.http.io - package org.glassfish.grizzly.http.io
 
org.glassfish.grizzly.http.jmx - package org.glassfish.grizzly.http.jmx
 
org.glassfish.grizzly.http.multipart - package org.glassfish.grizzly.http.multipart
 
org.glassfish.grizzly.http.server - package org.glassfish.grizzly.http.server
 
org.glassfish.grizzly.http.server.filecache - package org.glassfish.grizzly.http.server.filecache
 
org.glassfish.grizzly.http.server.filecache.jmx - package org.glassfish.grizzly.http.server.filecache.jmx
 
org.glassfish.grizzly.http.server.io - package org.glassfish.grizzly.http.server.io
 
org.glassfish.grizzly.http.server.jmx - package org.glassfish.grizzly.http.server.jmx
 
org.glassfish.grizzly.http.server.jmxbase - package org.glassfish.grizzly.http.server.jmxbase
 
org.glassfish.grizzly.http.server.naming - package org.glassfish.grizzly.http.server.naming
 
org.glassfish.grizzly.http.server.util - package org.glassfish.grizzly.http.server.util
 
org.glassfish.grizzly.http.util - package org.glassfish.grizzly.http.util
 
org.glassfish.grizzly.impl - package org.glassfish.grizzly.impl
 
org.glassfish.grizzly.jaxws - package org.glassfish.grizzly.jaxws
 
org.glassfish.grizzly.jmxbase - package org.glassfish.grizzly.jmxbase
 
org.glassfish.grizzly.localization - package org.glassfish.grizzly.localization
 
org.glassfish.grizzly.memory - package org.glassfish.grizzly.memory
 
org.glassfish.grizzly.memory.jmx - package org.glassfish.grizzly.memory.jmx
 
org.glassfish.grizzly.monitoring - package org.glassfish.grizzly.monitoring
 
org.glassfish.grizzly.monitoring.jmx - package org.glassfish.grizzly.monitoring.jmx
 
org.glassfish.grizzly.nio - package org.glassfish.grizzly.nio
 
org.glassfish.grizzly.nio.tmpselectors - package org.glassfish.grizzly.nio.tmpselectors
 
org.glassfish.grizzly.nio.transport - package org.glassfish.grizzly.nio.transport
 
org.glassfish.grizzly.nio.transport.jmx - package org.glassfish.grizzly.nio.transport.jmx
 
org.glassfish.grizzly.portunif - package org.glassfish.grizzly.portunif
 
org.glassfish.grizzly.portunif.finders - package org.glassfish.grizzly.portunif.finders
 
org.glassfish.grizzly.samples.ajp - package org.glassfish.grizzly.samples.ajp
 
org.glassfish.grizzly.samples.echo - package org.glassfish.grizzly.samples.echo
 
org.glassfish.grizzly.samples.filterchain - package org.glassfish.grizzly.samples.filterchain
 
org.glassfish.grizzly.samples.http.download - package org.glassfish.grizzly.samples.http.download
 
org.glassfish.grizzly.samples.httpmultipart - package org.glassfish.grizzly.samples.httpmultipart
 
org.glassfish.grizzly.samples.httpserver.blockinghandler - package org.glassfish.grizzly.samples.httpserver.blockinghandler
 
org.glassfish.grizzly.samples.httpserver.nonblockinghandler - package org.glassfish.grizzly.samples.httpserver.nonblockinghandler
 
org.glassfish.grizzly.samples.httpserver.priorities - package org.glassfish.grizzly.samples.httpserver.priorities
 
org.glassfish.grizzly.samples.jaxws - package org.glassfish.grizzly.samples.jaxws
 
org.glassfish.grizzly.samples.jaxws.addclient - package org.glassfish.grizzly.samples.jaxws.addclient
 
org.glassfish.grizzly.samples.jaxws.service - package org.glassfish.grizzly.samples.jaxws.service
 
org.glassfish.grizzly.samples.lifecycle - package org.glassfish.grizzly.samples.lifecycle
 
org.glassfish.grizzly.samples.portunif - package org.glassfish.grizzly.samples.portunif
 
org.glassfish.grizzly.samples.portunif.addservice - package org.glassfish.grizzly.samples.portunif.addservice
 
org.glassfish.grizzly.samples.portunif.subservice - package org.glassfish.grizzly.samples.portunif.subservice
 
org.glassfish.grizzly.samples.simpleauth - package org.glassfish.grizzly.samples.simpleauth
 
org.glassfish.grizzly.samples.ssl - package org.glassfish.grizzly.samples.ssl
 
org.glassfish.grizzly.samples.strategy - package org.glassfish.grizzly.samples.strategy
 
org.glassfish.grizzly.samples.tunnel - package org.glassfish.grizzly.samples.tunnel
 
org.glassfish.grizzly.samples.udpecho - package org.glassfish.grizzly.samples.udpecho
 
org.glassfish.grizzly.samples.udpmulticast - package org.glassfish.grizzly.samples.udpmulticast
 
org.glassfish.grizzly.servlet - package org.glassfish.grizzly.servlet
 
org.glassfish.grizzly.servlet.extras - package org.glassfish.grizzly.servlet.extras
 
org.glassfish.grizzly.ssl - package org.glassfish.grizzly.ssl
 
org.glassfish.grizzly.strategies - package org.glassfish.grizzly.strategies
 
org.glassfish.grizzly.streams - package org.glassfish.grizzly.streams
 
org.glassfish.grizzly.threadpool - package org.glassfish.grizzly.threadpool
 
org.glassfish.grizzly.threadpool.jmx - package org.glassfish.grizzly.threadpool.jmx
 
org.glassfish.grizzly.utils - package org.glassfish.grizzly.utils
 
org.glassfish.grizzly.utils.conditions - package org.glassfish.grizzly.utils.conditions
 
org.glassfish.grizzly.websockets - package org.glassfish.grizzly.websockets
 
org.glassfish.grizzly.websockets.frametypes - package org.glassfish.grizzly.websockets.frametypes
 
org.glassfish.grizzly.websockets.glassfish - package org.glassfish.grizzly.websockets.glassfish
 
org.glassfish.grizzly.websockets.rfc6455 - package org.glassfish.grizzly.websockets.rfc6455
 
ORIGIN_HEADER - Static variable in class org.glassfish.grizzly.websockets.Constants
 
outFragmentedType - Variable in class org.glassfish.grizzly.websockets.ProtocolHandler
 
Output(Connection) - Constructor for class org.glassfish.grizzly.nio.transport.DefaultStreamWriter.Output
 
output - Variable in class org.glassfish.grizzly.streams.AbstractStreamWriter
 
Output - Interface in org.glassfish.grizzly.streams
 
OutputBuffer - Class in org.glassfish.grizzly.http.io
Abstraction exposing both byte and character methods to write content to the HTTP messaging system in Grizzly.
OutputBuffer() - Constructor for class org.glassfish.grizzly.http.io.OutputBuffer
 
outputBuffer - Variable in class org.glassfish.grizzly.http.server.Response
The associated output buffer.
OutputBuffer.LifeCycleListener - Interface in org.glassfish.grizzly.http.io
 
OutputSink - Interface in org.glassfish.grizzly
This interface defines methods to allow an OutputStream or Writer to allow the developer to check with the runtime whether or not it's possible to write a certain amount of data, or if it's not possible, to be notified when it is.
OutWindow - Class in org.glassfish.grizzly.compression.lzma.impl.lz
OutWindow
OutWindow() - Constructor for class org.glassfish.grizzly.compression.lzma.impl.lz.OutWindow
 

P

Package - Static variable in class org.glassfish.grizzly.http.server.Constants
Package name.
packetLimit - Variable in class org.glassfish.grizzly.http.HttpCodecFilter.HeaderParsingState
 
Pair<K,L> - Class in org.glassfish.grizzly.utils
Key : Value pair implementation.
Pair() - Constructor for class org.glassfish.grizzly.utils.Pair
 
Pair(K, L) - Constructor for class org.glassfish.grizzly.utils.Pair
 
Parameter(String, String) - Constructor for class org.glassfish.grizzly.websockets.Extension.Parameter
Constructs a new parameter based on the provided values.
parameterMap - Variable in class org.glassfish.grizzly.http.server.Request
Hash map used in the getParametersMap method.
ParameterMap - Class in org.glassfish.grizzly.http.server.util
Extended implementation of LinkedHashMap that includes a locked property.
ParameterMap() - Constructor for class org.glassfish.grizzly.http.server.util.ParameterMap
Construct a new, empty map with the default initial capacity and load factor.
ParameterMap(int) - Constructor for class org.glassfish.grizzly.http.server.util.ParameterMap
Construct a new, empty map with the specified initial capacity and default load factor.
ParameterMap(int, float) - Constructor for class org.glassfish.grizzly.http.server.util.ParameterMap
Construct a new, empty map with the specified initial capacity and load factor.
ParameterMap(Map<String, String[]>) - Constructor for class org.glassfish.grizzly.http.server.util.ParameterMap
Construct a new map with the same mappings as the given map.
parameters - Variable in class org.glassfish.grizzly.http.server.Request
 
Parameters - Class in org.glassfish.grizzly.http.util
 
Parameters() - Constructor for class org.glassfish.grizzly.http.util.Parameters
 
paramsAsString() - Method in class org.glassfish.grizzly.http.util.Parameters
Debug purpose
ParamValue(String) - Constructor for class org.glassfish.grizzly.http.multipart.ContentDisposition.ParamValue
 
parse(Buffer) - Method in class org.glassfish.grizzly.http.CookiesBuilder.AbstractCookiesBuilder
 
parse(Buffer, int, int) - Method in class org.glassfish.grizzly.http.CookiesBuilder.AbstractCookiesBuilder
 
parse(String) - Method in class org.glassfish.grizzly.http.CookiesBuilder.AbstractCookiesBuilder
 
parse(Buffer) - Method in class org.glassfish.grizzly.http.CookiesBuilder.ClientCookiesBuilder
 
parse(Buffer, int, int) - Method in class org.glassfish.grizzly.http.CookiesBuilder.ClientCookiesBuilder
 
parse(String) - Method in class org.glassfish.grizzly.http.CookiesBuilder.ClientCookiesBuilder
 
parse(Buffer) - Method in class org.glassfish.grizzly.http.CookiesBuilder.ServerCookiesBuilder
 
parse(Buffer, int, int) - Method in class org.glassfish.grizzly.http.CookiesBuilder.ServerCookiesBuilder
 
parse(String) - Method in class org.glassfish.grizzly.http.CookiesBuilder.ServerCookiesBuilder
 
parse(String, ParsePosition) - Method in class org.glassfish.grizzly.http.util.FastDateFormat
 
parse(String) - Static method in class org.glassfish.grizzly.samples.udpmulticast.ChatCommand
Method parses chat command from the input String.
parse(Buffer) - Method in class org.glassfish.grizzly.websockets.ProtocolHandler
 
parse(Buffer) - Method in class org.glassfish.grizzly.websockets.rfc6455.RFC6455Handler
 
parse(char, CharBuffer) - Method in class org.glassfish.grizzly.websockets.StrictUtf8.Parser
Parses a UCS-4 character from the given source buffer, handling surrogates.
parse(char, char[], int, int) - Method in class org.glassfish.grizzly.websockets.StrictUtf8.Parser
Parses a UCS-4 character from the given source buffer, handling surrogates.
parseCache - Static variable in class org.glassfish.grizzly.http.util.FastHttpDateFormat
Parser cache.
parseClientCookies(Cookies, Buffer, int, int) - Static method in class org.glassfish.grizzly.http.util.CookieParserUtils
Parses a cookie header after the initial "Cookie:" [WS][$]token[WS]=[WS](token|QV)[;|,] RFC 2965 JVK
parseClientCookies(Cookies, Buffer, int, int, boolean, boolean) - Static method in class org.glassfish.grizzly.http.util.CookieParserUtils
Parses a cookie header after the initial "Cookie:" [WS][$]token[WS]=[WS](token|QV)[;|,] RFC 2965 JVK
parseClientCookies(Cookies, byte[], int, int) - Static method in class org.glassfish.grizzly.http.util.CookieParserUtils
Parses a cookie header after the initial "Cookie:" [WS][$]token[WS]=[WS](token|QV)[;|,] RFC 2965 JVK
parseClientCookies(Cookies, byte[], int, int, boolean, boolean) - Static method in class org.glassfish.grizzly.http.util.CookieParserUtils
Parses a cookie header after the initial "Cookie:" [WS][$]token[WS]=[WS](token|QV)[;|,] RFC 2965 JVK
parseClientCookies(Cookies, String, boolean, boolean) - Static method in class org.glassfish.grizzly.http.util.CookieParserUtils
Parses a cookie header after the initial "Cookie:" [WS][$]token[WS]=[WS](token|QV)[;|,] RFC 2965 JVK
parseCookies() - Method in class org.glassfish.grizzly.http.server.Request
Parse cookies.
parseDate(String, DateFormat[]) - Static method in class org.glassfish.grizzly.http.util.FastHttpDateFormat
Try to parse the given date as a HTTP date.
parsedMethod - Variable in class org.glassfish.grizzly.http.HttpRequestPacket
 
parsedProtocol - Variable in class org.glassfish.grizzly.http.HttpHeader
 
parseExtensionsHeader(String) - Method in class org.glassfish.grizzly.websockets.HandShake
 
parseHeaderFromBuffer(HttpHeader, MimeHeaders, HttpCodecFilter.HeaderParsingState, Buffer) - Static method in class org.glassfish.grizzly.http.HttpCodecFilter
 
parseHeaderFromBytes(HttpHeader, MimeHeaders, HttpCodecFilter.HeaderParsingState, byte[], int) - Static method in class org.glassfish.grizzly.http.HttpCodecFilter
 
parseHeaderName(HttpHeader, MimeHeaders, HttpCodecFilter.HeaderParsingState, byte[], int) - Static method in class org.glassfish.grizzly.http.HttpCodecFilter
 
parseHeaderName(HttpHeader, MimeHeaders, HttpCodecFilter.HeaderParsingState, Buffer) - Static method in class org.glassfish.grizzly.http.HttpCodecFilter
 
parseHeadersFromBuffer(HttpHeader, MimeHeaders, HttpCodecFilter.HeaderParsingState, Buffer) - Method in class org.glassfish.grizzly.http.HttpCodecFilter
 
parseHeadersFromBytes(HttpHeader, MimeHeaders, HttpCodecFilter.HeaderParsingState, byte[], int) - Method in class org.glassfish.grizzly.http.HttpCodecFilter
 
parseHeaderValue(HttpHeader, HttpCodecFilter.HeaderParsingState, byte[], int) - Static method in class org.glassfish.grizzly.http.HttpCodecFilter
 
parseHeaderValue(HttpHeader, HttpCodecFilter.HeaderParsingState, Buffer) - Static method in class org.glassfish.grizzly.http.HttpCodecFilter
 
parseHost(DataChunk, HttpRequestPacket, HttpResponsePacket, ProcessingState) - Static method in class org.glassfish.grizzly.http.util.HttpCodecUtils
 
parseInt(byte[], int, int) - Static method in class org.glassfish.grizzly.http.util.Ascii
Parses an unsigned integer from the specified sub-array of bytes.
parseInt(char[], int, int) - Static method in class org.glassfish.grizzly.http.util.Ascii
 
parseInt(Buffer, int, int) - Static method in class org.glassfish.grizzly.http.util.Ascii
Parses an unsigned int from the specified sub-array of bytes.
parseLocales() - Method in class org.glassfish.grizzly.http.server.Request
Parse request locales.
parseLocalesHeader(String) - Method in class org.glassfish.grizzly.http.server.Request
Parse accept-language header value.
parseLong(byte[], int, int) - Static method in class org.glassfish.grizzly.http.util.Ascii
Parses an unsigned long from the specified sub-array of bytes.
parseLong(char[], int, int) - Static method in class org.glassfish.grizzly.http.util.Ascii
 
parseLong(String, int, int) - Static method in class org.glassfish.grizzly.http.util.Ascii
 
parseLong(Buffer, int, int) - Static method in class org.glassfish.grizzly.http.util.Ascii
Parses an unsigned long from the specified sub-array of bytes.
parseLong(DataChunk) - Static method in class org.glassfish.grizzly.http.util.Ascii
 
parseLong(DataChunk, int, int) - Static method in class org.glassfish.grizzly.http.util.Ascii
 
parsePacket(FilterChainContext, HttpHeader, Buffer) - Method in class org.glassfish.grizzly.http.ChunkedTransferEncoding
Parse HTTP packet payload, represented by Buffer using specific transfer encoding.
parsePacket(FilterChainContext, HttpHeader, Buffer) - Method in class org.glassfish.grizzly.http.FixedLengthTransferEncoding
Parse HTTP packet payload, represented by Buffer using specific transfer encoding.
parsePacket(FilterChainContext, HttpHeader, Buffer) - Method in interface org.glassfish.grizzly.http.TransferEncoding
Parse HTTP packet payload, represented by Buffer using specific transfer encoding.
parseParameters(String, List<Extension.Parameter>) - Method in class org.glassfish.grizzly.websockets.HandShake
 
Parser() - Constructor for class org.glassfish.grizzly.websockets.StrictUtf8.Parser
 
parseRequestParameters() - Method in class org.glassfish.grizzly.http.server.Request
Parse request parameters.
ParseResult - Class in org.glassfish.grizzly.websockets
DataFrame parse result.
parseServerCookies(Cookies, byte[], int, int, boolean, boolean) - Static method in class org.glassfish.grizzly.http.util.CookieParserUtils
 
parseServerCookies(Cookies, Buffer, int, int, boolean, boolean) - Static method in class org.glassfish.grizzly.http.util.CookieParserUtils
 
parseServerCookies(Cookies, String, boolean, boolean) - Static method in class org.glassfish.grizzly.http.util.CookieParserUtils
 
parseSessionId() - Method in class org.glassfish.grizzly.http.server.Request
Parse session id in URL.
parseVersion(String) - Static method in class org.glassfish.grizzly.utils.JdkVersion
 
parseWithLengthPrefix(AttributeStorage, Buffer) - Method in class org.glassfish.grizzly.utils.StringDecoder
 
parseWithTerminatingSeq(AttributeStorage, Buffer) - Method in class org.glassfish.grizzly.utils.StringDecoder
 
parsingNumericValue - Variable in class org.glassfish.grizzly.http.HttpCodecFilter.HeaderParsingState
 
ParsingResult - Class in org.glassfish.grizzly.http
Class, which represents result of TransferEncoding or ContentEncoding parsing.
PARTIAL_CONTENT_206 - Static variable in class org.glassfish.grizzly.http.util.HttpStatus
 
PATCH - Static variable in class org.glassfish.grizzly.http.Method
 
path - Variable in class org.glassfish.grizzly.http.Cookie
 
path - Variable in class org.glassfish.grizzly.http.server.util.Mapper.Context
 
path - Variable in class org.glassfish.grizzly.http.server.util.Mapper.Wrapper
 
pathInfo - Variable in class org.glassfish.grizzly.http.server.util.MappingData
 
pathInfo - Variable in class org.glassfish.grizzly.servlet.DispatchedHttpServletRequest
The path information for this request.
patternFilterChain - Variable in class org.glassfish.grizzly.filterchain.FilterChainBuilder
 
pause() - Method in class org.glassfish.grizzly.http.server.NetworkListener
Pauses the listener.
pause() - Method in class org.glassfish.grizzly.nio.NIOTransport
Pause UDPNIOTransport, so I/O events coming on its UDPNIOConnections will not be processed.
pause() - Method in interface org.glassfish.grizzly.Transport
Pauses the transport
PAYMENT_REQUIRED_402 - Static variable in class org.glassfish.grizzly.http.util.HttpStatus
 
peek(AttributeHolder) - Method in class org.glassfish.grizzly.attributes.Attribute
Get attribute value, stored on the AttributeHolder, the difference from Attribute.get(org.glassfish.grizzly.attributes.AttributeHolder) is that default value or NullaryFunction won't be invoked.
peek(AttributeStorage) - Method in class org.glassfish.grizzly.attributes.Attribute
Get attribute value, stored on the AttributeStorage, the difference from Attribute.get(AttributeStorage) is that default value or NullaryFunction won't be invoked.
pendingConnections - Variable in class org.glassfish.grizzly.connectionpool.SingleEndpointPool
Number of connections we're currently trying to establish and waiting for the result
pendingMessages - Variable in class org.glassfish.grizzly.samples.simpleauth.ClientAuthFilter.ConnectionAuthInfo
 
PendingWriteQueueLimitExceededException - Exception in org.glassfish.grizzly
Thrown when an attempt is made to add a record that exceeds the configured maximum queue size.
PendingWriteQueueLimitExceededException() - Constructor for exception org.glassfish.grizzly.PendingWriteQueueLimitExceededException
 
PendingWriteQueueLimitExceededException(String) - Constructor for exception org.glassfish.grizzly.PendingWriteQueueLimitExceededException
 
phrase - Variable in class org.glassfish.grizzly.ssl.SSLSupport.CipherData
 
pickupContentType(Response, String) - Static method in class org.glassfish.grizzly.http.server.StaticHttpHandlerBase
 
PingFrameType - Class in org.glassfish.grizzly.websockets.frametypes
 
PingFrameType() - Constructor for class org.glassfish.grizzly.websockets.frametypes.PingFrameType
 
poison - Static variable in class org.glassfish.grizzly.threadpool.AbstractThreadPool
 
poisonAll() - Method in class org.glassfish.grizzly.threadpool.AbstractThreadPool
 
poisonAll() - Method in class org.glassfish.grizzly.threadpool.SyncThreadPool
 
poll() - Method in class org.glassfish.grizzly.asyncqueue.TaskQueue
Gets the current processing task and reserves its place.
poll() - Method in class org.glassfish.grizzly.nio.tmpselectors.TemporarySelectorPool
 
poll() - Method in interface org.glassfish.grizzly.utils.ObjectPool
 
PongFrameType - Class in org.glassfish.grizzly.websockets.frametypes
 
PongFrameType() - Constructor for class org.glassfish.grizzly.websockets.frametypes.PongFrameType
 
pool - Variable in class org.glassfish.grizzly.connectionpool.SingleEndpointPool.KeepAliveCleanerTask
 
pool - Variable in class org.glassfish.grizzly.connectionpool.SingleEndpointPool.ReconnectTask
 
PoolableObject - Interface in org.glassfish.grizzly.utils
 
poolName - Variable in class org.glassfish.grizzly.threadpool.ThreadPoolConfig
 
poolSync - Variable in class org.glassfish.grizzly.connectionpool.MultiEndpointPool
Sync for endpointToPoolMap updates
pop() - Method in class org.glassfish.grizzly.http.util.Parameters
Discard the last child.
populateCertificateAttribute(Request) - Static method in class org.glassfish.grizzly.http.server.util.RequestUtils
 
populateSSLAttributes(Request) - Static method in class org.glassfish.grizzly.http.server.util.RequestUtils
 
PORT - Static variable in class org.glassfish.grizzly.samples.echo.EchoServer
 
PORT - Static variable in class org.glassfish.grizzly.samples.filterchain.GIOPServer
 
PORT - Static variable in class org.glassfish.grizzly.samples.http.download.Server
 
PORT - Static variable in class org.glassfish.grizzly.samples.lifecycle.LifeCycleExample
 
PORT - Static variable in class org.glassfish.grizzly.samples.portunif.PUServer
 
PORT - Static variable in class org.glassfish.grizzly.samples.simpleauth.Server
 
PORT - Static variable in class org.glassfish.grizzly.samples.ssl.SSLEchoServer
 
PORT - Static variable in class org.glassfish.grizzly.samples.strategy.CustomStrategy
 
PORT - Static variable in class org.glassfish.grizzly.samples.tunnel.TunnelServer
 
PORT - Static variable in class org.glassfish.grizzly.samples.udpecho.EchoServer
 
PortRange - Class in org.glassfish.grizzly
Immutable class representing a port range.
PortRange(int, int) - Constructor for class org.glassfish.grizzly.PortRange
Creates a port range with the given bounds (both inclusive).
PortRange(int) - Constructor for class org.glassfish.grizzly.PortRange
Creates a port range containing a single port.
pos - Variable in class org.glassfish.grizzly.memory.HeapBuffer
 
position() - Method in interface org.glassfish.grizzly.Buffer
Returns this buffer's position.
position(int) - Method in interface org.glassfish.grizzly.Buffer
Sets this buffer's position.
position() - Method in class org.glassfish.grizzly.memory.BuffersBuffer
 
position(int) - Method in class org.glassfish.grizzly.memory.BuffersBuffer
 
position() - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
 
position(int) - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
 
position() - Method in class org.glassfish.grizzly.memory.HeapBuffer
 
position(int) - Method in class org.glassfish.grizzly.memory.HeapBuffer
 
posState - Variable in class org.glassfish.grizzly.compression.lzma.LZMADecoder.LZMAInputState
 
POST - Static variable in class org.glassfish.grizzly.http.Method
 
POST - Static variable in class org.glassfish.grizzly.http.server.Constants
POST.
postpone() - Method in class org.glassfish.grizzly.nio.SelectorRunner
 
postSelect(SelectorRunner) - Method in class org.glassfish.grizzly.nio.DefaultSelectorHandler
 
postSelect(SelectorRunner) - Method in interface org.glassfish.grizzly.nio.SelectorHandler
 
preClose() - Method in class org.glassfish.grizzly.nio.NIOConnection
 
preClose() - Method in class org.glassfish.grizzly.nio.transport.TCPNIOConnection
 
preClose() - Method in class org.glassfish.grizzly.nio.transport.TCPNIOServerConnection
 
preClose() - Method in class org.glassfish.grizzly.nio.transport.UDPNIOServerConnection
 
PRECONDITION_FAILED_412 - Static variable in class org.glassfish.grizzly.http.util.HttpStatus
 
preConfigure(Connection) - Method in class org.glassfish.grizzly.AbstractSocketConnectorHandler
Pre-configures Connection object before actual connecting phase will be started.
preloadAllCharsets() - Static method in class org.glassfish.grizzly.utils.Charsets
Preloads all Charsets available to the JMV, which makes charset searching faster (at the cost of memory).
prepare() - Method in class org.glassfish.grizzly.utils.Pair
 
prepare() - Method in interface org.glassfish.grizzly.utils.PoolableObject
 
prepareCharacterEncoder() - Method in class org.glassfish.grizzly.http.io.OutputBuffer
 
prepareDispose() - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
 
prepareDispose() - Method in class org.glassfish.grizzly.memory.HeapBuffer
 
prepareForShutdown() - Method in class org.glassfish.grizzly.http.HttpCodecFilter
Method, which might be optionally called to prepare the filter for shutdown.
prepareForShutdown() - Method in class org.glassfish.grizzly.http.HttpServerFilter
Method, which might be optionally called to prepare the filter for shutdown.
prepareForShutdown(CompletionHandler<HttpServerFilter>) - Method in class org.glassfish.grizzly.http.server.HttpServerFilter
Method, which might be optionally called to prepare the filter for shutdown.
prepareRemainder(FilterChainContext, DefaultFilterChain.FiltersState, int, int) - Static method in class org.glassfish.grizzly.filterchain.DefaultFilterChain
Locates a message remainder in the FilterChain, associated with the Connection and prepares the Context for remainder processing.
prepareSerialize(FilterChainContext, HttpHeader, HttpContent) - Method in class org.glassfish.grizzly.http.ChunkedTransferEncoding
This method will be called by HttpCodecFilter to let TransferEncoding prepare itself for the content serialization.
prepareSerialize(FilterChainContext, HttpHeader, HttpContent) - Method in class org.glassfish.grizzly.http.FixedLengthTransferEncoding
 
prepareSerialize(FilterChainContext, HttpHeader, HttpContent) - Method in interface org.glassfish.grizzly.http.TransferEncoding
This method will be called by HttpCodecFilter to let TransferEncoding prepare itself for the content serialization.
prepend(Buffer) - Method in interface org.glassfish.grizzly.Buffer
Prepend data from header.position() to header.limit() to the current buffer.
prepend(Buffer) - Method in class org.glassfish.grizzly.memory.BuffersBuffer
 
prepend(Buffer) - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
 
prepend(Buffer) - Method in class org.glassfish.grizzly.memory.CompositeBuffer
 
prepend(Buffer) - Method in class org.glassfish.grizzly.memory.HeapBuffer
 
prepend(Buffer) - Method in class org.glassfish.grizzly.streams.BufferedInput
 
preSelect(SelectorRunner) - Method in class org.glassfish.grizzly.nio.DefaultSelectorHandler
 
preSelect(SelectorRunner) - Method in interface org.glassfish.grizzly.nio.SelectorHandler
 
prevByte - Variable in class org.glassfish.grizzly.compression.lzma.LZMADecoder.LZMAInputState
 
previousFilterIdx() - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
 
print(boolean) - Method in class org.glassfish.grizzly.servlet.ServletWriterImpl
 
print(char) - Method in class org.glassfish.grizzly.servlet.ServletWriterImpl
 
print(int) - Method in class org.glassfish.grizzly.servlet.ServletWriterImpl
 
print(long) - Method in class org.glassfish.grizzly.servlet.ServletWriterImpl
 
print(float) - Method in class org.glassfish.grizzly.servlet.ServletWriterImpl
 
print(double) - Method in class org.glassfish.grizzly.servlet.ServletWriterImpl
 
print(char[]) - Method in class org.glassfish.grizzly.servlet.ServletWriterImpl
 
print(String) - Method in class org.glassfish.grizzly.servlet.ServletWriterImpl
 
print(Object) - Method in class org.glassfish.grizzly.servlet.ServletWriterImpl
 
PrintFilter - Class in org.glassfish.grizzly.samples.udpmulticast
Simple Filter responsible for printing incoming message to System.out.
PrintFilter() - Constructor for class org.glassfish.grizzly.samples.udpmulticast.PrintFilter
 
println() - Method in class org.glassfish.grizzly.servlet.ServletWriterImpl
 
println(boolean) - Method in class org.glassfish.grizzly.servlet.ServletWriterImpl
 
println(char) - Method in class org.glassfish.grizzly.servlet.ServletWriterImpl
 
println(int) - Method in class org.glassfish.grizzly.servlet.ServletWriterImpl
 
println(long) - Method in class org.glassfish.grizzly.servlet.ServletWriterImpl
 
println(float) - Method in class org.glassfish.grizzly.servlet.ServletWriterImpl
 
println(double) - Method in class org.glassfish.grizzly.servlet.ServletWriterImpl
 
println(char[]) - Method in class org.glassfish.grizzly.servlet.ServletWriterImpl
 
println(String) - Method in class org.glassfish.grizzly.servlet.ServletWriterImpl
 
println(Object) - Method in class org.glassfish.grizzly.servlet.ServletWriterImpl
 
priority - Variable in class org.glassfish.grizzly.threadpool.ThreadPoolConfig
 
probe(ConnectionProbe) - Method in class org.glassfish.grizzly.AbstractSocketConnectorHandler.Builder
 
probes - Variable in class org.glassfish.grizzly.AbstractSocketConnectorHandler
 
process(Context) - Method in class org.glassfish.grizzly.filterchain.DefaultFilterChain
 
process(E) - Method in interface org.glassfish.grizzly.Processor
Method will be called by framework to process some event, which occurred on a connection
process(Context) - Method in class org.glassfish.grizzly.StandaloneProcessor
This method should never be called, because StandaloneProcessor.isInterested(IOEvent) returns false for any IOEvent.
processAsync(Context) - Method in interface org.glassfish.grizzly.asyncqueue.AsyncQueue
Callback method, which is called async.
processAsync(Context) - Method in class org.glassfish.grizzly.nio.AbstractNIOAsyncQueueReader
Callback method, which is called async.
processAsync(Context) - Method in class org.glassfish.grizzly.nio.AbstractNIOAsyncQueueWriter
Callback method, which is called async.
processByte(byte, CompositeBuffer.Setter) - Method in interface org.glassfish.grizzly.memory.CompositeBuffer.BulkOperation
Method is responsible to examine/change one single Buffer's byte.
processingChars() - Method in class org.glassfish.grizzly.http.io.InputBuffer
This method should be called if the InputBuffer is being used in conjunction with a Reader implementation.
processingFragment - Variable in class org.glassfish.grizzly.websockets.ProtocolHandler
 
processingHandler - Variable in class org.glassfish.grizzly.Context
IOEventProcessingHandler is called to notify about IOEvent processing life-cycle events like suspend, resume, complete.
ProcessingState - Class in org.glassfish.grizzly.http
Maintains semantic state necessary to proper HTTP processing.
ProcessingState() - Constructor for class org.glassfish.grizzly.http.ProcessingState
 
processor - Variable in class org.glassfish.grizzly.AbstractBindingHandler.Builder
 
processor(Processor) - Method in class org.glassfish.grizzly.AbstractBindingHandler.Builder
 
processor - Variable in class org.glassfish.grizzly.AbstractBindingHandler
 
processor - Variable in class org.glassfish.grizzly.AbstractSocketConnectorHandler.Builder
 
processor(Processor) - Method in class org.glassfish.grizzly.AbstractSocketConnectorHandler.Builder
 
processor - Variable in class org.glassfish.grizzly.AbstractTransport
Transport default Processor
processor - Variable in class org.glassfish.grizzly.nio.NIOConnection
 
processor - Variable in class org.glassfish.grizzly.NIOTransportBuilder
 
Processor<E extends Context> - Interface in org.glassfish.grizzly
Processor implementations are responsible for processing I/O events, which occur on connection.
ProcessorExecutor - Class in org.glassfish.grizzly
 
ProcessorExecutor() - Constructor for class org.glassfish.grizzly.ProcessorExecutor
 
ProcessorResult - Class in org.glassfish.grizzly
The interface represents the result of Processor execution.
ProcessorResult.Status - Enum in org.glassfish.grizzly
Enumeration represents the status/code of ProcessorResult.
processorSelector - Variable in class org.glassfish.grizzly.AbstractBindingHandler.Builder
 
processorSelector(ProcessorSelector) - Method in class org.glassfish.grizzly.AbstractBindingHandler.Builder
 
processorSelector - Variable in class org.glassfish.grizzly.AbstractBindingHandler
 
processorSelector - Variable in class org.glassfish.grizzly.AbstractSocketConnectorHandler.Builder
 
processorSelector(ProcessorSelector) - Method in class org.glassfish.grizzly.AbstractSocketConnectorHandler.Builder
 
processorSelector - Variable in class org.glassfish.grizzly.AbstractTransport
Transport default ProcessorSelector
processorSelector - Variable in class org.glassfish.grizzly.nio.NIOConnection
 
processorSelector - Variable in class org.glassfish.grizzly.NIOTransportBuilder
 
ProcessorSelector - Interface in org.glassfish.grizzly
Implementations of the interface will be responsible to find correct Processor, which will process IOEvent, occurred on the Connection
processParameters(Buffer, int, int) - Method in class org.glassfish.grizzly.http.util.Parameters
 
processParameters(Buffer, int, int, Charset) - Method in class org.glassfish.grizzly.http.util.Parameters
 
processParameters(char[], int, int) - Method in class org.glassfish.grizzly.http.util.Parameters
 
processParameters(DataChunk) - Method in class org.glassfish.grizzly.http.util.Parameters
 
processParameters(DataChunk, Charset) - Method in class org.glassfish.grizzly.http.util.Parameters
 
processParameters(String) - Method in class org.glassfish.grizzly.http.util.Parameters
 
processSingleParameters(String) - Method in class org.glassfish.grizzly.http.util.Parameters
Used by RequestDispatcher
properties - Variable in class org.glassfish.grizzly.servlet.ServletHandler
Holder for our configured properties.
protocol - Variable in class org.glassfish.grizzly.http.HttpHeader.Builder
 
protocol(Protocol) - Method in class org.glassfish.grizzly.http.HttpHeader.Builder
Set the HTTP message protocol version.
protocol(String) - Method in class org.glassfish.grizzly.http.HttpHeader.Builder
Set the HTTP message protocol version.
Protocol - Enum in org.glassfish.grizzly.http
Predefined HTTP protocol versions
PROTOCOL_ERROR - Static variable in interface org.glassfish.grizzly.websockets.WebSocket
Indicates that an endpoint is terminating the connection due to a protocol error.
protocolC - Variable in class org.glassfish.grizzly.http.HttpHeader
 
ProtocolError - Exception in org.glassfish.grizzly.websockets
 
ProtocolError(String) - Constructor for exception org.glassfish.grizzly.websockets.ProtocolError
 
ProtocolError(String, Throwable) - Constructor for exception org.glassfish.grizzly.websockets.ProtocolError
 
ProtocolError(Throwable) - Constructor for exception org.glassfish.grizzly.websockets.ProtocolError
 
ProtocolFinder - Interface in org.glassfish.grizzly.portunif
General interface for protocol finders, responsible to figure out, whether incoming bytes belong to the specific protocol.
ProtocolFinder.Result - Enum in org.glassfish.grizzly.portunif
 
ProtocolHandler - Class in org.glassfish.grizzly.websockets
 
ProtocolHandler(boolean) - Constructor for class org.glassfish.grizzly.websockets.ProtocolHandler
 
protocolHandler - Variable in class org.glassfish.grizzly.websockets.SimpleWebSocket
 
protocolString - Variable in class org.glassfish.grizzly.http.HttpHeader.Builder
 
PROXY_AUTHENTICATION_REQUIRED_407 - Static variable in class org.glassfish.grizzly.http.util.HttpStatus
 
PROXY_JROUTE - Static variable in class org.glassfish.grizzly.http.server.Constants
 
PUContext - Class in org.glassfish.grizzly.portunif
Protocol discovering context, passed to the ProtocolFinder.
PUContext(PUFilter) - Constructor for class org.glassfish.grizzly.portunif.PUContext
 
PUFilter - Class in org.glassfish.grizzly.portunif
Port unification filter.
PUFilter() - Constructor for class org.glassfish.grizzly.portunif.PUFilter
 
PUFilter(boolean) - Constructor for class org.glassfish.grizzly.portunif.PUFilter
Constructs PUFilter.
PUProtocol - Class in org.glassfish.grizzly.portunif
The wrapper class, which holds protocol finder and correspondent protocol, represented by FilterChain.
PUProtocol(ProtocolFinder, FilterChain) - Constructor for class org.glassfish.grizzly.portunif.PUProtocol
 
PUServer - Class in org.glassfish.grizzly.samples.portunif
Port-unification sample, which hosts "add" and "sub" services on the same port.
PUServer() - Constructor for class org.glassfish.grizzly.samples.portunif.PUServer
 
push() - Method in class org.glassfish.grizzly.http.util.Parameters
Create ( or reuse ) a child that will be used during a sub-request.
PushBackContext - Class in org.glassfish.grizzly.asyncqueue
Deprecated.
push back logic is deprecated.
PushBackContext(AsyncWriteQueueRecord) - Constructor for class org.glassfish.grizzly.asyncqueue.PushBackContext
Deprecated.
 
PushBackHandler - Interface in org.glassfish.grizzly.asyncqueue
Deprecated.
push back logic is deprecated.
put(byte) - Method in interface org.glassfish.grizzly.Buffer
Relative put method  (optional operation).
put(int, byte) - Method in interface org.glassfish.grizzly.Buffer
Absolute put method  (optional operation).
put(Buffer) - Method in interface org.glassfish.grizzly.Buffer
Relative bulk put method  (optional operation).
put(Buffer, int, int) - Method in interface org.glassfish.grizzly.Buffer
Relative bulk put method  (optional operation).
put(ByteBuffer) - Method in interface org.glassfish.grizzly.Buffer
Relative bulk put method  (optional operation).
put(ByteBuffer, int, int) - Method in interface org.glassfish.grizzly.Buffer
Relative bulk put method  (optional operation).
put(byte[]) - Method in interface org.glassfish.grizzly.Buffer
Relative bulk put method  (optional operation).
put(byte[], int, int) - Method in interface org.glassfish.grizzly.Buffer
Relative bulk put method  (optional operation).
PUT - Static variable in class org.glassfish.grizzly.http.Method
 
put(String, String[]) - Method in class org.glassfish.grizzly.http.server.util.ParameterMap
Associate the specified value with the specified key in this map.
put(MemoryManager, Buffer, byte[], DataChunk) - Static method in class org.glassfish.grizzly.http.util.HttpCodecUtils
 
put(MemoryManager, Buffer, byte[], String) - Static method in class org.glassfish.grizzly.http.util.HttpCodecUtils
 
put(MemoryManager, Buffer, byte[]) - Static method in class org.glassfish.grizzly.http.util.HttpCodecUtils
 
put(MemoryManager, Buffer, byte[], int, int) - Static method in class org.glassfish.grizzly.http.util.HttpCodecUtils
 
put(MemoryManager, Buffer, Buffer) - Static method in class org.glassfish.grizzly.http.util.HttpCodecUtils
 
put(MemoryManager, Buffer, byte) - Static method in class org.glassfish.grizzly.http.util.HttpCodecUtils
 
put(ByteBuffer, int, int, ByteBuffer) - Static method in class org.glassfish.grizzly.memory.Buffers
 
put(Buffer, int, int, Buffer) - Static method in class org.glassfish.grizzly.memory.Buffers
 
put(byte[], int, int, ByteBuffer) - Static method in class org.glassfish.grizzly.memory.Buffers
 
put(byte) - Method in class org.glassfish.grizzly.memory.BuffersBuffer
 
put(int, byte) - Method in class org.glassfish.grizzly.memory.BuffersBuffer
 
put(byte[]) - Method in class org.glassfish.grizzly.memory.BuffersBuffer
 
put(byte[], int, int) - Method in class org.glassfish.grizzly.memory.BuffersBuffer
 
put(ByteBuffer) - Method in class org.glassfish.grizzly.memory.BuffersBuffer
 
put(ByteBuffer, int, int) - Method in class org.glassfish.grizzly.memory.BuffersBuffer
 
put(Buffer) - Method in class org.glassfish.grizzly.memory.BuffersBuffer
 
put(Buffer, int, int) - Method in class org.glassfish.grizzly.memory.BuffersBuffer
 
put(byte) - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
 
put(int, byte) - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
 
put(Buffer) - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
 
put(Buffer, int, int) - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
 
put(ByteBuffer) - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
 
put(ByteBuffer, int, int) - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
 
put(byte[]) - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
 
put(byte[], int, int) - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
 
put(byte) - Method in class org.glassfish.grizzly.memory.HeapBuffer
 
put(int, byte) - Method in class org.glassfish.grizzly.memory.HeapBuffer
 
put(Buffer) - Method in class org.glassfish.grizzly.memory.HeapBuffer
 
put(Buffer, int, int) - Method in class org.glassfish.grizzly.memory.HeapBuffer
 
put(ByteBuffer) - Method in class org.glassfish.grizzly.memory.HeapBuffer
 
put(ByteBuffer, int, int) - Method in class org.glassfish.grizzly.memory.HeapBuffer
 
put(byte[]) - Method in class org.glassfish.grizzly.memory.HeapBuffer
 
put(byte[], int, int) - Method in class org.glassfish.grizzly.memory.HeapBuffer
 
put(ThreadCache.CachedTypeIndex, Object) - Method in class org.glassfish.grizzly.ThreadCache.ObjectCache
 
put(Object) - Method in class org.glassfish.grizzly.ThreadCache.ObjectCacheElement
 
put8BitString(String) - Method in interface org.glassfish.grizzly.Buffer
Relative bulk put method  (optional operation).
put8BitString(String) - Method in class org.glassfish.grizzly.memory.BuffersBuffer
 
put8BitString(String) - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
 
put8BitString(String) - Method in class org.glassfish.grizzly.memory.HeapBuffer
 
putAll(Map) - Method in class org.glassfish.grizzly.http.server.util.ParameterMap
Copy all of the mappings from the specified map to this one.
putByte(byte) - Method in class org.glassfish.grizzly.compression.lzma.impl.lz.OutWindow
 
putChar(char) - Method in interface org.glassfish.grizzly.Buffer
Relative put method for writing a char value  (optional operation).
putChar(int, char) - Method in interface org.glassfish.grizzly.Buffer
Absolute put method for writing a char value  (optional operation).
putChar(char) - Method in class org.glassfish.grizzly.memory.BuffersBuffer
 
putChar(int, char) - Method in class org.glassfish.grizzly.memory.BuffersBuffer
 
putChar(char) - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
 
putChar(int, char) - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
 
putChar(char) - Method in class org.glassfish.grizzly.memory.HeapBuffer
 
putChar(int, char) - Method in class org.glassfish.grizzly.memory.HeapBuffer
 
putDouble(double) - Method in interface org.glassfish.grizzly.Buffer
Relative put method for writing a double value  (optional operation).
putDouble(int, double) - Method in interface org.glassfish.grizzly.Buffer
Absolute put method for writing a double value  (optional operation).
putDouble(double) - Method in class org.glassfish.grizzly.memory.BuffersBuffer
 
putDouble(int, double) - Method in class org.glassfish.grizzly.memory.BuffersBuffer
 
putDouble(double) - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
 
putDouble(int, double) - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
 
putDouble(double) - Method in class org.glassfish.grizzly.memory.HeapBuffer
 
putDouble(int, double) - Method in class org.glassfish.grizzly.memory.HeapBuffer
 
putFloat(float) - Method in interface org.glassfish.grizzly.Buffer
Relative put method for writing a float value  (optional operation).
putFloat(int, float) - Method in interface org.glassfish.grizzly.Buffer
Absolute put method for writing a float value  (optional operation).
putFloat(float) - Method in class org.glassfish.grizzly.memory.BuffersBuffer
 
putFloat(int, float) - Method in class org.glassfish.grizzly.memory.BuffersBuffer
 
putFloat(float) - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
 
putFloat(int, float) - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
 
putFloat(float) - Method in class org.glassfish.grizzly.memory.HeapBuffer
 
putFloat(int, float) - Method in class org.glassfish.grizzly.memory.HeapBuffer
 
putInt(int) - Method in interface org.glassfish.grizzly.Buffer
Relative put method for writing an int value  (optional operation).
putInt(int, int) - Method in interface org.glassfish.grizzly.Buffer
Absolute put method for writing an int value  (optional operation).
putInt(int) - Method in class org.glassfish.grizzly.memory.BuffersBuffer
 
putInt(int, int) - Method in class org.glassfish.grizzly.memory.BuffersBuffer
 
putInt(int) - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
 
putInt(int, int) - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
 
putInt(int) - Method in class org.glassfish.grizzly.memory.HeapBuffer
 
putInt(int, int) - Method in class org.glassfish.grizzly.memory.HeapBuffer
 
putLong(long) - Method in interface org.glassfish.grizzly.Buffer
Relative put method for writing a long value  (optional operation).
putLong(int, long) - Method in interface org.glassfish.grizzly.Buffer
Absolute put method for writing a long value  (optional operation).
putLong(long) - Method in class org.glassfish.grizzly.memory.BuffersBuffer
 
putLong(int, long) - Method in class org.glassfish.grizzly.memory.BuffersBuffer
 
putLong(long) - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
 
putLong(int, long) - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
 
putLong(long) - Method in class org.glassfish.grizzly.memory.HeapBuffer
 
putLong(int, long) - Method in class org.glassfish.grizzly.memory.HeapBuffer
 
putShort(short) - Method in interface org.glassfish.grizzly.Buffer
Relative put method for writing a short value  (optional operation).
putShort(int, short) - Method in interface org.glassfish.grizzly.Buffer
Absolute put method for writing a short value  (optional operation).
putShort(short) - Method in class org.glassfish.grizzly.memory.BuffersBuffer
 
putShort(int, short) - Method in class org.glassfish.grizzly.memory.BuffersBuffer
 
putShort(short) - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
 
putShort(int, short) - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
 
putShort(short) - Method in class org.glassfish.grizzly.memory.HeapBuffer
 
putShort(int, short) - Method in class org.glassfish.grizzly.memory.HeapBuffer
 
putToCache(ThreadCache.CachedTypeIndex<E>, E) - Static method in class org.glassfish.grizzly.ThreadCache
 
putToCache(ThreadCache.CachedTypeIndex<E>, E) - Method in class org.glassfish.grizzly.threadpool.DefaultWorkerThread
 
putValue(String, Object) - Method in class org.glassfish.grizzly.servlet.HttpSessionImpl

Q

query(String) - Method in class org.glassfish.grizzly.http.HttpRequestPacket.Builder
Set the query portion of the request URI.
queryString - Variable in class org.glassfish.grizzly.http.HttpRequestPacket.Builder
 
queryString - Variable in class org.glassfish.grizzly.servlet.DispatchedHttpServletRequest
The query string for this request.
QUESTION - Static variable in class org.glassfish.grizzly.http.server.Constants
'?'.
QUESTION - Static variable in class org.glassfish.grizzly.http.util.Constants
'?'.
queue - Variable in class org.glassfish.grizzly.threadpool.ThreadPoolConfig
 
queueAction(FilterChainContext) - Method in class org.glassfish.grizzly.utils.IdleTimeoutFilter
 
queueLimit - Variable in class org.glassfish.grizzly.threadpool.ThreadPoolConfig
 
queueRecord - Variable in class org.glassfish.grizzly.asyncqueue.PushBackContext
Deprecated.
 
quotedCharsetValue - Variable in class org.glassfish.grizzly.http.HttpHeader
 

R

RANDOM - Static variable in class org.glassfish.grizzly.AbstractBindingHandler
 
RangeDecoder - Class in org.glassfish.grizzly.compression.lzma.impl.rangecoder
RangeDecoder
RangeDecoder() - Constructor for class org.glassfish.grizzly.compression.lzma.impl.rangecoder.RangeDecoder
 
RangeEncoder - Class in org.glassfish.grizzly.compression.lzma.impl.rangecoder
RangeEncoder
RangeEncoder() - Constructor for class org.glassfish.grizzly.compression.lzma.impl.rangecoder.RangeEncoder
 
rawCookies - Variable in class org.glassfish.grizzly.http.server.Request
 
read(Connection) - Method in class org.glassfish.grizzly.AbstractReader
Method reads data.
read(Connection, Buffer) - Method in class org.glassfish.grizzly.AbstractReader
Method reads data to the buffer.
read(Connection, Buffer, CompletionHandler<ReadResult<Buffer, L>>) - Method in class org.glassfish.grizzly.AbstractReader
Method reads data to the buffer.
read(Connection, CompletionHandler<ReadResult>) - Method in class org.glassfish.grizzly.filterchain.DefaultFilterChain
 
read(FilterChainContext) - Method in class org.glassfish.grizzly.filterchain.DefaultFilterChain
 
read(FilterChainContext) - Method in interface org.glassfish.grizzly.filterchain.FilterChain
 
read() - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
Performs a blocking read.
read(byte[], int, int) - Method in class org.glassfish.grizzly.http.io.InputBuffer
 
read(CharBuffer) - Method in class org.glassfish.grizzly.http.io.InputBuffer
 
read(char[], int, int) - Method in class org.glassfish.grizzly.http.io.InputBuffer
 
read(Connection, Buffer, CompletionHandler<ReadResult<Buffer, SocketAddress>>, Interceptor<ReadResult>) - Method in class org.glassfish.grizzly.nio.AbstractNIOAsyncQueueReader
Method reads data to the buffer.
read() - Method in class org.glassfish.grizzly.nio.NIOConnection
 
read(CompletionHandler<ReadResult<M, SocketAddress>>) - Method in class org.glassfish.grizzly.nio.NIOConnection
 
read(Connection, Buffer, CompletionHandler<ReadResult<Buffer, SocketAddress>>, Interceptor<ReadResult>) - Method in class org.glassfish.grizzly.nio.tmpselectors.TemporarySelectorReader
 
read(Connection, Buffer, CompletionHandler<ReadResult<Buffer, SocketAddress>>, Interceptor<ReadResult>, long, TimeUnit) - Method in class org.glassfish.grizzly.nio.tmpselectors.TemporarySelectorReader
Method reads data to the message.
read(Connection, Buffer) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOTransport
 
read(UDPNIOConnection, Buffer) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOTransport
 
read(UDPNIOConnection, Buffer, ReadResult<Buffer, SocketAddress>) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOTransport
 
read(Connection, CompletionHandler<ReadResult>) - Method in interface org.glassfish.grizzly.Processor
 
read() - Method in interface org.glassfish.grizzly.Readable
Method reads data.
read(CompletionHandler<ReadResult<M, L>>) - Method in interface org.glassfish.grizzly.Readable
 
read(Connection) - Method in interface org.glassfish.grizzly.Reader
Method reads data.
read(Connection, Buffer) - Method in interface org.glassfish.grizzly.Reader
Method reads data to the buffer.
read(Connection, Buffer, CompletionHandler<ReadResult<Buffer, L>>) - Method in interface org.glassfish.grizzly.Reader
Method reads data to the buffer.
read(Connection, Buffer, CompletionHandler<ReadResult<Buffer, L>>, Interceptor<ReadResult>) - Method in interface org.glassfish.grizzly.Reader
Method reads data to the buffer.
read() - Method in class org.glassfish.grizzly.servlet.ServletInputStreamImpl
 
read(byte[]) - Method in class org.glassfish.grizzly.servlet.ServletInputStreamImpl
 
read(byte[], int, int) - Method in class org.glassfish.grizzly.servlet.ServletInputStreamImpl
 
read() - Method in class org.glassfish.grizzly.servlet.ServletReaderImpl
 
read(char[]) - Method in class org.glassfish.grizzly.servlet.ServletReaderImpl
 
read(char[], int, int) - Method in class org.glassfish.grizzly.servlet.ServletReaderImpl
 
read(Connection, CompletionHandler) - Method in class org.glassfish.grizzly.StandaloneProcessor
 
read() - Method in class org.glassfish.grizzly.streams.BufferedInput
 
read() - Method in interface org.glassfish.grizzly.streams.Input
 
read() - Method in class org.glassfish.grizzly.streams.StreamInput
 
read() - Method in class org.glassfish.grizzly.utils.BufferInputStream
read(byte[], int, int) - Method in class org.glassfish.grizzly.utils.BufferInputStream
read0(Connection, Buffer, ReadResult<Buffer, SocketAddress>) - Method in class org.glassfish.grizzly.nio.AbstractNIOAsyncQueueReader
 
read0(NIOConnection, ReadResult<Buffer, SocketAddress>, Buffer, long, TimeUnit) - Method in class org.glassfish.grizzly.nio.tmpselectors.TemporarySelectorReader
 
read0(Connection, Buffer, ReadResult<Buffer, SocketAddress>) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOAsyncQueueReader
 
read0(Connection, Buffer, ReadResult<Buffer, SocketAddress>) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOAsyncQueueReader
 
READ_EVENT - Static variable in interface org.glassfish.grizzly.Reader
 
Readable<L> - Interface in org.glassfish.grizzly
Implementations of this interface are able to read data from internal source to a Buffer.
readBlock() - Method in class org.glassfish.grizzly.compression.lzma.impl.lz.InWindow
 
readBoolean() - Method in class org.glassfish.grizzly.streams.AbstractStreamReader
Get the next boolean in the stream.
readBoolean() - Method in interface org.glassfish.grizzly.streams.StreamReader
Get the next boolean in the stream.
readBooleanArray(boolean[]) - Method in class org.glassfish.grizzly.streams.AbstractStreamReader
Fill data with booleans (byte 1=true, 0=false) from the stream.
readBooleanArray(boolean[]) - Method in interface org.glassfish.grizzly.streams.StreamReader
Fill data with booleans (byte 1=true, 0=false) from the stream.
readBuffer() - Method in interface org.glassfish.grizzly.http.io.BinaryNIOInputSource
Returns the underlying Buffer that backs this InputSource.
readBuffer(int) - Method in interface org.glassfish.grizzly.http.io.BinaryNIOInputSource
Returns the Buffer of a given size, which represents a chunk of the underlying Buffer that backs this InputSource.
readBuffer() - Method in class org.glassfish.grizzly.http.io.InputBuffer
 
readBuffer(int) - Method in class org.glassfish.grizzly.http.io.InputBuffer
 
readBufferSize - Variable in class org.glassfish.grizzly.AbstractTransport
Transport default buffer size for read operations
readBufferSize - Variable in class org.glassfish.grizzly.NIOTransportBuilder
 
readByte() - Method in class org.glassfish.grizzly.http.io.InputBuffer
This method always blocks.
readByte() - Method in class org.glassfish.grizzly.streams.AbstractStreamReader
Get the next byte in the stream.
readByte() - Method in interface org.glassfish.grizzly.streams.StreamReader
Get the next byte in the stream.
readByteArray(byte[]) - Method in class org.glassfish.grizzly.streams.AbstractStreamReader
Fill data with bytes from the stream.
readByteArray(byte[], int, int) - Method in class org.glassfish.grizzly.streams.AbstractStreamReader
Fill data with bytes from the stream.
readByteArray(byte[]) - Method in interface org.glassfish.grizzly.streams.StreamReader
Fill data with bytes from the stream.
readByteArray(byte[], int, int) - Method in interface org.glassfish.grizzly.streams.StreamReader
Fill data with bytes from the stream.
readBytes(Buffer) - Method in class org.glassfish.grizzly.streams.AbstractStreamReader
Fill the buffer with data from the stream (that is, copy data from the stream to fill buffer from position to limit).
readBytes(Buffer) - Method in interface org.glassfish.grizzly.streams.StreamReader
Fill the buffer with data from the stream (that is, copy data from the stream to fill buffer from position to limit).
readChar() - Method in class org.glassfish.grizzly.http.io.InputBuffer
 
readChar() - Method in class org.glassfish.grizzly.streams.AbstractStreamReader
Get the next character in the stream.
readChar() - Method in interface org.glassfish.grizzly.streams.StreamReader
Get the next character in the stream.
readCharArray(char[]) - Method in class org.glassfish.grizzly.streams.AbstractStreamReader
Fill data with characters from the stream.
readCharArray(char[]) - Method in interface org.glassfish.grizzly.streams.StreamReader
Fill data with characters from the stream.
readDouble() - Method in class org.glassfish.grizzly.streams.AbstractStreamReader
Get the next double in the stream.
readDouble() - Method in interface org.glassfish.grizzly.streams.StreamReader
Get the next double in the stream.
readDoubleArray(double[]) - Method in class org.glassfish.grizzly.streams.AbstractStreamReader
Fill data with characters from the stream.
readDoubleArray(double[]) - Method in interface org.glassfish.grizzly.streams.StreamReader
Fill data with characters from the stream.
Reader<L> - Interface in org.glassfish.grizzly
Implementations of this interface are able to read data from Connection to a Buffer.
readFloat() - Method in class org.glassfish.grizzly.streams.AbstractStreamReader
Get the next float in the stream.
readFloat() - Method in interface org.glassfish.grizzly.streams.StreamReader
Get the next float in the stream.
readFloatArray(float[]) - Method in class org.glassfish.grizzly.streams.AbstractStreamReader
Fill data with characters from the stream.
readFloatArray(float[]) - Method in interface org.glassfish.grizzly.streams.StreamReader
Fill data with characters from the stream.
readFromFileChannel(FileChannel, Buffer) - Static method in class org.glassfish.grizzly.memory.Buffers
Reads data from the FileChannel into the Buffer.
ReadHandler - Interface in org.glassfish.grizzly.http.server.io
Deprecated.
please use ReadHandler
ReadHandler - Interface in org.glassfish.grizzly
This class represents a call-back mechanism that will notify implementations as more input data becomes available to read without blocking.
readHeader(MimeHeaders, String) - Method in class org.glassfish.grizzly.websockets.HandShake
Reads the header value using UTF-8 encoding
readInt() - Method in class org.glassfish.grizzly.streams.AbstractStreamReader
Get the next int in the stream.
readInt() - Method in interface org.glassfish.grizzly.streams.StreamReader
Get the next int in the stream.
readIntArray(int[]) - Method in class org.glassfish.grizzly.streams.AbstractStreamReader
Fill data with characters from the stream.
readIntArray(int[]) - Method in interface org.glassfish.grizzly.streams.StreamReader
Fill data with characters from the stream.
readLine() - Method in class org.glassfish.grizzly.servlet.ServletReaderImpl
 
readLong() - Method in class org.glassfish.grizzly.streams.AbstractStreamReader
Get the next long in the stream.
readLong() - Method in interface org.glassfish.grizzly.streams.StreamReader
Get the next long in the stream.
readLongArray(long[]) - Method in class org.glassfish.grizzly.streams.AbstractStreamReader
Fill data with characters from the stream.
readLongArray(long[]) - Method in interface org.glassfish.grizzly.streams.StreamReader
Fill data with characters from the stream.
readMask() - Method in class org.glassfish.grizzly.websockets.Masker
 
readNow0(NIOConnection, Buffer, ReadResult<Buffer, SocketAddress>) - Method in class org.glassfish.grizzly.nio.tmpselectors.TemporarySelectorReader
 
readNow0(NIOConnection, Buffer, ReadResult<Buffer, SocketAddress>) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOTemporarySelectorReader
 
readNow0(NIOConnection, Buffer, ReadResult<Buffer, SocketAddress>) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOTemporarySelectorReader
 
readOnly - Variable in class org.glassfish.grizzly.memory.HeapBuffer
 
ReadResult<K,L> - Class in org.glassfish.grizzly
Result of read operation, returned by Readable.
ReadResult(Connection) - Constructor for class org.glassfish.grizzly.ReadResult
 
ReadResult(Connection, K, L, int) - Constructor for class org.glassfish.grizzly.ReadResult
 
readShort() - Method in class org.glassfish.grizzly.streams.AbstractStreamReader
Get the next short in the stream.
readShort() - Method in interface org.glassfish.grizzly.streams.StreamReader
Get the next short in the stream.
readShortArray(short[]) - Method in class org.glassfish.grizzly.streams.AbstractStreamReader
Fill data with characters from the stream.
readShortArray(short[]) - Method in interface org.glassfish.grizzly.streams.StreamReader
Fill data with characters from the stream.
readTimeout - Variable in class org.glassfish.grizzly.AbstractTransport
 
readTimeoutMillis - Variable in class org.glassfish.grizzly.nio.NIOConnection
 
ready() - Method in class org.glassfish.grizzly.http.io.InputBuffer
 
ready() - Method in class org.glassfish.grizzly.servlet.ServletReaderImpl
 
ready() - Method in interface org.glassfish.grizzly.ShutdownContext
Invoked by called GracefulShutdownListener to notify the graceful termination process that it's safe to terminate the transport.
readyData() - Method in class org.glassfish.grizzly.http.io.InputBuffer
Depending on the InputBuffer mode, method will return either number of available bytes or characters ready to be read without blocking.
readyData() - Method in interface org.glassfish.grizzly.InputSource
 
ReadyFutureImpl<R> - Class in org.glassfish.grizzly.impl
Future implementation with the specific unmodifiable result.
reallocate(ByteBufferWrapper, int) - Method in class org.glassfish.grizzly.memory.ByteBufferManager
Reallocate Buffer to a required size.
reallocate(HeapBuffer, int) - Method in class org.glassfish.grizzly.memory.HeapMemoryManager
Reallocate Buffer to a required size.
reallocate(E, int) - Method in interface org.glassfish.grizzly.memory.MemoryManager
Reallocate Buffer to a required size.
reallocate(E, int) - Method in interface org.glassfish.grizzly.memory.ThreadLocalPool
 
reallocateBuffer(Buffer, int) - Method in class org.glassfish.grizzly.nio.transport.DefaultStreamWriter.Output
 
reallocateBuffer(Buffer, int) - Method in class org.glassfish.grizzly.streams.BufferedOutput
 
reallocateBuffer(Buffer, int) - Method in class org.glassfish.grizzly.streams.TransformerOutput
 
reallocateByteBuffer(ByteBuffer, int) - Method in interface org.glassfish.grizzly.memory.ByteBufferAware
 
reallocateByteBuffer(ByteBuffer, int) - Method in class org.glassfish.grizzly.memory.ByteBufferManager
 
reallocateByteBuffer(MemoryManager, ByteBuffer, int) - Static method in class org.glassfish.grizzly.memory.MemoryUtils
 
reallocateHeapBuffer(HeapBuffer, int) - Method in class org.glassfish.grizzly.memory.HeapMemoryManager
 
realReadBytes(byte[], int, int) - Method in interface org.glassfish.grizzly.http.util.ByteChunk.ByteInputChannel
Read new bytes ( usually the internal conversion buffer ).
realReadChars(char[], int, int) - Method in interface org.glassfish.grizzly.http.util.CharChunk.CharInputChannel
Read new bytes ( usually the internal conversion buffer ).
realWriteBytes(byte[], int, int) - Method in interface org.glassfish.grizzly.http.util.ByteChunk.ByteOutputChannel
Send the bytes ( usually the internal conversion buffer ).
realWriteChars(char[], int, int) - Method in interface org.glassfish.grizzly.http.util.CharChunk.CharOutputChannel
Send the bytes ( usually the internal conversion buffer ).
reasonPhrase - Variable in class org.glassfish.grizzly.http.HttpResponsePacket.Builder
 
reasonPhrase(String) - Method in class org.glassfish.grizzly.http.HttpResponsePacket.Builder
Sets the status reason phrase for this response.
rebuildSubTree() - Method in class org.glassfish.grizzly.http.server.jmx.HttpServer
 
rebuildSubTree() - Method in class org.glassfish.grizzly.http.server.jmx.NetworkListener
 
rebuildSubTree() - Method in class org.glassfish.grizzly.nio.transport.jmx.NIOTransport
 
reconfigure(ThreadPoolConfig) - Method in class org.glassfish.grizzly.threadpool.GrizzlyExecutorService
reconnectDelay(long, TimeUnit) - Method in class org.glassfish.grizzly.connectionpool.MultiEndpointPool.Builder
Sets the delay to be used before the pool will repeat the attempt to connect to the endpoint after previous connect operation had failed.
reconnectDelay(long, TimeUnit) - Method in class org.glassfish.grizzly.connectionpool.SingleEndpointPool.Builder
Sets the delay to be used before the pool will repeat the attempt to connect to the endpoint after previous connect operation had failed.
Reconnector() - Constructor for class org.glassfish.grizzly.connectionpool.SingleEndpointPool.Reconnector
 
ReconnectTask(SingleEndpointPool<E>) - Constructor for class org.glassfish.grizzly.connectionpool.SingleEndpointPool.ReconnectTask
 
ReconnectTaskResolver() - Constructor for class org.glassfish.grizzly.connectionpool.SingleEndpointPool.ReconnectTaskResolver
 
recycle() - Method in class org.glassfish.grizzly.asyncqueue.AsyncReadQueueRecord
 
recycle() - Method in class org.glassfish.grizzly.asyncqueue.AsyncWriteQueueRecord
 
recycle() - Method in interface org.glassfish.grizzly.attributes.AttributeHolder
Recycle AttributeHolder
recycle() - Method in class org.glassfish.grizzly.attributes.IndexedAttributeHolder
Recycle AttributeHolder
recycle() - Method in class org.glassfish.grizzly.attributes.NamedAttributeHolder
Recycle AttributeHolder
recycle() - Method in interface org.glassfish.grizzly.Cacheable
 
recycle() - Method in class org.glassfish.grizzly.comet.CometContext
Recycle this object.
recycle() - Method in class org.glassfish.grizzly.compression.lzma.LZMADecoder.LZMAInputState
 
recycle() - Method in class org.glassfish.grizzly.compression.lzma.LZMAEncoder.LZMAOutputState
 
recycle() - Method in class org.glassfish.grizzly.Context
Recycle this Context
recycle(boolean) - Method in interface org.glassfish.grizzly.GrizzlyFuture
Recycle GrizzlyFuture now.
recycle() - Method in class org.glassfish.grizzly.http.ajp.AjpHttpRequest
 
recycle() - Method in class org.glassfish.grizzly.http.Cookie
 
recycle() - Method in class org.glassfish.grizzly.http.Cookies
Recycle.
recycle() - Method in class org.glassfish.grizzly.http.HttpBrokenContent
recycle() - Method in class org.glassfish.grizzly.http.HttpCodecFilter.ContentParsingState
 
recycle() - Method in class org.glassfish.grizzly.http.HttpCodecFilter.HeaderParsingState
 
recycle() - Method in class org.glassfish.grizzly.http.HttpContent
recycle() - Method in class org.glassfish.grizzly.http.HttpHeader
recycle() - Method in class org.glassfish.grizzly.http.HttpTrailer
recycle() - Method in class org.glassfish.grizzly.http.io.InputBuffer
Recycle this InputBuffer for reuse.
recycle() - Method in class org.glassfish.grizzly.http.io.OutputBuffer
Recycle the output buffer.
recycle() - Method in class org.glassfish.grizzly.http.LazyCookieState
 
recycle() - Method in class org.glassfish.grizzly.http.ParsingResult
 
recycle() - Method in class org.glassfish.grizzly.http.ProcessingState
Resets values to their initial states.
recycle() - Method in class org.glassfish.grizzly.http.server.filecache.FileCacheKey
 
recycle() - Method in class org.glassfish.grizzly.http.server.filecache.LazyFileCacheKey
 
recycle() - Method in class org.glassfish.grizzly.http.server.io.ServerOutputBuffer
 
recycle() - Method in class org.glassfish.grizzly.http.server.Request
Release all object references, and initialize instance variables, in preparation for reuse of this object.
recycle() - Method in class org.glassfish.grizzly.http.server.Response
Release all object references, and initialize instance variables, in preparation for reuse of this object.
recycle() - Method in class org.glassfish.grizzly.http.server.util.MappingData
 
recycle() - Method in class org.glassfish.grizzly.http.server.util.SimpleDateFormats
 
recycle() - Method in class org.glassfish.grizzly.http.util.B2CConverter
Reset the internal state, empty the buffers.
recycle() - Method in class org.glassfish.grizzly.http.util.B2CConverterBlocking
Reset the internal state, empty the buffers.
recycle() - Method in class org.glassfish.grizzly.http.util.BufferChunk
 
recycle() - Method in class org.glassfish.grizzly.http.util.ByteChunk
Resets the message buff to an uninitialized state.
recycle() - Method in class org.glassfish.grizzly.http.util.C2BConverter
Reset the internal state, empty the buffers.
recycle() - Method in class org.glassfish.grizzly.http.util.CacheableDataChunk
 
recycle() - Method in class org.glassfish.grizzly.http.util.CharChunk
Resets the message bytes to an uninitialized state.
recycle() - Method in class org.glassfish.grizzly.http.util.DataChunk
 
recycle() - Method in class org.glassfish.grizzly.http.util.MessageBytes
Resets the message bytes to an uninitialized (NULL) state.
recycle() - Method in class org.glassfish.grizzly.http.util.MimeHeaders
Clears all header fields.
recycle() - Method in class org.glassfish.grizzly.http.util.Parameters
 
recycle() - Method in class org.glassfish.grizzly.http.util.RequestURIRef
 
recycle() - Method in class org.glassfish.grizzly.http.util.TimeStamp
 
recycle() - Method in class org.glassfish.grizzly.http.util.UTF8Decoder
 
recycle() - Method in class org.glassfish.grizzly.impl.ReadyFutureImpl
 
recycle(boolean) - Method in class org.glassfish.grizzly.impl.ReadyFutureImpl
 
recycle(boolean) - Method in class org.glassfish.grizzly.impl.SafeFutureImpl
 
recycle() - Method in class org.glassfish.grizzly.impl.SafeFutureImpl
 
recycle(boolean) - Method in class org.glassfish.grizzly.impl.UnsafeFutureImpl
 
recycle() - Method in class org.glassfish.grizzly.impl.UnsafeFutureImpl
 
recycle() - Method in class org.glassfish.grizzly.memory.AbstractBufferArray
 
recycle() - Method in class org.glassfish.grizzly.memory.BufferArray
 
recycle() - Method in class org.glassfish.grizzly.memory.ByteBufferArray
 
recycle() - Method in class org.glassfish.grizzly.memory.ByteBufferManager.SmallByteBufferWrapper
 
recycle() - Method in class org.glassfish.grizzly.ReadResult
 
recycle() - Method in class org.glassfish.grizzly.servlet.DispatchedHttpServletRequest
 
recycle() - Method in class org.glassfish.grizzly.servlet.FilterConfigImpl
Release the Filter instance associated with this FilterConfig, if there is one.
recycle() - Method in class org.glassfish.grizzly.TransformationResult
Recycle this Context
recycle() - Method in class org.glassfish.grizzly.websockets.ParseResult
Recycle the object.
recycle() - Method in class org.glassfish.grizzly.WriteResult
 
recycleAndReset() - Method in class org.glassfish.grizzly.http.util.ByteChunk
 
recycleMark - Variable in class org.glassfish.grizzly.impl.UnsafeFutureImpl
 
recycleTemporaryArtifacts(Selector, SelectionKey) - Method in class org.glassfish.grizzly.nio.tmpselectors.TemporarySelectorIO
 
recycleTrack - Variable in class org.glassfish.grizzly.asyncqueue.AsyncQueueRecord
 
REDIRECT_HOST - Static variable in class org.glassfish.grizzly.samples.tunnel.TunnelServer
 
REDIRECT_PORT - Static variable in class org.glassfish.grizzly.samples.tunnel.TunnelServer
 
redirectPath - Variable in class org.glassfish.grizzly.http.server.util.MappingData
 
redirectURLCC - Variable in class org.glassfish.grizzly.http.server.Response
Recyclable buffer to hold the redirect URL.
reduceLastAllocated(E) - Method in interface org.glassfish.grizzly.memory.ThreadLocalPool
 
reduceOffsets(int) - Method in class org.glassfish.grizzly.compression.lzma.impl.lz.InWindow
 
Reentrant() - Constructor for class org.glassfish.grizzly.Writer.Reentrant
 
register(String, int) - Method in class org.glassfish.grizzly.comet.CometEngine
Deprecated.
register(String) - Method in class org.glassfish.grizzly.comet.CometEngine
Register a context path with this CometEngine.
register(String, Class<? extends NotificationHandler>) - Method in class org.glassfish.grizzly.comet.CometEngine
Instantiate a new CometContext.
register(Object, Object) - Method in class org.glassfish.grizzly.jmxbase.GrizzlyJmxManager
Register Grizzly JMX Object as child of the passed parent object.
register(Object, Object, String) - Method in class org.glassfish.grizzly.jmxbase.GrizzlyJmxManager
Register Grizzly JMX Object as child of the passed parent object with the specific name.
register(Object, Object) - Method in class org.glassfish.grizzly.monitoring.jmx.DefaultJmxManager
Register Grizzly JMX Object as child of the passed parent object.
register(Object, Object, String) - Method in class org.glassfish.grizzly.monitoring.jmx.DefaultJmxManager
Register Grizzly JMX Object as child of the passed parent object with the specific name.
register() - Method in class org.glassfish.grizzly.nio.transport.UDPNIOServerConnection
 
register(ProtocolFinder, FilterChain) - Method in class org.glassfish.grizzly.portunif.PUFilter
Registers new ProtocolFinder - FilterChain pair, which defines the protocol.
register(PUProtocol) - Method in class org.glassfish.grizzly.portunif.PUFilter
Registers new PUProtocol.
register(String, String, WebSocketApplication) - Method in class org.glassfish.grizzly.websockets.WebSocketEngine
Register a WebSocketApplication to a specific context path and url pattern.
register(WebSocketApplication) - Method in class org.glassfish.grizzly.websockets.WebSocketEngine
RegisterAcceptedChannelCompletionHandler() - Constructor for class org.glassfish.grizzly.nio.transport.TCPNIOServerConnection.RegisterAcceptedChannelCompletionHandler
 
RegisterAcceptedChannelCompletionHandler(FutureImpl<Connection>) - Constructor for class org.glassfish.grizzly.nio.transport.TCPNIOServerConnection.RegisterAcceptedChannelCompletionHandler
 
registerAddOn(AddOn) - Method in class org.glassfish.grizzly.http.server.NetworkListener
Registers AddOn on this NetworkListener.
registerAtRoot(Object) - Method in class org.glassfish.grizzly.jmxbase.GrizzlyJmxManager
Register Grizzly JMX Object at the root.
registerAtRoot(Object, String) - Method in class org.glassfish.grizzly.jmxbase.GrizzlyJmxManager
Register Grizzly JMX Object at the root with the passed name.
registerAtRoot(Object) - Method in class org.glassfish.grizzly.monitoring.jmx.DefaultJmxManager
Register Grizzly JMX Object at the root.
registerAtRoot(Object, String) - Method in class org.glassfish.grizzly.monitoring.jmx.DefaultJmxManager
Register Grizzly JMX Object at the root with the passed name.
registerChannel(SelectableChannel) - Method in class org.glassfish.grizzly.nio.AbstractNIOConnectionDistributor
 
registerChannel(SelectableChannel, int) - Method in class org.glassfish.grizzly.nio.AbstractNIOConnectionDistributor
 
registerChannel(SelectorRunner, SelectableChannel, int, Object) - Method in class org.glassfish.grizzly.nio.DefaultSelectorHandler
 
registerChannel(SelectableChannel) - Method in interface org.glassfish.grizzly.nio.NIOChannelDistributor
 
registerChannel(SelectableChannel, int) - Method in interface org.glassfish.grizzly.nio.NIOChannelDistributor
 
registerChannel(SelectableChannel, int, Object) - Method in interface org.glassfish.grizzly.nio.NIOChannelDistributor
 
registerChannel(SelectableChannel, int, Object) - Method in class org.glassfish.grizzly.nio.RoundRobinConnectionDistributor
 
registerChannel(SelectorRunner, SelectableChannel, int, Object) - Method in interface org.glassfish.grizzly.nio.SelectorHandler
 
registerChannelAsync(SelectableChannel) - Method in class org.glassfish.grizzly.nio.AbstractNIOConnectionDistributor
 
registerChannelAsync(SelectableChannel, int) - Method in class org.glassfish.grizzly.nio.AbstractNIOConnectionDistributor
 
registerChannelAsync(SelectableChannel, int, Object) - Method in class org.glassfish.grizzly.nio.AbstractNIOConnectionDistributor
 
registerChannelAsync(SelectorRunner, SelectableChannel, int, Object, CompletionHandler<RegisterChannelResult>) - Method in class org.glassfish.grizzly.nio.DefaultSelectorHandler
 
registerChannelAsync(SelectableChannel) - Method in interface org.glassfish.grizzly.nio.NIOChannelDistributor
 
registerChannelAsync(SelectableChannel, int) - Method in interface org.glassfish.grizzly.nio.NIOChannelDistributor
 
registerChannelAsync(SelectableChannel, int, Object) - Method in interface org.glassfish.grizzly.nio.NIOChannelDistributor
 
registerChannelAsync(SelectableChannel, int, Object, CompletionHandler<RegisterChannelResult>) - Method in interface org.glassfish.grizzly.nio.NIOChannelDistributor
 
registerChannelAsync(SelectableChannel, int, Object, CompletionHandler<RegisterChannelResult>) - Method in class org.glassfish.grizzly.nio.RoundRobinConnectionDistributor
 
registerChannelAsync(SelectorRunner, SelectableChannel, int, Object, CompletionHandler<RegisterChannelResult>) - Method in interface org.glassfish.grizzly.nio.SelectorHandler
 
registerChannelCompletionHandler - Variable in class org.glassfish.grizzly.nio.transport.UDPNIOTransport
 
RegisterChannelCompletionHandler() - Constructor for class org.glassfish.grizzly.nio.transport.UDPNIOTransport.RegisterChannelCompletionHandler
 
RegisterChannelResult - Class in org.glassfish.grizzly.nio
 
RegisterChannelResult(SelectorRunner, SelectionKey, SelectableChannel) - Constructor for class org.glassfish.grizzly.nio.RegisterChannelResult
 
registerKeyInterest(SelectorRunner, SelectionKey, int) - Method in class org.glassfish.grizzly.nio.DefaultSelectorHandler
 
registerKeyInterest(SelectorRunner, SelectionKey, int) - Method in interface org.glassfish.grizzly.nio.SelectorHandler
 
RegisterKeyTask(SelectionKey, int) - Constructor for class org.glassfish.grizzly.nio.DefaultSelectorHandler.RegisterKeyTask
 
registerLifeCycleListener(OutputBuffer.LifeCycleListener) - Method in class org.glassfish.grizzly.http.io.OutputBuffer
 
registerServiceChannelAsync(SelectableChannel, int, Object, CompletionHandler<RegisterChannelResult>) - Method in interface org.glassfish.grizzly.nio.NIOChannelDistributor
 
registerServiceChannelAsync(SelectableChannel, int, Object, CompletionHandler<RegisterChannelResult>) - Method in class org.glassfish.grizzly.nio.RoundRobinConnectionDistributor
 
Registration - Class in org.glassfish.grizzly.servlet
Base class for all complex registrable components within a web application.
Registration(WebappContext, String, String) - Constructor for class org.glassfish.grizzly.servlet.Registration
 
registrationStackTrace - Variable in class org.glassfish.grizzly.streams.BufferedInput
 
release(AttributeStorage) - Method in class org.glassfish.grizzly.AbstractTransformer
 
release() - Method in interface org.glassfish.grizzly.asyncqueue.WritableMessage
Perform message specific actions to release resources held by the entity backing this WritableMessage.
release(Connection) - Method in class org.glassfish.grizzly.connectionpool.MultiEndpointPool
Returns the Connection to the pool.
release(Connection) - Method in class org.glassfish.grizzly.connectionpool.SingleEndpointPool
Returns the Connection to the pool.
release() - Method in class org.glassfish.grizzly.FileTransfer
Perform message specific actions to release resources held by the entity backing this WritableMessage.
release() - Method in class org.glassfish.grizzly.memory.BuffersBuffer
 
release(ByteBufferWrapper) - Method in class org.glassfish.grizzly.memory.ByteBufferManager
Lets JVM Garbage collector to release buffer.
release() - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
 
release() - Method in class org.glassfish.grizzly.memory.HeapBuffer
 
release(HeapBuffer) - Method in class org.glassfish.grizzly.memory.HeapMemoryManager
Release Buffer.
release(E) - Method in interface org.glassfish.grizzly.memory.MemoryManager
Release Buffer.
release(E) - Method in interface org.glassfish.grizzly.memory.ThreadLocalPool
 
release() - Method in class org.glassfish.grizzly.nio.DirectByteBufferRecord
 
release(AttributeStorage) - Method in interface org.glassfish.grizzly.Transformer
The Transformer has done its work and can release all associated resource.
release() - Method in class org.glassfish.grizzly.utils.Pair
 
release() - Method in interface org.glassfish.grizzly.utils.PoolableObject
 
release(AttributeStorage) - Method in class org.glassfish.grizzly.utils.StringDecoder
 
releaseBuffer() - Method in class org.glassfish.grizzly.compression.lzma.impl.lz.InWindow
 
releaseBuffer() - Method in class org.glassfish.grizzly.compression.lzma.impl.lz.OutWindow
 
releaseBuffer() - Method in class org.glassfish.grizzly.compression.lzma.impl.rangecoder.RangeDecoder
 
releaseBuffer() - Method in class org.glassfish.grizzly.compression.lzma.impl.rangecoder.RangeEncoder
 
releaseByteBuffer(ByteBuffer) - Method in interface org.glassfish.grizzly.memory.ByteBufferAware
 
releaseByteBuffer(ByteBuffer) - Method in class org.glassfish.grizzly.memory.ByteBufferManager
 
releaseByteBuffer(MemoryManager, ByteBuffer) - Static method in class org.glassfish.grizzly.memory.MemoryUtils
 
releaseHeapBuffer(HeapBuffer) - Method in class org.glassfish.grizzly.memory.HeapMemoryManager
 
releaseSpace(int) - Method in class org.glassfish.grizzly.asyncqueue.TaskQueue
Releases memory space in the queue.
releaseSpaceAndNotify(int) - Method in class org.glassfish.grizzly.asyncqueue.TaskQueue
Releases memory space in the queue and notifies registered QueueMonitors about the update.
remainder - Variable in class org.glassfish.grizzly.websockets.ProtocolHandler
 
remaining() - Method in class org.glassfish.grizzly.asyncqueue.AsyncWriteQueueRecord
 
remaining() - Method in interface org.glassfish.grizzly.asyncqueue.WritableMessage
Return the number of bytes remaining to be written.
remaining() - Method in interface org.glassfish.grizzly.Buffer
Returns the number of elements between the current position and the limit.
remaining() - Method in class org.glassfish.grizzly.FileTransfer
Return the number of bytes remaining to be written.
remaining() - Method in class org.glassfish.grizzly.memory.BuffersBuffer
 
remaining() - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
 
remaining() - Method in class org.glassfish.grizzly.memory.HeapBuffer
 
remaining() - Method in interface org.glassfish.grizzly.memory.ThreadLocalPool
 
remoteAddr() - Method in class org.glassfish.grizzly.http.ajp.AjpHttpRequest
remoteAddr() - Method in class org.glassfish.grizzly.http.HttpRequestPacket
 
remoteAddressC - Variable in class org.glassfish.grizzly.http.HttpRequestPacket
 
remoteHost() - Method in class org.glassfish.grizzly.http.ajp.AjpHttpRequest
remoteHost() - Method in class org.glassfish.grizzly.http.HttpRequestPacket
 
remoteHostC - Variable in class org.glassfish.grizzly.http.HttpRequestPacket
 
remotePort - Variable in class org.glassfish.grizzly.http.HttpRequestPacket
 
remoteUser() - Method in class org.glassfish.grizzly.http.HttpRequestPacket
Return the name of the remote user that has been authenticated for this Request.
remove(E) - Method in class org.glassfish.grizzly.asyncqueue.TaskQueue
Remove the task from queue.
remove(AttributeHolder) - Method in class org.glassfish.grizzly.attributes.Attribute
Remove attribute value, stored on the AttributeHolder.
remove(AttributeStorage) - Method in class org.glassfish.grizzly.attributes.Attribute
Remove attribute value, stored on the AttributeStorage.
remove(Object) - Method in class org.glassfish.grizzly.ChainProcessorSelector
remove(int) - Method in class org.glassfish.grizzly.ChainProcessorSelector
remove(int) - Method in class org.glassfish.grizzly.filterchain.FilterChainBuilder
 
remove(Filter) - Method in class org.glassfish.grizzly.filterchain.FilterChainBuilder
 
remove(Object) - Method in class org.glassfish.grizzly.filterchain.ListFacadeFilterChain
remove(int) - Method in class org.glassfish.grizzly.filterchain.ListFacadeFilterChain
remove(FileCacheEntry) - Method in class org.glassfish.grizzly.http.server.filecache.FileCache
 
remove(String) - Method in class org.glassfish.grizzly.http.server.util.ParameterMap
Remove the mapping for this key from the map if present.
remove(Object) - Method in class org.glassfish.grizzly.utils.ArraySet
remove(T[], Object) - Static method in class org.glassfish.grizzly.utils.ArrayUtils
Removes the element from the array.
remove(E) - Method in class org.glassfish.grizzly.utils.DelayedExecutor.DelayQueue
 
remove(WebSocketListener) - Method in class org.glassfish.grizzly.websockets.SimpleWebSocket
 
remove(WebSocketListener) - Method in interface org.glassfish.grizzly.websockets.WebSocket
Removes the specified WebSocketListener as a target of event notification.
remove(WebSocket) - Method in class org.glassfish.grizzly.websockets.WebSocketApplication
Unassociates the specified WebSocket with this application.
removeAfterServiceListener(AfterServiceListener) - Method in class org.glassfish.grizzly.http.server.Request
Remove the "after-service" listener, which was previously added by Request.addAfterServiceListener(org.glassfish.grizzly.http.server.AfterServiceListener).
removeAll(Collection<?>) - Method in class org.glassfish.grizzly.ChainProcessorSelector
removeAll(Collection<?>) - Method in class org.glassfish.grizzly.filterchain.ListFacadeFilterChain
removeAll() - Method in class org.glassfish.grizzly.memory.BuffersBuffer
 
removeAll() - Method in class org.glassfish.grizzly.memory.CompositeBuffer
Removes underlying Buffers, without disposing
removeAll(Object...) - Method in class org.glassfish.grizzly.utils.ArraySet
Remove element(s) from the set.
removeAll(Collection<?>) - Method in class org.glassfish.grizzly.utils.ArraySet
removeAllHttpHandlers() - Method in class org.glassfish.grizzly.http.server.HttpHandlerChain
 
removeAttribute(String) - Method in interface org.glassfish.grizzly.attributes.AttributeHolder
Remove a name/value object.
removeAttribute(String) - Method in class org.glassfish.grizzly.attributes.IndexedAttributeHolder
Remove a name/value object.
removeAttribute(String) - Method in class org.glassfish.grizzly.attributes.NamedAttributeHolder
Remove a name/value object.
removeAttribute(Object) - Method in class org.glassfish.grizzly.comet.CometContext
Remove an attribute.
removeAttribute(String) - Method in class org.glassfish.grizzly.http.HttpRequestPacket
Remove the specified request attribute if it exists.
removeAttribute(String) - Method in class org.glassfish.grizzly.http.server.Request
Remove the specified request attribute if it exists.
removeAttribute(String) - Method in class org.glassfish.grizzly.http.server.Session
Remove an attribute.
removeAttribute(String) - Method in class org.glassfish.grizzly.servlet.DispatchedHttpServletRequest
Override the removeAttribute() method of the wrapped request.
removeAttribute(String) - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
removeAttribute(String) - Method in class org.glassfish.grizzly.servlet.HttpSessionImpl
removeAttribute(String) - Method in class org.glassfish.grizzly.servlet.WebappContext
removeCloseListener(CloseListener) - Method in interface org.glassfish.grizzly.Closeable
Remove the CloseListener.
removeCloseListener(CloseListener) - Method in interface org.glassfish.grizzly.Connection
removeCloseListener(Connection.CloseListener) - Method in interface org.glassfish.grizzly.Connection
removeCloseListener(CloseListener) - Method in class org.glassfish.grizzly.nio.NIOConnection
removeCloseListener(Connection.CloseListener) - Method in class org.glassfish.grizzly.nio.NIOConnection
 
removeCometHandler(CometHandler) - Method in class org.glassfish.grizzly.comet.CometContext
Remove a CometHandler.
removeCometHandler(CometHandler, boolean) - Method in class org.glassfish.grizzly.comet.CometContext
Remove a CometHandler.
removeCompletionListener(FilterChainContext.CompletionListener) - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
removeContentEncoding(ContentEncoding) - Method in class org.glassfish.grizzly.http.HttpCodecFilter
Removes the specified ContentEncoding from the HttpCodecFilter.
removeContext(String, String) - Method in class org.glassfish.grizzly.http.server.util.Mapper
Remove a context from an existing host.
removeContextInitParameter(String) - Method in class org.glassfish.grizzly.servlet.WebappContext
 
removeCopyListener(FilterChainContext.CopyListener) - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
removeDocRoot(String) - Method in class org.glassfish.grizzly.http.server.CLStaticHttpHandler
Removes docRoot from the doc root list.
removeDocRoot(File) - Method in class org.glassfish.grizzly.http.server.StaticHttpHandler
Removes the directory from the list of directories where static files will be serviced from.
removeFilterMaps() - Method in class org.glassfish.grizzly.servlet.WebappContext
Removes any filter mappings from this Context.
removeHandshakeListener(SSLBaseFilter.HandshakeListener) - Method in class org.glassfish.grizzly.ssl.SSLBaseFilter
 
removeHeader(String) - Method in class org.glassfish.grizzly.http.HttpHeader.Builder
Remove the specified header from this builder.
removeHeader(Header) - Method in class org.glassfish.grizzly.http.HttpHeader.Builder
Remove the specified header from this builder.
removeHeader(String) - Method in class org.glassfish.grizzly.http.util.MimeHeaders
Removes a header field with the specified name.
removeHeader(Header) - Method in class org.glassfish.grizzly.http.util.MimeHeaders
 
removeHeader(String, String) - Method in class org.glassfish.grizzly.http.util.MimeHeaders
Removes the headers with the given name whose values contain the given string.
removeHeaderMatches(String, String) - Method in class org.glassfish.grizzly.http.util.MimeHeaders
Removes the headers with the given name whose values contain the given string.
removeHeaderMatches(Header, String) - Method in class org.glassfish.grizzly.http.util.MimeHeaders
Removes the headers with the given name whose values contain the given string.
removeHost(String) - Method in class org.glassfish.grizzly.http.server.util.Mapper
Remove a host from the mapper.
removeHttpHandler(HttpHandler) - Method in class org.glassfish.grizzly.http.server.HttpHandlerChain
Remove a HttpHandler
removeHttpHandler(HttpHandler) - Method in class org.glassfish.grizzly.http.server.ServerConfiguration
Removes the specified HttpHandler.
removeJmxEventListener(JmxEventListener) - Method in class org.glassfish.grizzly.http.server.ServerConfiguration
Removes the specified JmxEventListener.
removeLifeCycleListener(OutputBuffer.LifeCycleListener) - Method in class org.glassfish.grizzly.http.io.OutputBuffer
 
removeListener(String) - Method in class org.glassfish.grizzly.http.server.HttpServer
Removes the NetworkListener associated with the specified name.
removeMonitoringProbe(ConnectionProbe) - Method in class org.glassfish.grizzly.AbstractSocketConnectorHandler
Remove the ConnectionProbe.
removeNote(Note<E>) - Method in class org.glassfish.grizzly.http.HttpRequestPacket
Remove the Note value associated with this request.
removeNote(Note<E>) - Method in class org.glassfish.grizzly.http.server.Request
Remove the Note value associated with this request.
removeProbes(E...) - Method in class org.glassfish.grizzly.monitoring.DefaultMonitoringConfig
Remove the monitoring probes.
removeProbes(E...) - Method in interface org.glassfish.grizzly.monitoring.MonitoringConfig
Remove the monitoring probes.
removeRightBuffers(int) - Method in class org.glassfish.grizzly.memory.BuffersBuffer
 
removeSessionCookies() - Method in class org.glassfish.grizzly.http.server.Response
Removes any Set-Cookie response headers whose value contains the string "JSESSIONID=" or "JSESSIONIDSSO="
removeShutdownHandler(ShutdownHandler) - Method in class org.glassfish.grizzly.http.ajp.AjpHandlerFilter
Remove the ShutdownHandler.
removeTimeout(SingleEndpointPool.ConnectTimeoutTask) - Method in class org.glassfish.grizzly.connectionpool.SingleEndpointPool.ConnectTimeoutTaskResolver
 
removeTimeout(SingleEndpointPool.KeepAliveCleanerTask) - Method in class org.glassfish.grizzly.connectionpool.SingleEndpointPool.KeepAliveCleanerTaskResolver
 
removeTimeout(SingleEndpointPool.ReconnectTask) - Method in class org.glassfish.grizzly.connectionpool.SingleEndpointPool.ReconnectTaskResolver
 
removeTimeout(E) - Method in interface org.glassfish.grizzly.utils.DelayedExecutor.Resolver
 
removeTransferEncoding(TransferEncoding) - Method in class org.glassfish.grizzly.http.HttpCodecFilter
Removes the specified TransferEncoding from the HttpCodecFilter.
removeValue(String) - Method in class org.glassfish.grizzly.servlet.HttpSessionImpl
removeWrapper(String) - Method in class org.glassfish.grizzly.http.server.util.Mapper
Remove a wrapper from the context associated with this wrapper.
removeWrapper(String, String, String) - Method in class org.glassfish.grizzly.http.server.util.Mapper
Remove a wrapper from an existing context.
removeWrapper(Mapper.Context, String) - Method in class org.glassfish.grizzly.http.server.util.Mapper
 
renegotiate(SSLConnectionContext, FilterChainContext) - Method in class org.glassfish.grizzly.ssl.SSLBaseFilter
Performs an SSL renegotiation.
rep0 - Variable in class org.glassfish.grizzly.compression.lzma.LZMADecoder.LZMAInputState
 
rep1 - Variable in class org.glassfish.grizzly.compression.lzma.LZMADecoder.LZMAInputState
 
rep2 - Variable in class org.glassfish.grizzly.compression.lzma.LZMADecoder.LZMAInputState
 
rep3 - Variable in class org.glassfish.grizzly.compression.lzma.LZMADecoder.LZMAInputState
 
replace(Buffer, Buffer) - Method in class org.glassfish.grizzly.memory.BuffersBuffer
 
replace(Buffer, Buffer) - Method in class org.glassfish.grizzly.memory.CompositeBuffer
Replace one internal Buffer with another one.
replayPayload(Buffer) - Method in class org.glassfish.grizzly.http.io.InputBuffer
 
replayPayload(Buffer) - Method in class org.glassfish.grizzly.http.server.Request
Replays request's payload by setting new payload Buffer.
Request - Class in org.glassfish.grizzly.http.server
Wrapper object for the Coyote request.
Request(Response) - Constructor for class org.glassfish.grizzly.http.server.Request
 
request - Variable in class org.glassfish.grizzly.http.server.Request
HTTP Request Packet
request - Variable in class org.glassfish.grizzly.http.server.Response
The request with which this response is associated.
request - Variable in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
The wrapped request.
REQUEST_ENTITY_TOO_LARGE_413 - Static variable in class org.glassfish.grizzly.http.util.HttpStatus
 
REQUEST_LOCAL - Static variable in class org.glassfish.grizzly.comet.CometContext
 
REQUEST_RANGE_NOT_SATISFIABLE_416 - Static variable in class org.glassfish.grizzly.http.util.HttpStatus
 
REQUEST_TIMEOUT_408 - Static variable in class org.glassfish.grizzly.http.util.HttpStatus
 
REQUEST_URI_TOO_LONG_414 - Static variable in class org.glassfish.grizzly.http.util.HttpStatus
 
requestDispatcherPath - Variable in class org.glassfish.grizzly.http.server.Request
The current request dispatcher path.
requestDispatcherPath - Variable in class org.glassfish.grizzly.servlet.DispatchedHttpServletRequest
The current request dispatcher path.
requestedSessionCookie - Variable in class org.glassfish.grizzly.http.server.Request
Was the requested session ID received in a cookie?
requestedSessionId - Variable in class org.glassfish.grizzly.http.server.Request
The requested session ID (if any) for this request.
requestedSessionURL - Variable in class org.glassfish.grizzly.http.server.Request
Was the requested session ID received in a URL?
requestPacket - Variable in class org.glassfish.grizzly.http.HttpResponsePacket.Builder
 
requestPacket(HttpRequestPacket) - Method in class org.glassfish.grizzly.http.HttpResponsePacket.Builder
 
requestParametersParsed - Variable in class org.glassfish.grizzly.http.server.Request
Request parameters parsed flag.
requestPath - Variable in class org.glassfish.grizzly.http.server.util.MappingData
 
requestURI - Variable in class org.glassfish.grizzly.http.server.filecache.FileCacheEntry
 
requestURI - Variable in class org.glassfish.grizzly.servlet.DispatchedHttpServletRequest
The request URI for this request.
RequestURIRef - Class in org.glassfish.grizzly.http.util
Request URI holder.
RequestURIRef() - Constructor for class org.glassfish.grizzly.http.util.RequestURIRef
 
RequestUtils - Class in org.glassfish.grizzly.http.server.util
 
RequestUtils() - Constructor for class org.glassfish.grizzly.http.server.util.RequestUtils
 
requiresAcknowledgement(boolean) - Method in class org.glassfish.grizzly.http.HttpRequestPacket
Allows consumers of this request to be notified if the user-agent requires acknowledgment of an expectation (i.e., the Expect header).
requiresAcknowledgement() - Method in class org.glassfish.grizzly.http.HttpRequestPacket
 
requiresAcknowledgement() - Method in class org.glassfish.grizzly.http.server.Request
 
RerunFilterAction - Class in org.glassfish.grizzly.filterchain
This NextAction instructs the FilterChain to rerun the same Filter again.
reserveSpace(int) - Method in class org.glassfish.grizzly.asyncqueue.TaskQueue
Reserves memory space in the queue.
reset() - Method in class org.glassfish.grizzly.asyncqueue.AsyncReadQueueRecord
 
reset() - Method in class org.glassfish.grizzly.asyncqueue.AsyncWriteQueueRecord
 
reset() - Method in interface org.glassfish.grizzly.Buffer
Resets this buffer's position to the previously-marked position.
reset() - Method in class org.glassfish.grizzly.Context
If implementation uses ObjectPool to store and reuse Context instances - this method will be called before Context will be offered to pool.
reset() - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
Release the context associated resources.
reset() - Method in class org.glassfish.grizzly.http.ajp.AjpHttpRequest
 
reset() - Method in class org.glassfish.grizzly.http.HttpBrokenContent
Reset the internal state.
reset() - Method in class org.glassfish.grizzly.http.HttpContent.Builder
 
reset() - Method in class org.glassfish.grizzly.http.HttpContent
Reset the internal state.
reset() - Method in class org.glassfish.grizzly.http.HttpHeader.Builder
 
reset() - Method in class org.glassfish.grizzly.http.HttpHeader
Reset the internal state.
reset() - Method in class org.glassfish.grizzly.http.HttpRequestPacket.Builder
 
reset() - Method in class org.glassfish.grizzly.http.HttpRequestPacket
Reset the internal state.
reset() - Method in class org.glassfish.grizzly.http.HttpResponsePacket.Builder
 
reset() - Method in class org.glassfish.grizzly.http.HttpResponsePacket
Reset the internal state.
reset() - Method in class org.glassfish.grizzly.http.HttpTrailer
Reset the internal state.
reset() - Method in class org.glassfish.grizzly.http.io.InputBuffer
Only supported with binary data.
reset() - Method in class org.glassfish.grizzly.http.io.OutputBuffer
Reset current response.
reset() - Method in class org.glassfish.grizzly.http.server.Response
Clears any data that exists in the buffer as well as the status code and headers.
reset(int, String) - Method in class org.glassfish.grizzly.http.server.Response
Reset this response, and specify the values for the HTTP status code and corresponding message.
reset() - Method in class org.glassfish.grizzly.http.server.SuspendStatus
 
reset() - Method in class org.glassfish.grizzly.http.server.util.StringParser
Reset the current state of the parser to the beginning of the current string being parsed.
reset() - Method in class org.glassfish.grizzly.http.util.B2CConverter
 
reset() - Method in class org.glassfish.grizzly.http.util.B2CConverterBlocking
 
reset() - Method in class org.glassfish.grizzly.http.util.BufferChunk
 
reset() - Method in class org.glassfish.grizzly.http.util.ByteChunk
 
reset() - Method in class org.glassfish.grizzly.http.util.CacheableDataChunk
 
reset() - Method in class org.glassfish.grizzly.http.util.CharChunk
 
reset() - Method in class org.glassfish.grizzly.http.util.DataChunk
 
reset() - Static method in class org.glassfish.grizzly.http.util.StringCache
 
reset() - Method in class org.glassfish.grizzly.impl.UnsafeFutureImpl
 
RESET - Static variable in interface org.glassfish.grizzly.Interceptor
 
reset() - Method in class org.glassfish.grizzly.memory.AbstractBufferArray
 
reset() - Method in class org.glassfish.grizzly.memory.BuffersBuffer
 
reset() - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
 
reset() - Method in class org.glassfish.grizzly.memory.HeapBuffer
 
reset(E) - Method in interface org.glassfish.grizzly.memory.ThreadLocalPool
 
reset() - Method in class org.glassfish.grizzly.servlet.DispatchedHttpServletResponse
 
reset() - Method in class org.glassfish.grizzly.servlet.HttpServletResponseImpl
reset() - Method in class org.glassfish.grizzly.servlet.ServletInputStreamImpl
reset() - Method in class org.glassfish.grizzly.servlet.ServletReaderImpl
 
reset() - Method in class org.glassfish.grizzly.TransformationResult
If implementation uses ObjectPool to store and reuse TransformationResult instances - this method will be called before TransformationResult will be offered to pool.
reset() - Method in class org.glassfish.grizzly.utils.BufferOutputStream
 
RESET_CONTENT_205 - Static variable in class org.glassfish.grizzly.http.util.HttpStatus
 
resetBuffer() - Method in class org.glassfish.grizzly.http.server.Response
Reset the data buffer but not any status or header information.
resetBuffer(boolean) - Method in class org.glassfish.grizzly.http.server.Response
Reset the data buffer and the using Writer/Stream flags but not any status or header information.
resetBuffer() - Method in class org.glassfish.grizzly.http.util.DataChunk
 
resetBuffer() - Method in class org.glassfish.grizzly.servlet.HttpServletResponseImpl
resetByteChunk() - Method in class org.glassfish.grizzly.http.util.DataChunk
 
resetCharChunk() - Method in class org.glassfish.grizzly.http.util.DataChunk
 
resetProperties() - Method in class org.glassfish.grizzly.nio.transport.TCPNIOConnection
 
resetProperties() - Method in class org.glassfish.grizzly.nio.transport.TCPNIOServerConnection
 
resetProperties() - Method in class org.glassfish.grizzly.nio.transport.UDPNIOConnection
 
resetString() - Method in class org.glassfish.grizzly.http.util.DataChunk
 
resetStringCache() - Method in class org.glassfish.grizzly.http.util.BufferChunk
 
resetStringCache() - Method in class org.glassfish.grizzly.http.util.ByteChunk
 
resetStringCache() - Method in class org.glassfish.grizzly.http.util.CharChunk
 
resetStringValue() - Method in class org.glassfish.grizzly.http.util.MessageBytes
Remove the cached string value.
resizeBuffer(MemoryManager, Buffer, int) - Static method in class org.glassfish.grizzly.http.util.HttpCodecUtils
 
resources - Variable in class org.glassfish.grizzly.http.server.util.Mapper.Context
 
RESOURCES_ATTR - Static variable in class org.glassfish.grizzly.http.server.util.Globals
The JNDI directory context which is associated with the context.
respond(WebSocket) - Method in class org.glassfish.grizzly.websockets.DataFrame
 
respond(WebSocket, DataFrame) - Method in interface org.glassfish.grizzly.websockets.FrameType
 
respond(WebSocket, DataFrame) - Method in class org.glassfish.grizzly.websockets.frametypes.BinaryFrameType
 
respond(WebSocket, DataFrame) - Method in class org.glassfish.grizzly.websockets.frametypes.ClosingFrameType
 
respond(WebSocket, DataFrame) - Method in class org.glassfish.grizzly.websockets.frametypes.ContinuationFrameType
 
respond(WebSocket, DataFrame) - Method in class org.glassfish.grizzly.websockets.frametypes.PingFrameType
 
respond(WebSocket, DataFrame) - Method in class org.glassfish.grizzly.websockets.frametypes.PongFrameType
 
respond(WebSocket, DataFrame) - Method in class org.glassfish.grizzly.websockets.frametypes.TextFrameType
 
respond(FilterChainContext, WebSocketApplication, HttpResponsePacket) - Method in class org.glassfish.grizzly.websockets.HandShake
 
response - Variable in class org.glassfish.grizzly.http.server.Request
The response with which this request is associated.
Response - Class in org.glassfish.grizzly.http.server
Wrapper object for the Coyote response.
Response() - Constructor for class org.glassfish.grizzly.http.server.Response
 
response - Variable in class org.glassfish.grizzly.http.server.Response
Coyote response.
response - Variable in class org.glassfish.grizzly.servlet.HttpServletResponseImpl
The wrapped response.
Response.SuspendedContextImpl - Class in org.glassfish.grizzly.http.server
 
Response.SuspendTimeout - Class in org.glassfish.grizzly.http.server
 
RESPONSE_CODE_HEADER - Static variable in class org.glassfish.grizzly.websockets.Constants
 
RESPONSE_CODE_MESSAGE - Static variable in class org.glassfish.grizzly.websockets.Constants
 
RESPONSE_CODE_VALUE - Static variable in class org.glassfish.grizzly.websockets.Constants
 
RESPONSE_COMPLETE_EVENT - Static variable in class org.glassfish.grizzly.http.HttpServerFilter
 
restore() - Method in class org.glassfish.grizzly.memory.AbstractBufferArray
 
result(R) - Method in interface org.glassfish.grizzly.impl.FutureImpl
Set the result value and notify about operation completion.
result - Variable in class org.glassfish.grizzly.impl.ReadyFutureImpl
 
result(R) - Method in class org.glassfish.grizzly.impl.ReadyFutureImpl
 
result(R) - Method in class org.glassfish.grizzly.impl.SafeFutureImpl
Set the result value and notify about operation completion.
result - Variable in class org.glassfish.grizzly.impl.UnsafeFutureImpl
 
result(R) - Method in class org.glassfish.grizzly.impl.UnsafeFutureImpl
Set the result value and notify about operation completion.
Result - Interface in org.glassfish.grizzly
Common I/O result interface.
ResultAware<E> - Interface in org.glassfish.grizzly.utils
 
resume() - Method in class org.glassfish.grizzly.Context
Notify Context its processing will be resumed in the current thread.
resume() - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
Resume processing of the current task
resume(NextAction) - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
Resume the current FilterChain task processing by completing the current Filter (the Filter, which suspended the processing) with the passed NextAction.
resume() - Method in class org.glassfish.grizzly.http.server.NetworkListener
Resumes a paused listener.
resume() - Method in class org.glassfish.grizzly.http.server.Response
Complete the Response and finish/commit it.
resume() - Method in class org.glassfish.grizzly.nio.NIOTransport
Resume UDPNIOTransport, which has been paused before using NIOTransport.pause().
resume(Context) - Static method in class org.glassfish.grizzly.ProcessorExecutor
 
resume() - Method in interface org.glassfish.grizzly.Transport
Resumes the transport after a pause
resumeCometHandler(CometHandler) - Method in class org.glassfish.grizzly.comet.CometContext
Resume the Comet request and remove it from the active CometHandler list.
resumeNext() - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
Resume processing of the current task starting from the Filter, which follows the Filter, which suspend the processing.
retainAll(Collection<?>) - Method in class org.glassfish.grizzly.ChainProcessorSelector
retainAll(Collection<?>) - Method in class org.glassfish.grizzly.filterchain.ListFacadeFilterChain
retainAll(Collection<?>) - Method in class org.glassfish.grizzly.utils.ArraySet
retrieve(Properties) - Method in class org.glassfish.grizzly.ssl.SSLContextConfigurator
 
retryNow() - Method in class org.glassfish.grizzly.asyncqueue.PushBackContext
Deprecated.
Instructs Grizzly to try to resend the message right now.
retryWhenPossible() - Method in class org.glassfish.grizzly.asyncqueue.PushBackContext
Deprecated.
Instructs Grizzly to send this message once some resources get released.
reuseAddress - Variable in class org.glassfish.grizzly.NIOTransportBuilder
 
reverseDecode(LZMADecoder.LZMAInputState, RangeDecoder) - Method in class org.glassfish.grizzly.compression.lzma.impl.rangecoder.BitTreeDecoder
 
reverseDecode(LZMADecoder.LZMAInputState, short[], int, RangeDecoder, int) - Static method in class org.glassfish.grizzly.compression.lzma.impl.rangecoder.BitTreeDecoder
 
reverseEncode(RangeEncoder, int) - Method in class org.glassfish.grizzly.compression.lzma.impl.rangecoder.BitTreeEncoder
 
reverseEncode(short[], int, RangeEncoder, int, int) - Static method in class org.glassfish.grizzly.compression.lzma.impl.rangecoder.BitTreeEncoder
 
reverseGetPrice(int) - Method in class org.glassfish.grizzly.compression.lzma.impl.rangecoder.BitTreeEncoder
 
reverseGetPrice(short[], int, int, int) - Static method in class org.glassfish.grizzly.compression.lzma.impl.rangecoder.BitTreeEncoder
 
rewind() - Method in interface org.glassfish.grizzly.Buffer
Rewinds this buffer.
rewind() - Method in class org.glassfish.grizzly.memory.BuffersBuffer
 
rewind() - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
 
rewind() - Method in class org.glassfish.grizzly.memory.HeapBuffer
 
rfc6265Enabled - Variable in class org.glassfish.grizzly.http.CookiesBuilder.AbstractCookiesBuilder
 
RFC6455Handler - Class in org.glassfish.grizzly.websockets.rfc6455
 
RFC6455Handler(boolean) - Constructor for class org.glassfish.grizzly.websockets.rfc6455.RFC6455Handler
 
RFC6455HandShake - Class in org.glassfish.grizzly.websockets.rfc6455
 
RFC6455HandShake(URI) - Constructor for class org.glassfish.grizzly.websockets.rfc6455.RFC6455HandShake
 
RFC6455HandShake(HttpRequestPacket) - Constructor for class org.glassfish.grizzly.websockets.rfc6455.RFC6455HandShake
 
RFC_6265_SUPPORT_ENABLED - Static variable in class org.glassfish.grizzly.http.util.CookieUtils
 
RoundRobinConnectionDistributor - Class in org.glassfish.grizzly.nio
RoundRobin NIOConnectionDistributor implementation, which allocates one SelectorRunner for OP_ACCEPT events and other event will be assign to a next SelectorRunner from the array.
RoundRobinConnectionDistributor(NIOTransport) - Constructor for class org.glassfish.grizzly.nio.RoundRobinConnectionDistributor
 
RoundRobinConnectionDistributor(NIOTransport, boolean) - Constructor for class org.glassfish.grizzly.nio.RoundRobinConnectionDistributor
 
run() - Method in class org.glassfish.grizzly.http.server.filecache.FileCacheEntry
 
run(SelectorRunner) - Method in class org.glassfish.grizzly.nio.DefaultSelectorHandler.DeregisterChannelOperation
 
run(SelectorRunner) - Method in class org.glassfish.grizzly.nio.DefaultSelectorHandler.RegisterChannelOperation
 
run(SelectorRunner) - Method in class org.glassfish.grizzly.nio.DefaultSelectorHandler.RegisterKeyTask
 
run(SelectorRunner) - Method in class org.glassfish.grizzly.nio.DefaultSelectorHandler.RunnableTask
 
run() - Method in interface org.glassfish.grizzly.nio.SelectorHandler.Task
 
run(SelectorRunner) - Method in interface org.glassfish.grizzly.nio.SelectorHandlerTask
 
run() - Method in class org.glassfish.grizzly.nio.SelectorRunner
 
run(UDPNIOConnection) - Method in class org.glassfish.grizzly.samples.udpmulticast.ChatCommand
 
run() - Method in class org.glassfish.grizzly.threadpool.AbstractThreadPool.Worker
 
running - Variable in class org.glassfish.grizzly.threadpool.AbstractThreadPool
 

S

SafeFutureImpl<R> - Class in org.glassfish.grizzly.impl
Safe FutureImpl implementation.
SafeFutureImpl() - Constructor for class org.glassfish.grizzly.impl.SafeFutureImpl
Creates SafeFutureImpl
SameThreadIOStrategy - Class in org.glassfish.grizzly.strategies
IOStrategy, which executes Processors in a current thread.
saveLastResult(AttributeStorage, TransformationResult<K, L>) - Method in class org.glassfish.grizzly.AbstractTransformer
 
SC_A_ARE_DONE - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
Terminates list of attributes
SC_A_AUTH_TYPE - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
 
SC_A_CONTEXT - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
 
SC_A_JVM_ROUTE - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
 
SC_A_QUERY_STRING - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
 
SC_A_REMOTE_USER - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
 
SC_A_REQ_ATTRIBUTE - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
Request Attribute is passed as a String
SC_A_SECRET - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
 
SC_A_SERVLET_PATH - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
 
SC_A_SSL_CERT - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
 
SC_A_SSL_CIPHER - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
 
SC_A_SSL_KEY_SIZE - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
 
SC_A_SSL_KEYSIZE - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
 
SC_A_SSL_SESSION - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
 
SC_A_STORED_METHOD - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
 
SC_M_JK_STORED - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
Request Method is passed as a String
SC_REQ_ACCEPT - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
 
SC_REQ_ACCEPT_CHARSET - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
 
SC_REQ_ACCEPT_ENCODING - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
 
SC_REQ_ACCEPT_LANGUAGE - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
 
SC_REQ_AUTHORIZATION - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
 
SC_REQ_CONNECTION - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
 
SC_REQ_CONTENT_LENGTH - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
 
SC_REQ_CONTENT_TYPE - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
 
SC_REQ_COOKIE - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
 
SC_REQ_COOKIE2 - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
 
SC_REQ_HOST - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
 
SC_REQ_PRAGMA - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
 
SC_REQ_REFERER - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
 
SC_REQ_USER_AGENT - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
 
SC_RESP_CONTENT_LANGUAGE - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
 
SC_RESP_CONTENT_LENGTH - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
 
SC_RESP_CONTENT_TYPE - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
 
SC_RESP_DATE - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
 
SC_RESP_LAST_MODIFIED - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
 
SC_RESP_LOCATION - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
 
SC_RESP_SERVLET_ENGINE - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
 
SC_RESP_SET_COOKIE - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
 
SC_RESP_SET_COOKIE2 - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
 
SC_RESP_STATUS - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
 
SC_RESP_WWW_AUTHENTICATE - Static variable in class org.glassfish.grizzly.http.ajp.AjpConstants
 
scan(Request, MultipartEntryHandler, CompletionHandler<Request>) - Static method in class org.glassfish.grizzly.http.multipart.MultipartScanner
Initialize the multipart HTTP request processing.
scan(MultipartEntry, MultipartEntryHandler, CompletionHandler<MultipartEntry>) - Static method in class org.glassfish.grizzly.http.multipart.MultipartScanner
Initialize the multipart/mixed MultipartEntry processing.
SEC_WS_ACCEPT - Static variable in class org.glassfish.grizzly.websockets.Constants
 
SEC_WS_EXTENSIONS_HEADER - Static variable in class org.glassfish.grizzly.websockets.Constants
 
SEC_WS_KEY_HEADER - Static variable in class org.glassfish.grizzly.websockets.Constants
 
SEC_WS_ORIGIN_HEADER - Static variable in class org.glassfish.grizzly.websockets.Constants
 
SEC_WS_PROTOCOL_HEADER - Static variable in class org.glassfish.grizzly.websockets.Constants
 
SEC_WS_VERSION - Static variable in class org.glassfish.grizzly.websockets.Constants
 
SecKey - Class in org.glassfish.grizzly.websockets
Class represents WebSocket's security key, used during the handshake phase.
SecKey() - Constructor for class org.glassfish.grizzly.websockets.SecKey
 
SecKey(String) - Constructor for class org.glassfish.grizzly.websockets.SecKey
 
secure - Variable in class org.glassfish.grizzly.http.Cookie
 
secure - Variable in class org.glassfish.grizzly.http.HttpHeader
 
secure - Variable in class org.glassfish.grizzly.http.server.Request
Secure flag.
SEE_OTHER_303 - Static variable in class org.glassfish.grizzly.http.util.HttpStatus
 
select(IOEvent, Connection) - Method in class org.glassfish.grizzly.ChainProcessorSelector
Selects Processor, which will process connection event.
select(IOEvent, Connection) - Method in class org.glassfish.grizzly.DefaultProcessorSelector
Selects Processor, which will process connection event.
select(IOEvent, Connection) - Method in class org.glassfish.grizzly.filterchain.FilterChainProcessorSelector
Returns FilterChain instance, if it's interested in processing passed IOEvent, or null otherwise.
select(SelectorRunner) - Method in class org.glassfish.grizzly.nio.DefaultSelectorHandler
 
select(SelectorRunner) - Method in interface org.glassfish.grizzly.nio.SelectorHandler
 
select(IOEvent, Connection) - Method in interface org.glassfish.grizzly.ProcessorSelector
Selects Processor, which will process connection event.
select(IOEvent, Connection) - Method in class org.glassfish.grizzly.StandaloneProcessorSelector
Always return null, which means no Processor was found to process IOEvent.
selectionKey - Variable in class org.glassfish.grizzly.nio.NIOConnection
 
selectionKeyHandler - Variable in class org.glassfish.grizzly.nio.NIOTransport
 
SelectionKeyHandler - Interface in org.glassfish.grizzly.nio
SelectionKeyHandler implementations are responsible for handling SelectionKey life cycle events.
selectionKeyHandler - Variable in class org.glassfish.grizzly.NIOTransportBuilder
 
selectionKeyInterest2IoEvent(int) - Method in class org.glassfish.grizzly.nio.DefaultSelectionKeyHandler
 
selectionKeyInterest2IoEvent(int) - Method in interface org.glassfish.grizzly.nio.SelectionKeyHandler
 
selectorHandler - Variable in class org.glassfish.grizzly.nio.NIOTransport
 
SelectorHandler - Interface in org.glassfish.grizzly.nio
 
selectorHandler - Variable in class org.glassfish.grizzly.NIOTransportBuilder
 
SelectorHandler.Task - Interface in org.glassfish.grizzly.nio
 
SelectorHandlerTask - Interface in org.glassfish.grizzly.nio
Task, which may be registered on SelectorHandler and executed in a Selector thread.
selectorPool - Variable in class org.glassfish.grizzly.nio.tmpselectors.TemporarySelectorIO
 
selectorProvider - Variable in class org.glassfish.grizzly.nio.NIOTransport
 
selectorProvider - Variable in class org.glassfish.grizzly.NIOTransportBuilder
 
selectorRunner - Variable in class org.glassfish.grizzly.nio.NIOConnection
 
SelectorRunner - Class in org.glassfish.grizzly.nio
Class is responsible for processing certain (single) SelectorHandler
selectorRunnerCount - Variable in class org.glassfish.grizzly.NIOTransportBuilder
 
selectorRunners - Variable in class org.glassfish.grizzly.nio.NIOTransport
 
Selectors - Class in org.glassfish.grizzly.nio
Utility class for Selector related operations.
Selectors() - Constructor for class org.glassfish.grizzly.nio.Selectors
 
selectTimeout - Variable in class org.glassfish.grizzly.nio.DefaultSelectorHandler
 
SEMI_COLON - Static variable in class org.glassfish.grizzly.http.util.Constants
SEMI_COLON.
send(DataFrame) - Method in class org.glassfish.grizzly.websockets.ProtocolHandler
 
send(DataFrame, CompletionHandler<DataFrame>) - Method in class org.glassfish.grizzly.websockets.ProtocolHandler
 
send(byte[]) - Method in class org.glassfish.grizzly.websockets.ProtocolHandler
 
send(String) - Method in class org.glassfish.grizzly.websockets.ProtocolHandler
 
send(byte[]) - Method in class org.glassfish.grizzly.websockets.SimpleWebSocket
 
send(String) - Method in class org.glassfish.grizzly.websockets.SimpleWebSocket
 
send(String) - Method in interface org.glassfish.grizzly.websockets.WebSocket
Send a text frame to the remote end-point.
send(byte[]) - Method in interface org.glassfish.grizzly.websockets.WebSocket
Send a binary frame to the remote end-point.
SEND_FILE_ATTR - Static variable in class org.glassfish.grizzly.http.server.Request
The value of this request attribute, as set by the developer must be a File that exists, is not a directory, and is readable.
SEND_FILE_ENABLED_ATTR - Static variable in class org.glassfish.grizzly.http.server.Request
Request attribute will be associated with a boolean value indicating whether or not it's possible to transfer a File using sendfile.
SEND_FILE_START_OFFSET_ATTR - Static variable in class org.glassfish.grizzly.http.server.Request
The value of this request attribute signifies the starting offset of the file transfer.
SEND_FILE_WRITE_LEN_ATTR - Static variable in class org.glassfish.grizzly.http.server.Request
The value of this request attribute signifies the total number of bytes to transfer.
sendAcknowledgement() - Method in class org.glassfish.grizzly.http.server.Response
Send an acknowledgment of a request.
sendAcknowledgment(Request, Response) - Method in class org.glassfish.grizzly.http.server.HttpHandler
The default implementation will acknowledge an Expect: 100-Continue with a response line with the status 100 followed by the final response to this request.
sendAcknowledgment(Request, Response) - Method in class org.glassfish.grizzly.servlet.ServletHandler
sendError(int) - Method in class org.glassfish.grizzly.http.server.Response
Send an error response with the specified status and a default message.
sendError(int, String) - Method in class org.glassfish.grizzly.http.server.Response
Send an error response with the specified status and message.
sendError(int, String) - Method in class org.glassfish.grizzly.servlet.DispatchedHttpServletResponse
 
sendError(int) - Method in class org.glassfish.grizzly.servlet.DispatchedHttpServletResponse
 
sendError(int, String) - Method in class org.glassfish.grizzly.servlet.HttpServletResponseImpl
sendError(int) - Method in class org.glassfish.grizzly.servlet.HttpServletResponseImpl
sendErrorPage(Request, Response, ErrorPageGenerator, int, String, String, Throwable) - Static method in class org.glassfish.grizzly.http.server.util.HtmlHelper
Generate and send an error page for the given HTTP response status.
sendfile(File, CompletionHandler<WriteResult>) - Method in class org.glassfish.grizzly.http.io.OutputBuffer
Calls write(file, 0, file.length()).
sendfile(File, long, long, CompletionHandler<WriteResult>) - Method in class org.glassfish.grizzly.http.io.OutputBuffer
sendfile(File, long, long, CompletionHandler<WriteResult>) - Method in class org.glassfish.grizzly.http.server.io.ServerOutputBuffer
 
sendFile(Response, File) - Static method in class org.glassfish.grizzly.http.server.StaticHttpHandlerBase
 
sendfileEnabled - Variable in class org.glassfish.grizzly.http.io.OutputBuffer
 
sendPing(byte[]) - Method in class org.glassfish.grizzly.websockets.SimpleWebSocket
Sends a ping frame with the specified payload (if any).
sendPing(byte[]) - Method in interface org.glassfish.grizzly.websockets.WebSocket
Sends a ping frame with the specified payload (if any).
sendPong(byte[]) - Method in class org.glassfish.grizzly.websockets.SimpleWebSocket
Sends a ping frame with the specified payload (if any).
sendPong(byte[]) - Method in interface org.glassfish.grizzly.websockets.WebSocket
Sends a ping frame with the specified payload (if any).
sendRaw(byte[]) - Method in class org.glassfish.grizzly.websockets.SimpleWebSocket
 
sendRedirect(String) - Method in class org.glassfish.grizzly.http.server.Response
Send a temporary redirect to the specified redirect location URL.
sendRedirect(String) - Method in class org.glassfish.grizzly.servlet.DispatchedHttpServletResponse
 
sendRedirect(String) - Method in class org.glassfish.grizzly.servlet.HttpServletResponseImpl
serializeClientCookies(StringBuilder, Cookie...) - Static method in class org.glassfish.grizzly.http.util.CookieSerializerUtils
 
serializeClientCookies(StringBuilder, boolean, boolean, Cookie...) - Static method in class org.glassfish.grizzly.http.util.CookieSerializerUtils
 
serializeClientCookies(Buffer, Cookie...) - Static method in class org.glassfish.grizzly.http.util.CookieSerializerUtils
 
serializeClientCookies(Buffer, boolean, Cookie...) - Static method in class org.glassfish.grizzly.http.util.CookieSerializerUtils
 
serializePacket(FilterChainContext, HttpContent) - Method in class org.glassfish.grizzly.http.ChunkedTransferEncoding
Serialize HTTP packet payload, represented by HttpContent using specific transfer encoding.
serializePacket(FilterChainContext, HttpContent) - Method in class org.glassfish.grizzly.http.FixedLengthTransferEncoding
Serialize HTTP packet payload, represented by HttpContent using specific transfer encoding.
serializePacket(FilterChainContext, HttpContent) - Method in interface org.glassfish.grizzly.http.TransferEncoding
Serialize HTTP packet payload, represented by HttpContent using specific transfer encoding.
serializeServerCookie(StringBuilder, Cookie) - Static method in class org.glassfish.grizzly.http.util.CookieSerializerUtils
 
serializeServerCookie(StringBuilder, boolean, boolean, boolean, Cookie) - Static method in class org.glassfish.grizzly.http.util.CookieSerializerUtils
 
serializeServerCookie(StringBuilder, boolean, boolean, boolean, String, String, int, String, String, String, int, boolean, boolean) - Static method in class org.glassfish.grizzly.http.util.CookieSerializerUtils
 
serializeServerCookie(Buffer, Cookie) - Static method in class org.glassfish.grizzly.http.util.CookieSerializerUtils
 
serializeServerCookie(Buffer, boolean, boolean, Cookie) - Static method in class org.glassfish.grizzly.http.util.CookieSerializerUtils
 
serializeServerCookie(Buffer, boolean, boolean, String, String, int, String, String, String, int, boolean, boolean) - Static method in class org.glassfish.grizzly.http.util.CookieSerializerUtils
 
server() - Static method in class org.glassfish.grizzly.http.CookiesBuilder
Returns the server-side cookies builder with the specific "strict cookie version compliance".
server(boolean) - Static method in class org.glassfish.grizzly.http.CookiesBuilder
Returns the server-side cookies builder with the specific "strict cookie version compliance".
server(boolean, boolean) - Static method in class org.glassfish.grizzly.http.CookiesBuilder
Returns the server-side cookies builder with the specific "strict cookie version compliance".
server - Variable in class org.glassfish.grizzly.http.server.filecache.FileCacheEntry
 
Server - Class in org.glassfish.grizzly.samples.http.download
Simple HTTP (Web) server, which listens on a specific TCP port and shares static resources (files), located in a passed folder.
Server() - Constructor for class org.glassfish.grizzly.samples.http.download.Server
 
Server - Class in org.glassfish.grizzly.samples.httpserver.priorities
Example of HTTP server, which assigns different priorities (thread-pools) to registered HttpHandlers.
Server() - Constructor for class org.glassfish.grizzly.samples.httpserver.priorities.Server
 
Server - Class in org.glassfish.grizzly.samples.jaxws
Basic Grizzly JAX-WS HttpHandler sample.
Server() - Constructor for class org.glassfish.grizzly.samples.jaxws.Server
 
Server - Class in org.glassfish.grizzly.samples.simpleauth
Server implementation, which echoes message, only if client was authenticated :) Client and server exchange String based messages: (1) MultiLinePacket = command *(parameter LF) LF parameter = TEXT (ASCII) Server filters are built in a following way: TransportFilter - reads/writes data from/to network StringFilter - translates Buffer <-> String.
Server() - Constructor for class org.glassfish.grizzly.samples.simpleauth.Server
 
SERVER_KEY_HASH - Static variable in class org.glassfish.grizzly.websockets.Constants
 
ServerAuthFilter - Class in org.glassfish.grizzly.samples.simpleauth
Server authentication filter, which intercepts client<->server communication.
ServerAuthFilter() - Constructor for class org.glassfish.grizzly.samples.simpleauth.ServerAuthFilter
 
ServerConfiguration - Class in org.glassfish.grizzly.http.server
Configuration options for a particular HttpServer instance.
serverConnectionBackLog - Variable in class org.glassfish.grizzly.nio.transport.TCPNIOTransportBuilder
 
serverConnections - Variable in class org.glassfish.grizzly.nio.transport.UDPNIOTransport
The Server connections.
ServerCookiesBuilder(boolean, boolean) - Constructor for class org.glassfish.grizzly.http.CookiesBuilder.ServerCookiesBuilder
 
ServerFilterConfiguration - Class in org.glassfish.grizzly.http.server
HttpServerFilter configuration.
ServerFilterConfiguration() - Constructor for class org.glassfish.grizzly.http.server.ServerFilterConfiguration
 
ServerFilterConfiguration(String, String) - Constructor for class org.glassfish.grizzly.http.server.ServerFilterConfiguration
 
ServerFilterConfiguration(ServerFilterConfiguration) - Constructor for class org.glassfish.grizzly.http.server.ServerFilterConfiguration
 
serverName() - Method in class org.glassfish.grizzly.http.HttpRequestPacket
Return the buffer holding the server name, if any.
ServerOutputBuffer - Class in org.glassfish.grizzly.http.server.io
 
ServerOutputBuffer() - Constructor for class org.glassfish.grizzly.http.server.io.ServerOutputBuffer
 
serverSocketSoTimeout - Variable in class org.glassfish.grizzly.nio.transport.TCPNIOTransportBuilder
 
service(Request, Response) - Method in class org.glassfish.grizzly.http.server.HttpHandler
This method should contain the logic for any HTTP extension to the Grizzly HTTP web server.
service(Request, Response) - Method in class org.glassfish.grizzly.http.server.HttpHandlerChain
Map the Request to the proper HttpHandler
service(Request, Response) - Method in class org.glassfish.grizzly.http.server.StaticHttpHandlerBase
Based on the Request URI, try to map the file from the #getDocRoots(), and send it back to a client.
service(Request, Response) - Method in class org.glassfish.grizzly.jaxws.JaxwsHandler
Main entry point of the HttpHandler to service a request
service(Request, Response) - Method in class org.glassfish.grizzly.samples.ajp.AjpHelloWorld.HelloWorldHandler
 
service(Request, Response) - Method in class org.glassfish.grizzly.samples.httpmultipart.FormHttpHandler
 
service(Request, Response) - Method in class org.glassfish.grizzly.samples.httpmultipart.UploaderHttpHandler
Service HTTP request.
service(Request, Response) - Method in class org.glassfish.grizzly.samples.httpserver.priorities.HighPriorityHandler
 
service(Request, Response) - Method in class org.glassfish.grizzly.samples.httpserver.priorities.LowPriorityHandler
 
service(Request, Response) - Method in class org.glassfish.grizzly.servlet.ServletHandler
This method should contain the logic for any HTTP extension to the Grizzly HTTP web server.
SERVICE_UNAVAILABLE_503 - Static variable in class org.glassfish.grizzly.http.util.HttpStatus
 
ServiceConfigurationError - Error in org.glassfish.grizzly.utils
Error thrown when something goes wrong while looking up service providers.
ServiceConfigurationError(String) - Constructor for error org.glassfish.grizzly.utils.ServiceConfigurationError
Constructs a new instance with the specified detail string.
ServiceConfigurationError(Throwable) - Constructor for error org.glassfish.grizzly.utils.ServiceConfigurationError
Constructs a new instance that wraps the specified throwable.
ServiceFinder<T> - Class in org.glassfish.grizzly.utils
A simple service-provider lookup mechanism.
servlet - Variable in class org.glassfish.grizzly.servlet.ServletRegistration
 
SERVLET_NAME_ATTR - Static variable in class org.glassfish.grizzly.http.server.util.Globals
The request attribute under which we forward a servlet name to an error page.
servletClass - Variable in class org.glassfish.grizzly.servlet.ServletHandler
 
servletClass - Variable in class org.glassfish.grizzly.servlet.ServletRegistration
 
servletClassName - Variable in class org.glassfish.grizzly.servlet.ServletHandler
 
ServletConfigImpl - Class in org.glassfish.grizzly.servlet
Basic ServletConfig implementation.
ServletConfigImpl(WebappContext) - Constructor for class org.glassfish.grizzly.servlet.ServletConfigImpl
 
servletContextImpl - Variable in class org.glassfish.grizzly.servlet.ServletConfigImpl
 
ServletHandler - Class in org.glassfish.grizzly.servlet
HttpHandler implementation that provides an entry point for processing a Servlet request.
ServletHandler(ServletConfigImpl) - Constructor for class org.glassfish.grizzly.servlet.ServletHandler
 
ServletInputStreamImpl - Class in org.glassfish.grizzly.servlet
 
ServletInputStreamImpl(HttpServletRequestImpl) - Constructor for class org.glassfish.grizzly.servlet.ServletInputStreamImpl
 
servletInstance - Variable in class org.glassfish.grizzly.servlet.ServletHandler
 
servletName - Variable in class org.glassfish.grizzly.http.server.util.Mapper.Wrapper
 
servletName - Variable in class org.glassfish.grizzly.http.server.util.MappingData
 
ServletOutputStreamImpl - Class in org.glassfish.grizzly.servlet
 
ServletOutputStreamImpl(HttpServletResponseImpl) - Constructor for class org.glassfish.grizzly.servlet.ServletOutputStreamImpl
 
servletPath - Variable in class org.glassfish.grizzly.servlet.DispatchedHttpServletRequest
The servlet path for this request.
ServletReaderImpl - Class in org.glassfish.grizzly.servlet
 
ServletReaderImpl(Reader) - Constructor for class org.glassfish.grizzly.servlet.ServletReaderImpl
 
ServletRegistration - Class in org.glassfish.grizzly.servlet
Allows customization of a Servlet registered with the WebappContext.
ServletRegistration(WebappContext, String, String) - Constructor for class org.glassfish.grizzly.servlet.ServletRegistration
Creates a new ServletRegistration associated with the specified WebappContext.
ServletRegistration(WebappContext, String, Servlet) - Constructor for class org.glassfish.grizzly.servlet.ServletRegistration
Creates a new ServletRegistration associated with the specified WebappContext.
ServletRegistration(WebappContext, String, Class<? extends Servlet>) - Constructor for class org.glassfish.grizzly.servlet.ServletRegistration
Creates a new ServletRegistration associated with the specified WebappContext.
servletRegistrations - Variable in class org.glassfish.grizzly.servlet.WebappContext
 
servletRequest - Variable in class org.glassfish.grizzly.servlet.HttpServletResponseImpl
servletRequest - Variable in class org.glassfish.grizzly.websockets.DefaultWebSocket
 
servletResponse - Variable in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
The corresponding servlet response
ServletUtils - Class in org.glassfish.grizzly.servlet
Grizzly Servlet utilities.
ServletUtils() - Constructor for class org.glassfish.grizzly.servlet.ServletUtils
 
ServletWriterImpl - Class in org.glassfish.grizzly.servlet
 
ServletWriterImpl(Writer) - Constructor for class org.glassfish.grizzly.servlet.ServletWriterImpl
 
Session - Class in org.glassfish.grizzly.http.server
Simple session object.
Session() - Constructor for class org.glassfish.grizzly.http.server.Session
 
Session(String) - Constructor for class org.glassfish.grizzly.http.server.Session
Create a new session using a session identifier
SESSION_COOKIE_NAME - Static variable in class org.glassfish.grizzly.http.server.Constants
The name of the cookie used to pass the session identifier back and forth with the client.
SESSION_COOKIE_NAME - Static variable in class org.glassfish.grizzly.http.server.util.Globals
The name of the cookie used to pass the session identifier back and forth with the client.
SESSION_COOKIE_PATTERN - Static variable in class org.glassfish.grizzly.http.server.Constants
 
SESSION_ID_KEY - Static variable in interface org.glassfish.grizzly.ssl.SSLSupport
The Request attribute key for the session id.
SESSION_PARAMETER_NAME - Static variable in class org.glassfish.grizzly.http.server.util.Globals
The name of the path parameter used to pass the session identifier back and forth with the client.
SessionCookieConfig - Class in org.glassfish.grizzly.servlet
Class that may be used to configure various properties of cookies used for session tracking purposes.
SessionCookieConfig(WebappContext) - Constructor for class org.glassfish.grizzly.servlet.SessionCookieConfig
Constructor
sessionParsed - Variable in class org.glassfish.grizzly.http.server.Request
Session parsed flag.
set(Connection, Object, R, CompletionHandler) - Method in class org.glassfish.grizzly.asyncqueue.AsyncQueueRecord
 
set(Connection, WritableMessage, WriteResult, CompletionHandler, Object, PushBackHandler, boolean) - Method in class org.glassfish.grizzly.asyncqueue.AsyncWriteQueueRecord
 
set(AttributeHolder, T) - Method in class org.glassfish.grizzly.attributes.Attribute
Set attribute value, stored on the AttributeHolder.
set(AttributeStorage, T) - Method in class org.glassfish.grizzly.attributes.Attribute
Set attribute value, stored on the AttributeStorage.
set(int, ProcessorSelector) - Method in class org.glassfish.grizzly.ChainProcessorSelector
set(int, Filter) - Method in class org.glassfish.grizzly.filterchain.FilterChainBuilder
 
set(int, Filter) - Method in class org.glassfish.grizzly.filterchain.ListFacadeFilterChain
set(CompressionConfig) - Method in class org.glassfish.grizzly.http.CompressionConfig
Copies the source CompressionConfig object value into this object.
set(int, int, int, int) - Method in class org.glassfish.grizzly.http.HttpCodecFilter.HeaderParsingState
 
set(ByteChunk, Charset) - Method in class org.glassfish.grizzly.http.util.CharChunk
Set ByteChunk content to CharChunk using given Charset.
set(BufferChunk, Charset) - Method in class org.glassfish.grizzly.http.util.CharChunk
Set BufferChunk content to CharChunk using given Charset.
set(DataChunk) - Method in class org.glassfish.grizzly.http.util.DataChunk
 
set(DataChunk, int, int) - Method in class org.glassfish.grizzly.http.util.DataChunk
 
set(byte) - Method in interface org.glassfish.grizzly.memory.CompositeBuffer.Setter
Set the current byte value.
set(Connection, ProtocolHandler, WebSocket) - Static method in class org.glassfish.grizzly.websockets.WebSocketHolder
 
setAcknowledgement(boolean) - Method in class org.glassfish.grizzly.http.HttpResponsePacket
Mark this packet as an acknowledgment to a client expectation.
setAddress(Object) - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
Set address, associated with the current IOEvent processing.
setAddressHolder(Holder<?>) - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
Set address, associated with the current IOEvent processing.
setAlgorithm(int) - Method in class org.glassfish.grizzly.compression.lzma.impl.Encoder
 
setAlgorithm(int) - Method in class org.glassfish.grizzly.compression.lzma.LZMAEncoder.LZMAProperties
 
setAllowCustomReasonPhrase(boolean) - Method in class org.glassfish.grizzly.http.HttpResponsePacket
Sets if the custom status reason phrases are allowed for this response.
setAllowCustomStatusMessage(boolean) - Method in class org.glassfish.grizzly.http.server.HttpHandler
Sets if the custom status messages (reason phrases) are allowed for this response.
setAllowDirectWrite(boolean) - Method in interface org.glassfish.grizzly.asyncqueue.AsyncQueueWriter
Set true, if async write queue is allowed to write buffer directly during write(...) method call, w/o adding buffer to the queue, or false otherwise.
setAllowDirectWrite(boolean) - Method in class org.glassfish.grizzly.nio.AbstractNIOAsyncQueueWriter
Set true, if async write queue is allowed to write buffer directly during write(...) method call, w/o adding buffer to the queue, or false otherwise.
setAllowEncodedSlash(boolean) - Method in class org.glassfish.grizzly.http.server.HttpHandler
When true, URL that contains encoded slash will be allowed.
setAllowEncodedSlash(boolean) - Method in class org.glassfish.grizzly.http.util.UDecoder
Override the default value
setAllowReplacement(boolean) - Static method in class org.glassfish.grizzly.http.server.util.Mapper
setAsyncEnabled(boolean) - Method in class org.glassfish.grizzly.http.io.InputBuffer
Deprecated.
InputBuffer always supports async mode
setAsyncEnabled(boolean) - Method in class org.glassfish.grizzly.http.io.OutputBuffer
Deprecated.
OutputBuffer always supports async mode
setAsyncSupported(boolean) - Method in class org.glassfish.grizzly.servlet.FilterRegistration
setAsyncSupported(boolean) - Method in class org.glassfish.grizzly.servlet.ServletRegistration
setAsyncTimeout(long, TimeUnit) - Method in class org.glassfish.grizzly.jaxws.JaxwsHandler
 
setAttribute(String, Object) - Method in interface org.glassfish.grizzly.attributes.AttributeHolder
Set a name/value object.
setAttribute(int, Object) - Method in interface org.glassfish.grizzly.attributes.IndexedAttributeAccessor
Internal method for dynamic attribute support.
setAttribute(int, Object) - Method in class org.glassfish.grizzly.attributes.IndexedAttributeHolder.IndexedAttributeAccessorImpl
Internal method for dynamic attribute support.
setAttribute(String, Object) - Method in class org.glassfish.grizzly.attributes.IndexedAttributeHolder
Set a name/value object.
setAttribute(String, Object) - Method in class org.glassfish.grizzly.attributes.NamedAttributeHolder
Set a name/value object.
setAttribute(String, Object) - Method in class org.glassfish.grizzly.http.HttpRequestPacket
Set the specified request attribute to the specified value.
setAttribute(String, Object) - Method in class org.glassfish.grizzly.http.server.Request
Set the specified request attribute to the specified value.
setAttribute(String, Object) - Method in class org.glassfish.grizzly.http.server.Session
Add an attribute to this session.
setAttribute(String, Object) - Method in class org.glassfish.grizzly.servlet.DispatchedHttpServletRequest
Override the setAttribute() method of the wrapped request.
setAttribute(String, Object) - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
 
setAttribute(String, Object) - Method in class org.glassfish.grizzly.servlet.HttpSessionImpl
setAttribute(String, Object) - Method in class org.glassfish.grizzly.servlet.WebappContext
setAttributeBuilder(AttributeBuilder) - Method in class org.glassfish.grizzly.AbstractTransport
Set Transport associated AttributeBuilder, which will be used by Transport and its Connections to store custom Attributes.
setAttributeBuilder(AttributeBuilder) - Method in class org.glassfish.grizzly.NIOTransportBuilder
Set the AttributeBuilder to be used by the created NIOTransport.
setAttributeBuilder(AttributeBuilder) - Method in interface org.glassfish.grizzly.Transport
Set Transport associated AttributeBuilder, which will be used by Transport and its Connections to store custom Attributes.
setAuthPassThroughEnabled(boolean) - Method in class org.glassfish.grizzly.http.server.NetworkListener
 
setBasePath(String) - Method in class org.glassfish.grizzly.http.server.util.AlternateDocBase
Sets the absolute doc base path of this AlternateDocBase.
setBody(byte[]) - Method in class org.glassfish.grizzly.samples.filterchain.GIOPMessage
 
setBodyLength(int) - Method in class org.glassfish.grizzly.samples.filterchain.GIOPMessage
 
setBroadcaster(Broadcaster) - Method in class org.glassfish.grizzly.websockets.SimpleWebSocket
 
setBuffer(Buffer) - Method in class org.glassfish.grizzly.compression.lzma.impl.lz.InWindow
 
setBuffer(Buffer, MemoryManager) - Method in class org.glassfish.grizzly.compression.lzma.impl.rangecoder.RangeEncoder
 
setBuffer(Buffer) - Method in class org.glassfish.grizzly.http.util.BufferChunk
 
setBuffer(Buffer, int, int) - Method in class org.glassfish.grizzly.http.util.DataChunk
 
setBuffer(Buffer) - Method in class org.glassfish.grizzly.http.util.DataChunk
 
setBuffer(Buffer) - Method in class org.glassfish.grizzly.websockets.Masker
 
setBufferChunk(Buffer, int, int) - Method in class org.glassfish.grizzly.http.util.BufferChunk
 
setBufferChunk(Buffer, int, int, int) - Method in class org.glassfish.grizzly.http.util.BufferChunk
 
setBufferSize(int) - Method in class org.glassfish.grizzly.http.io.OutputBuffer
 
setBufferSize(int) - Method in class org.glassfish.grizzly.http.server.Response
Set the buffer size to be used for this Response.
setBufferSize(int) - Method in class org.glassfish.grizzly.servlet.DispatchedHttpServletResponse
 
setBufferSize(int) - Method in class org.glassfish.grizzly.servlet.HttpServletResponseImpl
setByteChunk(ByteChunk) - Method in class org.glassfish.grizzly.http.util.C2BConverter
 
setByteEnabled(boolean) - Static method in class org.glassfish.grizzly.http.util.StringCache
 
setByteInputChannel(ByteChunk.ByteInputChannel) - Method in class org.glassfish.grizzly.http.util.ByteChunk
When the buffer is empty, read the data from the input channel.
setByteOutputChannel(ByteChunk.ByteOutputChannel) - Method in class org.glassfish.grizzly.http.util.ByteChunk
When the buffer is full, write the data to the output channel.
setBytes(byte[], int, int) - Method in class org.glassfish.grizzly.http.util.ByteChunk
Sets the message bytes to the specified sub-array of bytes.
setBytes(byte[]) - Method in class org.glassfish.grizzly.http.util.DataChunk
 
setBytes(byte[], int, int) - Method in class org.glassfish.grizzly.http.util.DataChunk
 
setBytes(byte[], int, int) - Method in class org.glassfish.grizzly.http.util.MessageBytes
Sets the content to the specified subarray of bytes.
setCacheSize(int) - Static method in class org.glassfish.grizzly.http.util.StringCache
 
setCaseSenitive(boolean) - Method in class org.glassfish.grizzly.http.util.MessageBytes
Configure the case sensitivity
setChannel(SelectableChannel) - Method in class org.glassfish.grizzly.nio.NIOConnection
 
setCharacterEncoding(String) - Method in class org.glassfish.grizzly.http.HttpHeader
Set the character encoding of this HTTP message.
setCharacterEncoding(String) - Method in class org.glassfish.grizzly.http.server.Request
Overrides the name of the character encoding used in the body of this request.
setCharacterEncoding(String) - Method in class org.glassfish.grizzly.http.server.Response
 
setCharacterEncoding(String) - Method in class org.glassfish.grizzly.servlet.DispatchedHttpServletResponse
 
setCharacterEncoding(String) - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
setCharacterEncoding(String) - Method in class org.glassfish.grizzly.servlet.HttpServletResponseImpl
setCharEnabled(boolean) - Static method in class org.glassfish.grizzly.http.util.StringCache
 
setCharInputChannel(CharChunk.CharInputChannel) - Method in class org.glassfish.grizzly.http.util.CharChunk
When the buffer is empty, read the data from the input channel.
setCharOutputChannel(CharChunk.CharOutputChannel) - Method in class org.glassfish.grizzly.http.util.CharChunk
When the buffer is full, write the data to the output channel.
setChars(char[], int, int) - Method in class org.glassfish.grizzly.http.util.CharChunk
 
setChars(char[], int, int) - Method in class org.glassfish.grizzly.http.util.DataChunk
 
setChars(char[], int, int) - Method in class org.glassfish.grizzly.http.util.MessageBytes
Sets the content to be a char[]
setCharset(Charset) - Method in class org.glassfish.grizzly.http.util.ByteChunk
 
setCharset(Charset) - Method in class org.glassfish.grizzly.http.util.MessageBytes
Set the encoding.
setCharset(Charset) - Method in class org.glassfish.grizzly.utils.StringDecoder
 
setCharset(Charset) - Method in class org.glassfish.grizzly.utils.StringEncoder
 
setChunked(boolean) - Method in class org.glassfish.grizzly.http.HttpHeader
Set true, if this HttpPacket content will be transferred in chunking mode, or false if case of fixed-length message.
setChunkingAllowed(boolean) - Method in class org.glassfish.grizzly.http.HttpHeader
Indicate whether or not chunking may be used by this header.
setChunkingEnabled(boolean) - Method in class org.glassfish.grizzly.http.server.NetworkListener
Enable/disable chunking of an HTTP response body if no content length has been explictly specified.
setCipherConfigured(boolean) - Method in class org.glassfish.grizzly.ssl.SSLEngineConfigurator
 
setClassLoader(ClassLoader) - Method in class org.glassfish.grizzly.servlet.ServletHandler
 
setClientMode(boolean) - Method in class org.glassfish.grizzly.ssl.SSLEngineConfigurator
Set SSLEngine to be configured to work in client mode.
setClientSocketSoTimeout(int) - Method in class org.glassfish.grizzly.nio.NIOTransport
 
setClientSocketSoTimeout(int) - Method in class org.glassfish.grizzly.NIOTransportBuilder
 
setClosed() - Method in class org.glassfish.grizzly.websockets.SimpleWebSocket
 
setCometContext(CometContext) - Method in class org.glassfish.grizzly.comet.CometEvent
Set the CometContext that fired this event.
setCometContext(CometContext<E>) - Method in interface org.glassfish.grizzly.comet.CometHandler
 
setCometContext(CometContext<E>) - Method in class org.glassfish.grizzly.comet.concurrent.DefaultConcurrentCometHandler
 
setCometContext(CometContext<E>) - Method in class org.glassfish.grizzly.comet.DefaultCometHandler
 
setCometSupported(boolean) - Method in class org.glassfish.grizzly.comet.CometEngine
 
setComment(String) - Method in class org.glassfish.grizzly.http.Cookie
Specifies a comment that describes a cookie's purpose.
setComment(String) - Method in class org.glassfish.grizzly.servlet.CookieWrapper
Specifies a comment that describes a cookie's purpose.
setComment(String) - Method in class org.glassfish.grizzly.servlet.SessionCookieConfig
 
setCommitted(boolean) - Method in class org.glassfish.grizzly.http.HttpHeader
Is this HttpHeader written? true, if this HttpHeader has been already serialized, and only HttpContent messages might be serialized for this HttpPacket.
setCompletionHandler(CompletionHandler) - Method in class org.glassfish.grizzly.filterchain.FilterChainContext.TransportContext
 
setCompressableMimeTypes(Set<String>) - Method in class org.glassfish.grizzly.http.CompressionConfig
Sets the set of the mime-types, which are allowed to be compressed.
setCompressableMimeTypes(String...) - Method in class org.glassfish.grizzly.http.CompressionConfig
Sets the set of the mime-types, which are allowed to be compressed.
setCompressedFilesFolder(File) - Method in class org.glassfish.grizzly.http.server.filecache.FileCache
Sets the folder to be used to store temporary compressed files.
setCompressibleMimeTypes(String) - Method in class org.glassfish.grizzly.http.server.NetworkListener
Deprecated.
use getCompressionConfig().setCompressableMimeTypes(Set<String>)
setCompression(String) - Method in class org.glassfish.grizzly.http.server.NetworkListener
Deprecated.
use getCompressionConfig().setCompressionMode(mode)
setCompressionMinSize(int) - Method in class org.glassfish.grizzly.http.CompressionConfig
Sets the minimum size of an entity, which will be compressed.
setCompressionMinSize(int) - Method in class org.glassfish.grizzly.http.server.NetworkListener
Deprecated.
use getCompressionConfig().setCompressionMinSize(int)
setCompressionMode(CompressionConfig.CompressionMode) - Method in class org.glassfish.grizzly.http.CompressionConfig
setConnection(Connection) - Method in class org.glassfish.grizzly.Context
Set the processing Connection.
setConnection(Connection) - Method in class org.glassfish.grizzly.http.HttpRequestPacket
 
setConnection(Connection) - Method in class org.glassfish.grizzly.websockets.ProtocolHandler
 
setConnectionForKey(NIOConnection, SelectionKey) - Method in class org.glassfish.grizzly.nio.DefaultSelectionKeyHandler
 
setConnectionForKey(NIOConnection, SelectionKey) - Method in interface org.glassfish.grizzly.nio.SelectionKeyHandler
 
setConnectionTimeout(int) - Method in class org.glassfish.grizzly.nio.NIOTransport
 
setConnectionTimeout(int) - Method in class org.glassfish.grizzly.NIOTransportBuilder
 
setConnectResultHandler(TCPNIOConnection.ConnectResultHandler) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOConnection
 
setContent(Buffer) - Method in class org.glassfish.grizzly.http.HttpContent
 
setContentBroken(boolean) - Method in class org.glassfish.grizzly.http.HttpHeader
Set flag, which is set to true, means that HTTP packet payload was detected as broken due to unexpected error occurred during Transfer-Encoding or Content-Encoding processing.
setContentBytesRemaining(int) - Method in class org.glassfish.grizzly.http.ajp.AjpHttpRequest
 
setContentEncodingsSelected(boolean) - Method in class org.glassfish.grizzly.http.HttpHeader
 
setContentLanguage(String) - Method in class org.glassfish.grizzly.http.HttpResponsePacket
Set the value that will be used by the Content-Language response header.
setContentLength(int) - Method in class org.glassfish.grizzly.http.HttpHeader
Set the length of this HTTP message.
setContentLength(int) - Method in class org.glassfish.grizzly.http.server.Response
Set the content length (in bytes) for this Response.
setContentLength(int) - Method in class org.glassfish.grizzly.servlet.DispatchedHttpServletResponse
 
setContentLength(int) - Method in class org.glassfish.grizzly.servlet.HttpServletResponseImpl
setContentLengthLong(long) - Method in class org.glassfish.grizzly.http.HttpHeader
Set the content-length of this HttpPacket.
setContentLengthLong(long) - Method in class org.glassfish.grizzly.http.server.Response
Set the content length (in bytes) for this Response.
setContentLengthLong(long) - Method in class org.glassfish.grizzly.servlet.HttpServletResponseImpl
setContentType(String) - Method in class org.glassfish.grizzly.http.HttpHeader
Sets the content type.
setContentType(String) - Method in class org.glassfish.grizzly.http.server.Response
Set the content type for this Response.
setContentType(String) - Method in class org.glassfish.grizzly.servlet.DispatchedHttpServletResponse
 
setContentType(String) - Method in class org.glassfish.grizzly.servlet.HttpServletResponseImpl
setContext(String, String[], NamingContext) - Method in class org.glassfish.grizzly.http.server.util.Mapper
Set context, used for wrapper mapping (request dispatcher).
setContextImpl(WebappContext) - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
Set the underlying WebappContext
setContextPath(String) - Method in class org.glassfish.grizzly.http.server.Request
 
setContextPath(String) - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
 
setContextPath(String) - Method in class org.glassfish.grizzly.servlet.ServletHandler
Programmatically set the context path of the Servlet.
setCookies(Cookie[]) - Method in class org.glassfish.grizzly.http.server.Request
Set the set of cookies received with this Request.
setCorePoolSize(int) - Method in class org.glassfish.grizzly.threadpool.ThreadPoolConfig
 
setCrc32(CRC32) - Method in class org.glassfish.grizzly.compression.zip.GZipDecoder.GZipInputState
 
setCreationTime(long) - Method in class org.glassfish.grizzly.http.util.TimeStamp
 
setCurrentElement(E) - Method in class org.glassfish.grizzly.asyncqueue.TaskQueue
Set current task element.
setCustomTimeout(Connection, long, TimeUnit) - Static method in class org.glassfish.grizzly.utils.IdleTimeoutFilter
Provides an override mechanism for the default timeout.
setDaemon(boolean) - Method in class org.glassfish.grizzly.threadpool.ThreadPoolConfig
 
setData(Object) - Method in class org.glassfish.grizzly.ProcessorResult
 
setDateHeader(String, long) - Method in class org.glassfish.grizzly.http.server.Response
Set the specified date header to the specified value.
setDateHeader(Header, long) - Method in class org.glassfish.grizzly.http.server.Response
Set the specified date header to the specified value.
setDateHeader(String, long) - Method in class org.glassfish.grizzly.servlet.DispatchedHttpServletResponse
 
setDateHeader(String, long) - Method in class org.glassfish.grizzly.servlet.HttpServletResponseImpl
setDecodedURI(String) - Method in class org.glassfish.grizzly.http.util.RequestURIRef
 
setDecoderProperties(byte[]) - Method in class org.glassfish.grizzly.compression.lzma.impl.Decoder
 
setDecodeStatus(GZipDecoder.DecodeStatus) - Method in class org.glassfish.grizzly.compression.zip.GZipDecoder.GZipInputState
 
setDecodeUrl(boolean) - Method in class org.glassfish.grizzly.http.server.HttpHandler
Should this class decode the URL
setDefaultContextPath(String, String) - Method in class org.glassfish.grizzly.http.server.util.Mapper
Configures the given virtual server with the given default context path.
setDefaultEncoding(String) - Method in class org.glassfish.grizzly.http.io.InputBuffer
Set the default character encoding for this InputBuffer, which would be applied if no encoding was explicitly set on HTTP Request and character decoding wasn't started yet.
setDefaultErrorPageGenerator(ErrorPageGenerator) - Method in class org.glassfish.grizzly.http.server.NetworkListener
Sets the NetworkListener default ErrorPageGenerator.
setDefaultErrorPageGenerator(ErrorPageGenerator) - Method in class org.glassfish.grizzly.http.server.ServerFilterConfiguration
Sets the default ErrorPageGenerator.
setDefaultHostName(String) - Method in class org.glassfish.grizzly.http.server.util.Mapper
Set default host.
setDefaultQueryEncoding(Charset) - Method in class org.glassfish.grizzly.http.server.ServerFilterConfiguration
Sets the default character encoding used to decode request URI's query part.
setDefaultResponseContentType(String) - Method in class org.glassfish.grizzly.http.HttpServerFilter
 
setDefaultURIEncoding(Charset) - Method in class org.glassfish.grizzly.http.util.RequestURIRef
 
setDetailMessage(String) - Method in class org.glassfish.grizzly.http.server.Response
Sets detail error message.
setDetectClosedConnections(boolean) - Method in class org.glassfish.grizzly.comet.CometContext
Enable/disable the mechanism, which detects closed connections and notifies user's handlers via CometHandler.onInterrupt(org.glassfish.grizzly.comet.CometEvent) method.
setDictionarySize(int) - Method in class org.glassfish.grizzly.compression.lzma.impl.Encoder
 
setDictionarySize(int) - Method in class org.glassfish.grizzly.compression.lzma.LZMAEncoder.LZMAProperties
 
setDirect(boolean) - Method in class org.glassfish.grizzly.memory.ByteBufferManager
Set true, if ByteBufferManager works with direct ByteBuffers, or false otherwise.
setDisableUploadTimeout(boolean) - Method in class org.glassfish.grizzly.http.server.NetworkListener
 
setDispatcherHelper(DispatcherHelper) - Method in class org.glassfish.grizzly.http.server.HttpHandler
 
setDispatcherHelper(DispatcherHelper) - Method in class org.glassfish.grizzly.servlet.ServletHandler
 
setDispatcherHelper(DispatcherHelper) - Method in class org.glassfish.grizzly.servlet.WebappContext
 
setDispatcherTypes(Set<DispatcherType>) - Method in class org.glassfish.grizzly.servlet.FilterMap
 
setDocBase(String) - Method in class org.glassfish.grizzly.http.server.util.AlternateDocBase
Sets the (possibly relative) doc base path of this AlternateDocBase.
setDomain(String) - Method in class org.glassfish.grizzly.http.Cookie
Specifies the domain within which this cookie should be presented.
setDomain(String) - Method in class org.glassfish.grizzly.servlet.CookieWrapper
Specifies the domain within which this cookie should be presented.
setDomain(String) - Method in class org.glassfish.grizzly.servlet.SessionCookieConfig
 
setDst(Buffer) - Method in class org.glassfish.grizzly.compression.lzma.LZMADecoder.LZMAInputState
 
setDst(Buffer) - Method in class org.glassfish.grizzly.compression.lzma.LZMAEncoder.LZMAOutputState
 
setDstAddress(L) - Method in class org.glassfish.grizzly.WriteResult
Set the destination address, the message was written to.
setDstAddressHolder(Holder<L>) - Method in class org.glassfish.grizzly.WriteResult
Set the destination address, the message was written to.
setEmptyRecord(boolean) - Method in class org.glassfish.grizzly.asyncqueue.AsyncWriteQueueRecord
 
setEnabled(boolean) - Method in class org.glassfish.grizzly.http.server.filecache.FileCache
Enables/disables the FileCache.
setEnabledCipherSuites(String[]) - Method in class org.glassfish.grizzly.ssl.SSLEngineConfigurator
 
setEnabledProtocols(String[]) - Method in class org.glassfish.grizzly.ssl.SSLEngineConfigurator
 
setEncoding(Charset) - Method in class org.glassfish.grizzly.http.util.Parameters
 
setEncoding(String) - Method in class org.glassfish.grizzly.http.util.UEncoder
 
setEnd(int) - Method in class org.glassfish.grizzly.http.util.BufferChunk
 
setEnd(int) - Method in class org.glassfish.grizzly.http.util.ByteChunk
 
setEnd(int) - Method in class org.glassfish.grizzly.http.util.CharChunk
 
setEnd(int) - Method in interface org.glassfish.grizzly.http.util.Chunk
 
setEnd(int) - Method in class org.glassfish.grizzly.http.util.DataChunk
Sets the DataChunk end position.
setEndIdx(int) - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
 
setEndMarkerMode(boolean) - Method in class org.glassfish.grizzly.compression.lzma.impl.Encoder
 
setError(boolean) - Method in class org.glassfish.grizzly.http.ProcessingState
This flag indicates whether error occurred during the HTTP processing.
setError() - Method in class org.glassfish.grizzly.http.server.Response
Set the error flag.
setErrorAndSendErrorPage(Request, Response, ErrorPageGenerator, int, String, String, Throwable) - Static method in class org.glassfish.grizzly.http.server.util.HtmlHelper
Generate and send an error page for the given HTTP response status.
setErrorCode(int) - Method in class org.glassfish.grizzly.TransformationResult
 
setErrorDescription(String) - Method in class org.glassfish.grizzly.TransformationResult
 
setErrorPageGenerator(ErrorPageGenerator) - Method in class org.glassfish.grizzly.http.server.Response
setExpectationHandler(ExpectationHandler) - Method in class org.glassfish.grizzly.servlet.ServletHandler
Set the ExpectationHandler responsible for processing Expect: header (for example "Expect: 100-Continue").
setExpectationHandler(ExpectationHandler) - Method in class org.glassfish.grizzly.servlet.ServletRegistration
Set the ExpectationHandler responsible for processing Expect: header (for example "Expect: 100-Continue").
setExpectContent(boolean) - Method in class org.glassfish.grizzly.http.ajp.AjpHttpRequest
 
setExpectContent(boolean) - Method in class org.glassfish.grizzly.http.HttpHeader
 
setExpirationDelay(long) - Method in class org.glassfish.grizzly.comet.CometContext
Set the long delay before a request is resumed.
setExtensions(List<Extension>) - Method in class org.glassfish.grizzly.websockets.HandShake
 
setExternalRemainder(I) - Method in class org.glassfish.grizzly.TransformationResult
 
setFactory(MessageBytes.MessageBytesFactory) - Static method in class org.glassfish.grizzly.http.util.MessageBytes
 
setFileCacheEnabled(boolean) - Method in class org.glassfish.grizzly.http.server.StaticHttpHandlerBase
Set true to configure this StaticHttpHandler to use file cache to serve static resources, or false otherwise.
setFileSendEnabled(boolean) - Method in class org.glassfish.grizzly.http.server.filecache.FileCache
Configure whether or send-file support will enabled which allows sending File resources via FileChannel.transferTo(long, long, java.nio.channels.WritableByteChannel).
setFilter(Filter) - Method in class org.glassfish.grizzly.servlet.FilterConfigImpl
Set the Filter associated with this object.
setFilterChainContext(FilterChainContext) - Method in class org.glassfish.grizzly.websockets.ProtocolHandler
 
setFilterChainFactory(FilterChainFactory) - Method in class org.glassfish.grizzly.servlet.ServletHandler
 
setFilterIdx(int) - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
 
setFilterName(String) - Method in class org.glassfish.grizzly.servlet.FilterConfigImpl
Set the Filter's name associated with this object.
setFilterName(String) - Method in class org.glassfish.grizzly.servlet.FilterMap
 
setFirst(K) - Method in class org.glassfish.grizzly.utils.Pair
 
setFlags(byte) - Method in class org.glassfish.grizzly.samples.filterchain.GIOPMessage
 
setGIOPHeader(byte, byte, byte, byte) - Method in class org.glassfish.grizzly.samples.filterchain.GIOPMessage
 
setHandshakeTimeout(long, TimeUnit) - Method in class org.glassfish.grizzly.ssl.SSLBaseFilter
Sets the handshake timeout.
setHeader(String, String) - Method in class org.glassfish.grizzly.http.HttpHeader
Set the value, of the specific HTTP mime header.
setHeader(Header, String) - Method in class org.glassfish.grizzly.http.HttpHeader
Set the value, of the specific HTTP mime header.
setHeader(String, String) - Method in class org.glassfish.grizzly.http.HttpTrailer
Set the value, of the specific HTTP mime header.
setHeader(Header, String) - Method in class org.glassfish.grizzly.http.HttpTrailer
Set the value, of the specific HTTP mime header.
setHeader(String, String) - Method in interface org.glassfish.grizzly.http.MimeHeadersPacket
Set the value, of the specific HTTP mime header.
setHeader(Header, String) - Method in interface org.glassfish.grizzly.http.MimeHeadersPacket
Set the value, of the specific HTTP mime header.
setHeader(String, String) - Method in class org.glassfish.grizzly.http.server.Response
Set the specified header to the specified value.
setHeader(Header, String) - Method in class org.glassfish.grizzly.http.server.Response
Set the specified header to the specified value.
setHeader(String, String) - Method in class org.glassfish.grizzly.servlet.DispatchedHttpServletResponse
 
setHeader(String, String) - Method in class org.glassfish.grizzly.servlet.HttpServletResponseImpl
setHeaderFlag(int) - Method in class org.glassfish.grizzly.compression.zip.GZipDecoder.GZipInputState
 
setHeaderParsed(boolean) - Method in interface org.glassfish.grizzly.http.HttpPacketParsing
 
setHeaderParseStateValue(int) - Method in class org.glassfish.grizzly.compression.zip.GZipDecoder.GZipInputState
 
setHeaders(MimeHeaders) - Method in class org.glassfish.grizzly.http.Cookies
 
setHeaders(MimeHeaders, boolean) - Method in class org.glassfish.grizzly.http.Cookies
 
setHeaders(MimeHeaders) - Method in class org.glassfish.grizzly.http.HttpTrailer
Set the mime headers.
setHeaders(MimeHeaders) - Method in class org.glassfish.grizzly.http.util.Parameters
 
setHeaders(HttpResponsePacket) - Method in class org.glassfish.grizzly.websockets.HandShake
 
setHeaders(HttpResponsePacket) - Method in class org.glassfish.grizzly.websockets.rfc6455.RFC6455HandShake
 
setHeaderWritten(boolean) - Method in class org.glassfish.grizzly.compression.lzma.LZMAEncoder.LZMAOutputState
 
setHtmlEncodingCustomReasonPhrase(boolean) - Method in class org.glassfish.grizzly.http.HttpResponsePacket
Sets if we need to encode HTML sensitive characters in custom reason phrase.
setHttpHandler(HttpHandler) - Method in class org.glassfish.grizzly.http.server.HttpServerFilter
 
setHttpHandlerPath(String) - Method in class org.glassfish.grizzly.http.server.Request
 
setHttpOnly(boolean) - Method in class org.glassfish.grizzly.http.Cookie
HttpOnly feature is used in server->client communication only to let client know, that the cookie can not be accessed on the client-side (script etc).
setHttpOnly(boolean) - Method in class org.glassfish.grizzly.servlet.SessionCookieConfig
 
setHttpServerName(String) - Method in class org.glassfish.grizzly.http.server.ServerFilterConfiguration
Sets the server name used for HTTP response headers and default generated error pages.
setHttpServerVersion(String) - Method in class org.glassfish.grizzly.http.server.ServerFilterConfiguration
Sets the version of the server info sent in HTTP response headers and the default generated error pages.
setId(int) - Method in class org.glassfish.grizzly.http.util.TimeStamp
 
setIdInternal(String) - Method in class org.glassfish.grizzly.http.server.Session
Return the session identifier for this session.
setIdleTimeout(FilterChainContext) - Method in class org.glassfish.grizzly.websockets.BaseWebSocketFilter
 
setIdleTimeoutInSeconds(int) - Method in class org.glassfish.grizzly.http.KeepAlive
Configures idle connection timeout behavior.
setImpl(ThreadPoolConfig) - Method in class org.glassfish.grizzly.threadpool.GrizzlyExecutorService
 
setInflater(Inflater) - Method in class org.glassfish.grizzly.compression.zip.GZipDecoder.GZipInputState
 
setInitialClassLoader(ClassLoader) - Method in class org.glassfish.grizzly.threadpool.ThreadPoolConfig
Specifies the context classloader that will be used by threads in this pool.
setInitialized(boolean) - Method in class org.glassfish.grizzly.compression.lzma.LZMAEncoder.LZMAOutputState
 
setInitialized(boolean) - Method in class org.glassfish.grizzly.compression.zip.GZipDecoder.GZipInputState
 
setInitialOutputBuffer(Buffer) - Method in class org.glassfish.grizzly.utils.BufferOutputStream
 
setInitParameter(String, String) - Method in class org.glassfish.grizzly.servlet.Registration
Sets the initialization parameter with the given name and value on the Servlet or Filter that is represented by this Registration.
setInitParameter(String, String) - Method in class org.glassfish.grizzly.servlet.WebappContext
setInitParameters(Map<String, String>) - Method in class org.glassfish.grizzly.servlet.FilterConfigImpl
Set the init parameters associated with this associated Filter.
setInitParameters(Map<String, String>) - Method in class org.glassfish.grizzly.servlet.Registration
Sets the given initialization parameters on the Servlet or Filter that is represented by this Registration.
setInitParameters(Map<String, String>) - Method in class org.glassfish.grizzly.servlet.ServletConfigImpl
 
setInt(int) - Method in class org.glassfish.grizzly.http.util.MessageBytes
Set the buffer to the representation of an int
setInterested(IOEvent, boolean) - Method in class org.glassfish.grizzly.filterchain.AbstractFilterChain
Set the the i/o event, this Processor is interested in
setInterested(IOEvent, boolean) - Method in interface org.glassfish.grizzly.Processor
Set the the i/o event, this Processor is interested in
setInterested(IOEvent, boolean) - Method in class org.glassfish.grizzly.StandaloneProcessor
Method does nothing.
setIntHeader(String, int) - Method in class org.glassfish.grizzly.http.server.Response
Set the specified integer header to the specified value.
setIntHeader(Header, int) - Method in class org.glassfish.grizzly.http.server.Response
Set the specified integer header to the specified value.
setIntHeader(String, int) - Method in class org.glassfish.grizzly.servlet.DispatchedHttpServletResponse
 
setIntHeader(String, int) - Method in class org.glassfish.grizzly.servlet.HttpServletResponseImpl
setIoEvent(IOEvent) - Method in class org.glassfish.grizzly.Context
Set the processing IOEvent.
setIoEvent(IOEvent, IOEventProcessingHandler) - Method in class org.glassfish.grizzly.Context
Set the processing IOEvent.
setIOStrategy(IOStrategy) - Method in class org.glassfish.grizzly.AbstractTransport
Set the IOStrategy implementation, which will be used by Transport to process IOEvent.
setIOStrategy(IOStrategy) - Method in class org.glassfish.grizzly.NIOTransportBuilder
Changes the IOStrategy that will be used.
setIOStrategy(IOStrategy) - Method in interface org.glassfish.grizzly.Transport
Set the IOStrategy implementation, which will be used by Transport to process IOEvent.
setJmxEnabled(boolean) - Method in class org.glassfish.grizzly.http.server.ServerConfiguration
Enables JMX for this HttpServer.
setKeepAlive(boolean) - Method in class org.glassfish.grizzly.http.ProcessingState
This flag controls the connection keep-alive feature.
setKeepAlive(boolean) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOTransport
 
setKeepAlive(boolean) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOTransportBuilder
 
setKeepAliveTime(long, TimeUnit) - Method in class org.glassfish.grizzly.threadpool.ThreadPoolConfig
The max period of time a thread will wait for a new task to process.
setKernelPool0(ExecutorService) - Method in class org.glassfish.grizzly.AbstractTransport
 
setKernelThreadPool(ExecutorService) - Method in class org.glassfish.grizzly.AbstractTransport
Set a thread pool which will run Transport internal tasks.
setKernelThreadPool(ExecutorService) - Method in interface org.glassfish.grizzly.Transport
Set a thread pool which will run Transport internal tasks.
setKernelThreadPoolConfig(ThreadPoolConfig) - Method in class org.glassfish.grizzly.AbstractTransport
Set the ThreadPoolConfig to be used by the Transport internal thread pool.
setKernelThreadPoolConfig(ThreadPoolConfig) - Method in interface org.glassfish.grizzly.Transport
Set the ThreadPoolConfig to be used by the Transport internal thread pool.
setKeyManagerFactoryAlgorithm(String) - Method in class org.glassfish.grizzly.ssl.SSLContextConfigurator
Sets the key manager factory algorithm.
setKeyPass(String) - Method in class org.glassfish.grizzly.ssl.SSLContextConfigurator
Password of the key in the key store.
setKeyPass(char[]) - Method in class org.glassfish.grizzly.ssl.SSLContextConfigurator
Password of the key in the key store.
setKeyStoreBytes(byte[]) - Method in class org.glassfish.grizzly.ssl.SSLContextConfigurator
Sets key store payload as byte array.
setKeyStoreFile(String) - Method in class org.glassfish.grizzly.ssl.SSLContextConfigurator
Sets key store file name, also makes sure that if other key store configuration parameters are not set to set them to default values.
setKeyStorePass(String) - Method in class org.glassfish.grizzly.ssl.SSLContextConfigurator
Password of key store.
setKeyStorePass(char[]) - Method in class org.glassfish.grizzly.ssl.SSLContextConfigurator
Password of key store.
setKeyStoreProvider(String) - Method in class org.glassfish.grizzly.ssl.SSLContextConfigurator
Sets the key store provider name.
setKeyStoreType(String) - Method in class org.glassfish.grizzly.ssl.SSLContextConfigurator
Type of key store.
setLast(boolean) - Method in class org.glassfish.grizzly.http.HttpContent
 
setLast(boolean) - Method in class org.glassfish.grizzly.websockets.DataFrame
 
setLastResult(TransformationResult<K, L>) - Method in class org.glassfish.grizzly.AbstractTransformer.LastResultAwareState
 
setLc(int) - Method in class org.glassfish.grizzly.compression.lzma.LZMAEncoder.LZMAProperties
 
setLcLpPb(int, int, int) - Method in class org.glassfish.grizzly.compression.lzma.impl.Encoder
 
setLimit(int) - Method in class org.glassfish.grizzly.http.util.ByteChunk
Maximum amount of data in this buffer.
setLimit(int) - Method in class org.glassfish.grizzly.http.util.CharChunk
Maximum amount of data in this buffer.
setLimit(int) - Method in class org.glassfish.grizzly.http.util.Parameters
 
setLinger(int) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOTransport
 
setLinger(int) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOTransportBuilder
 
setLoadOnStartup(int) - Method in class org.glassfish.grizzly.servlet.ServletRegistration
Sets the loadOnStartup priority on the Servlet represented by this dynamic ServletRegistration.
setLocale(Locale) - Method in class org.glassfish.grizzly.http.HttpResponsePacket
Called explicitly by user to set the Content-Language and the default encoding
setLocale(Locale) - Method in class org.glassfish.grizzly.http.server.Response
Set the Locale that is appropriate for this response, including setting the appropriate character encoding.
setLocale(Locale) - Method in class org.glassfish.grizzly.servlet.DispatchedHttpServletResponse
 
setLocale(Locale) - Method in class org.glassfish.grizzly.servlet.HttpServletResponseImpl
setLocalHost(String) - Method in class org.glassfish.grizzly.http.HttpRequestPacket
Set the host name of the server servicing this request.
setLocalPort(int) - Method in class org.glassfish.grizzly.http.HttpRequestPacket
Sets the Internet Protocol (IP) port number of the interface on which the request was received.
setLocation(String) - Method in class org.glassfish.grizzly.websockets.HandShake
 
setLocked(boolean) - Method in class org.glassfish.grizzly.http.server.util.ParameterMap
Set the locked state of this parameter map.
setLong(long) - Method in class org.glassfish.grizzly.http.util.MessageBytes
Set the buffer to the representation of an long
setLp(int) - Method in class org.glassfish.grizzly.compression.lzma.LZMAEncoder.LZMAProperties
 
setMajor(byte) - Method in class org.glassfish.grizzly.samples.filterchain.GIOPMessage
 
setManualIOEventControl() - Method in class org.glassfish.grizzly.Context
Switches processing to the manual IOEvent control.
setMapper(Mapper) - Method in class org.glassfish.grizzly.websockets.ProtocolHandler
 
setMatchFinder(int) - Method in class org.glassfish.grizzly.compression.lzma.impl.Encoder
 
setMatchFinder(int) - Method in class org.glassfish.grizzly.compression.lzma.LZMAEncoder.LZMAProperties
 
setMaxAge(int) - Method in class org.glassfish.grizzly.http.Cookie
Sets the maximum age of the cookie in seconds.
setMaxAge(int) - Method in class org.glassfish.grizzly.servlet.CookieWrapper
Sets the maximum age of the cookie in seconds.
setMaxAge(int) - Method in class org.glassfish.grizzly.servlet.SessionCookieConfig
 
setMaxAsyncWriteQueueSize(int) - Method in interface org.glassfish.grizzly.Connection
Set the max size (in bytes) of asynchronous write queue associated with connection.
setMaxAsyncWriteQueueSize(int) - Method in class org.glassfish.grizzly.nio.NIOConnection
Set the max size (in bytes) of asynchronous write queue associated with connection.
setMaxAsyncWriteQueueSizeInBytes(int) - Method in class org.glassfish.grizzly.NIOTransportBuilder
 
setMaxBufferedPostSize(int) - Method in class org.glassfish.grizzly.http.server.NetworkListener
Sets the maximum POST body size, which can buffered in memory.
setMaxBufferedPostSize(int) - Method in class org.glassfish.grizzly.http.server.ServerFilterConfiguration
Sets the maximum POST body size, which can buffered in memory.
setMaxCacheEntries(int) - Method in class org.glassfish.grizzly.http.server.filecache.FileCache
Sets the maximum number of files that may be cached.
setMaxDispatchDepth(int) - Static method in class org.glassfish.grizzly.http.server.Request
Static setter method for the maximum dispatch depth
setMaxEntrySize(long) - Method in class org.glassfish.grizzly.http.server.filecache.FileCache
The maximum size, in bytes, a resource may be before it can no longer be considered cacheable.
setMaxFormPostSize(int) - Method in class org.glassfish.grizzly.http.server.NetworkListener
Sets the maximum size of the POST body generated by an HTML form.
setMaxFormPostSize(int) - Method in class org.glassfish.grizzly.http.server.ServerFilterConfiguration
Sets the maximum size of the POST body generated by an HTML form.
setMaxHttpHeaderSize(int) - Method in class org.glassfish.grizzly.http.server.NetworkListener
Configures the maximum header size for an HTTP request.
setMaxInactiveInterval(long) - Method in class org.glassfish.grizzly.http.util.TimeStamp
 
setMaxInactiveInterval(int) - Method in class org.glassfish.grizzly.servlet.HttpSessionImpl
setMaxLargeFileCacheSize(long) - Method in class org.glassfish.grizzly.http.server.filecache.FileCache
Sets the maximum size, in bytes, of the memory mapped cache for large files.
setMaxNumHeaders(int) - Method in class org.glassfish.grizzly.http.util.MimeHeaders
 
setMaxPendingBytes(int) - Method in class org.glassfish.grizzly.http.server.NetworkListener
The maximum size, in bytes, of all data waiting to be written to the associated Connection.
setMaxPendingBytesPerConnection(int) - Method in interface org.glassfish.grizzly.asyncqueue.AsyncQueueWriter
Configures the maximum number of bytes pending to be written for a particular Connection.
setMaxPendingBytesPerConnection(int) - Method in class org.glassfish.grizzly.nio.AbstractNIOAsyncQueueWriter
Configures the maximum number of bytes pending to be written for a particular Connection.
setMaxPendingBytesPerConnection(int) - Method in class org.glassfish.grizzly.ssl.SSLFilter
Configures the maximum number of bytes that may be queued to be written for a particular Connection.
setMaxPoolSize(int) - Method in class org.glassfish.grizzly.threadpool.ThreadPoolConfig
 
setMaxReentrants(int) - Static method in class org.glassfish.grizzly.Writer.Reentrant
Sets the maximum number of write() method reentrants a thread is allowed to made.
setMaxRequestHeaders(int) - Method in class org.glassfish.grizzly.http.server.NetworkListener
Sets the maximum number of headers allowed for a request.
setMaxRequestParameters(int) - Method in class org.glassfish.grizzly.http.server.ServerFilterConfiguration
Sets the maximum number of parameters allowed for a request.
setMaxRequestsCount(int) - Method in class org.glassfish.grizzly.http.KeepAlive
Configures the max number of HTTP requests allowed to be processed on one keep-alive connection.
setMaxResponseHeaders(int) - Method in class org.glassfish.grizzly.http.server.NetworkListener
Sets the maximum number of headers allowed for a response.
setMaxSmallFileCacheSize(long) - Method in class org.glassfish.grizzly.http.server.filecache.FileCache
The maximum size, in bytes, of the heap cache for files below the water mark set by FileCache.getMinEntrySize().
setMemoryManager(MemoryManager) - Method in class org.glassfish.grizzly.AbstractTransformer
 
setMemoryManager(MemoryManager) - Method in class org.glassfish.grizzly.AbstractTransport
Set the Transport associated MemoryManager, which will be used by the Transport, its Connections and by during processing I/O events, occurred on Connections.
setMemoryManager(MemoryManager) - Method in class org.glassfish.grizzly.compression.lzma.LZMADecoder.LZMAInputState
 
setMemoryManager(MemoryManager) - Method in class org.glassfish.grizzly.compression.lzma.LZMAEncoder.LZMAOutputState
 
setMemoryManager(MemoryManager) - Method in class org.glassfish.grizzly.NIOTransportBuilder
Set the MemoryManager to be used by the created NIOTransport.
setMemoryManager(MemoryManager) - Method in class org.glassfish.grizzly.threadpool.ThreadPoolConfig
 
setMemoryManager(MemoryManager) - Method in interface org.glassfish.grizzly.Transport
Set the Transport associated MemoryManager, which will be used by the Transport, its Connections and by during processing I/O events, occurred on Connections.
setMessage(Object) - Method in class org.glassfish.grizzly.asyncqueue.AsyncQueueRecord
 
setMessage(Object) - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
Set message object, associated with the current processing.
setMessage(K) - Method in class org.glassfish.grizzly.ReadResult
Set the message, which was read.
setMessage(O) - Method in class org.glassfish.grizzly.TransformationResult
 
setMessage(K) - Method in class org.glassfish.grizzly.WriteResult
Set the message, which was read.
setMessageCloner(MessageCloner) - Method in class org.glassfish.grizzly.filterchain.FilterChainContext.TransportContext
 
setMethod(String) - Method in class org.glassfish.grizzly.http.HttpRequestPacket
Set the HTTP request method.
setMethod(Method) - Method in class org.glassfish.grizzly.http.HttpRequestPacket
Set the HTTP request method.
setMethod(String) - Method in class org.glassfish.grizzly.http.server.Request
Sets the HTTP request method used in this Request.
setMinEntrySize(long) - Method in class org.glassfish.grizzly.http.server.filecache.FileCache
The maximum size, in bytes, a file must be in order to be cached in the heap cache.
setMinor(byte) - Method in class org.glassfish.grizzly.samples.filterchain.GIOPMessage
 
setMultipartConfig(MultipartConfigElement) - Method in class org.glassfish.grizzly.servlet.ServletRegistration
setName(String) - Method in class org.glassfish.grizzly.AbstractTransport
Sets the Transport name.
setName(String) - Method in class org.glassfish.grizzly.http.Cookie
 
setName(String) - Method in class org.glassfish.grizzly.http.server.ServerConfiguration
Sets the logical name of this HttpServer instance.
setName(String) - Method in class org.glassfish.grizzly.NIOTransportBuilder
 
setName(String) - Method in class org.glassfish.grizzly.servlet.SessionCookieConfig
 
setName(String) - Method in interface org.glassfish.grizzly.Transport
Sets the Transport name.
setNeedClientAuth(boolean) - Method in class org.glassfish.grizzly.ssl.SSLEngineConfigurator
 
setNew(boolean) - Method in class org.glassfish.grizzly.http.util.TimeStamp
 
setNewConnectionFilterChain(FilterChain) - Method in class org.glassfish.grizzly.ssl.SSLConnectionContext
 
setNIOChannelDistributor(NIOChannelDistributor) - Method in class org.glassfish.grizzly.nio.NIOTransport
 
setNIOChannelDistributor(NIOChannelDistributor) - Method in class org.glassfish.grizzly.NIOTransportBuilder
Set the NIOChannelDistributor to be used by the created NIOTransport.
setNoCompressionUserAgents(Set<String>) - Method in class org.glassfish.grizzly.http.CompressionConfig
Sets the set of the user-agents, which will be always responded with uncompressed data.
setNoCompressionUserAgents(String...) - Method in class org.glassfish.grizzly.http.CompressionConfig
Sets the set of the user-agents, which will be always responded with uncompressed data.
setNoCompressionUserAgents(String) - Method in class org.glassfish.grizzly.http.server.NetworkListener
Deprecated.
use getCompressionConfig().setNoCompressionUserAgents(Set<String>)
setNote(Note<E>, E) - Method in class org.glassfish.grizzly.http.HttpRequestPacket
Bind the Note value to this Request, replacing any existing binding for this name.
setNote(Note<E>, E) - Method in class org.glassfish.grizzly.http.server.Request
Bind the Note value to this Request, replacing any existing binding for this name.
setNotificationHandler(NotificationHandler) - Method in class org.glassfish.grizzly.comet.CometContext
Set the current NotificationHandler
setNumFastBytes(int) - Method in class org.glassfish.grizzly.compression.lzma.impl.Encoder
 
setNumFastBytes(int) - Method in class org.glassfish.grizzly.compression.lzma.LZMAEncoder.LZMAProperties
 
setOffset(int) - Method in class org.glassfish.grizzly.http.util.ByteChunk
 
setOptimizedForMultiplexing(boolean) - Method in class org.glassfish.grizzly.nio.NIOTransport
Configures NIOTransport to be optimized for specific for the connection multiplexing usecase, when different threads will try to write data simultaneously.
setOptimizedForMultiplexing(boolean) - Method in class org.glassfish.grizzly.NIOTransportBuilder
 
setOptimizedWrite(boolean) - Method in class org.glassfish.grizzly.http.util.ByteChunk
 
setOptimizedWrite(boolean) - Method in class org.glassfish.grizzly.http.util.CharChunk
 
setOrigin(String) - Method in class org.glassfish.grizzly.websockets.HandShake
 
setParent(Object) - Method in class org.glassfish.grizzly.http.util.TimeStamp
Returns the owner of this stamp ( the object that is time-stamped ).
setPassTraceRequest(boolean) - Method in class org.glassfish.grizzly.http.server.ServerFilterConfiguration
If passTraceRequest is true, the TRACE request will be passed to the registered HttpHandlers.
setPath(String) - Method in class org.glassfish.grizzly.http.Cookie
Specifies a path for the cookie to which the client should return the cookie.
setPath(String) - Method in class org.glassfish.grizzly.servlet.CookieWrapper
Specifies a path for the cookie to which the client should return the cookie.
setPath(String) - Method in class org.glassfish.grizzly.servlet.SessionCookieConfig
 
setPathData(Request, HttpServletRequestImpl) - Method in class org.glassfish.grizzly.servlet.ServletHandler
 
setPathInfo(String) - Method in class org.glassfish.grizzly.http.server.Request
 
setPathInfo(String) - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
 
setPayload(DataFrame, byte[]) - Method in class org.glassfish.grizzly.websockets.BaseFrameType
 
setPayload(byte[]) - Method in class org.glassfish.grizzly.websockets.ClosingFrame
 
setPayload(String) - Method in class org.glassfish.grizzly.websockets.DataFrame
 
setPayload(byte[]) - Method in class org.glassfish.grizzly.websockets.DataFrame
 
setPayload(DataFrame, byte[]) - Method in interface org.glassfish.grizzly.websockets.FrameType
 
setPayload(DataFrame, byte[]) - Method in class org.glassfish.grizzly.websockets.frametypes.ContinuationFrameType
 
setPayload(DataFrame, byte[]) - Method in class org.glassfish.grizzly.websockets.frametypes.TextFrameType
 
setPb(int) - Method in class org.glassfish.grizzly.compression.lzma.LZMAEncoder.LZMAProperties
 
setPoolName(String) - Method in class org.glassfish.grizzly.threadpool.ThreadPoolConfig
 
setPort(int) - Method in class org.glassfish.grizzly.http.server.util.Mapper
The Port this instance is used for mapping.
setPort(int) - Method in class org.glassfish.grizzly.websockets.HandShake
 
setPositionLimit(E, int, int) - Method in class org.glassfish.grizzly.memory.AbstractBufferArray
 
setPositionLimit(Buffer, int, int) - Method in class org.glassfish.grizzly.memory.BufferArray
 
setPositionLimit(Buffer, int, int) - Static method in class org.glassfish.grizzly.memory.Buffers
 
setPositionLimit(ByteBuffer, int, int) - Static method in class org.glassfish.grizzly.memory.Buffers
 
setPositionLimit(ByteBuffer, int, int) - Method in class org.glassfish.grizzly.memory.ByteBufferArray
 
setPriority(int) - Method in class org.glassfish.grizzly.threadpool.ThreadPoolConfig
 
setProcessingHandler(IOEventProcessingHandler) - Method in class org.glassfish.grizzly.Context
 
setProcessor(Processor) - Method in class org.glassfish.grizzly.AbstractBindingHandler
Set the default Processor to process IOEvent, occurring on connection phase.
setProcessor(Processor) - Method in class org.glassfish.grizzly.AbstractSocketConnectorHandler
Set the default Processor to process IOEvent, occurring on connection phase.
setProcessor(Processor) - Method in class org.glassfish.grizzly.AbstractTransport
Sets the default Processor, which will process Connection I/O events in case, if Connection doesn't have own Processor preferences.
setProcessor(Processor) - Method in interface org.glassfish.grizzly.Connection
Sets the default Processor, which will process Connection I/O events.
setProcessor(Processor) - Method in class org.glassfish.grizzly.Context
Set the Processor, which is responsible to process the IOEvent.
setProcessor(Processor) - Method in class org.glassfish.grizzly.nio.NIOConnection
 
setProcessor(Processor) - Method in class org.glassfish.grizzly.NIOTransportBuilder
 
setProcessor(Processor) - Method in interface org.glassfish.grizzly.Transport
Sets the default Processor, which will process Connection I/O events in case, if Connection doesn't have own Processor preferences.
setProcessorSelector(ProcessorSelector) - Method in class org.glassfish.grizzly.AbstractBindingHandler
Sets the default ProcessorSelector, which will be used to get Processor to process I/O events, occurring on connection phase.
setProcessorSelector(ProcessorSelector) - Method in class org.glassfish.grizzly.AbstractSocketConnectorHandler
Sets the default ProcessorSelector, which will be used to get Processor to process I/O events, occurring on connection phase.
setProcessorSelector(ProcessorSelector) - Method in class org.glassfish.grizzly.AbstractTransport
Sets the default ProcessorSelector, which will be used to get Processor to process Connection I/O events, in case if this Transport's Processor is null and Connection doesn't have neither preferred Processor nor ProcessorSelector.
setProcessorSelector(ProcessorSelector) - Method in interface org.glassfish.grizzly.Connection
Sets the default ProcessorSelector, which will be used to get Processor to process Connection I/O events, in case if this Connection's Processor is null.
setProcessorSelector(ProcessorSelector) - Method in class org.glassfish.grizzly.nio.NIOConnection
 
setProcessorSelector(ProcessorSelector) - Method in class org.glassfish.grizzly.NIOTransportBuilder
 
setProcessorSelector(ProcessorSelector) - Method in interface org.glassfish.grizzly.Transport
Sets the default ProcessorSelector, which will be used to get Processor to process Connection I/O events, in case if this Transport's Processor is null and Connection doesn't have neither preferred Processor nor ProcessorSelector.
setProtocol(Protocol) - Method in class org.glassfish.grizzly.http.HttpHeader
Set the HTTP message protocol version.
setProtocolConfigured(boolean) - Method in class org.glassfish.grizzly.ssl.SSLEngineConfigurator
 
setPushBackHandler(PushBackHandler) - Method in class org.glassfish.grizzly.filterchain.FilterChainContext.TransportContext
Deprecated.
setQuery(DataChunk) - Method in class org.glassfish.grizzly.http.util.Parameters
 
setQueryString(String) - Method in class org.glassfish.grizzly.http.HttpRequestPacket
Set the query portion of the request URI.
setQueryString(String) - Method in class org.glassfish.grizzly.http.server.Request
Sets the query string associated with this request.
setQueryStringEncoding(Charset) - Method in class org.glassfish.grizzly.http.util.Parameters
 
setQueue(Queue<Runnable>) - Method in class org.glassfish.grizzly.threadpool.ThreadPoolConfig
 
setQueueLimit(int) - Method in class org.glassfish.grizzly.threadpool.ThreadPoolConfig
 
setReadBufferSize(int) - Method in class org.glassfish.grizzly.AbstractTransport
Set the default size of Buffers, which will be allocated for reading data from Transport's Connections.
setReadBufferSize(int) - Method in interface org.glassfish.grizzly.Connection
Set the default size of Buffers, which will be allocated for reading data from Connection.
setReadBufferSize(int) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOConnection
Set the default size of Buffers, which will be allocated for reading data from Connection.
setReadBufferSize(int) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOServerConnection
 
setReadBufferSize(int) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOConnection
Set the default size of Buffers, which will be allocated for reading data from Connection.
setReadBufferSize(int) - Method in class org.glassfish.grizzly.NIOTransportBuilder
 
setReadBufferSize(int) - Method in interface org.glassfish.grizzly.Transport
Set the default size of Buffers, which will be allocated for reading data from Transport's Connections.
setReader(AsyncQueueReader<L>) - Method in class org.glassfish.grizzly.asyncqueue.AsyncQueueIO.MutableAsyncQueueIO
 
setReadListener(ReadListener) - Method in class org.glassfish.grizzly.servlet.ServletInputStreamImpl
setReadSize(int) - Method in class org.glassfish.grizzly.ReadResult
Set the number of bytes, which were read.
setReadTimeout(long, TimeUnit) - Method in class org.glassfish.grizzly.AbstractTransport
Specifies the timeout for reads.
setReadTimeout(long, TimeUnit) - Method in interface org.glassfish.grizzly.Connection
 
setReadTimeout(long, TimeUnit) - Method in class org.glassfish.grizzly.nio.NIOConnection
 
setReadTimeout(long, TimeUnit) - Method in interface org.glassfish.grizzly.Transport
Specifies the timeout for reads.
setReasonPhrase(String) - Method in class org.glassfish.grizzly.http.HttpResponsePacket
Sets the status reason phrase for this response.
setReasonPhrase(Buffer) - Method in class org.glassfish.grizzly.http.HttpResponsePacket
 
setRemotePort(int) - Method in class org.glassfish.grizzly.http.HttpRequestPacket
Sets the Internet Protocol (IP) source port of the client or last proxy that sent the request.
setRequest(HttpRequestPacket) - Method in class org.glassfish.grizzly.http.HttpResponsePacket
Associates the request that triggered this response.
setRequestedSessionCookie(boolean) - Method in class org.glassfish.grizzly.http.server.Request
Set a flag indicating whether or not the requested session ID for this request came in through a cookie.
setRequestedSessionId(String) - Method in class org.glassfish.grizzly.http.server.Request
Set the requested session ID for this request.
setRequestedSessionURL(boolean) - Method in class org.glassfish.grizzly.http.server.Request
Set a flag indicating whether or not the requested session ID for this request came in through a URL.
setRequestParameters(Parameters) - Method in class org.glassfish.grizzly.http.server.Request
This method may be used if some other entity processed request parameters and wishes to expose them via the request.
setRequestURI(String) - Method in class org.glassfish.grizzly.http.HttpRequestPacket
Set the request URL.
setRequestURI(String) - Method in class org.glassfish.grizzly.http.server.Request
Sets the request URI for this request.
setRequestURIEncoding(Charset) - Method in class org.glassfish.grizzly.http.server.HttpHandler
Set the request URI encoding used by this HttpHandler.
setRequestURIEncoding(String) - Method in class org.glassfish.grizzly.http.server.HttpHandler
Set the request URI encoding used by this HttpHandler.
setResourcePath(String) - Method in class org.glassfish.grizzly.websockets.HandShake
 
setResources(DirContext) - Method in class org.glassfish.grizzly.http.server.util.AlternateDocBase
Sets the proxied resources of this AlternateDocBase.
setResponse(Response) - Method in interface org.glassfish.grizzly.comet.CometHandler
 
setResponse(Response) - Method in class org.glassfish.grizzly.comet.concurrent.DefaultConcurrentCometHandler
 
setResponse(Response) - Method in class org.glassfish.grizzly.comet.DefaultCometHandler
 
setResponse(HttpResponsePacket) - Method in class org.glassfish.grizzly.http.HttpRequestPacket
 
setRestrictedUserAgents(String) - Method in class org.glassfish.grizzly.http.server.NetworkListener
 
setResult(R) - Method in class org.glassfish.grizzly.impl.ReadyFutureImpl
Should not be called for ReadyFutureImpl
setResult(E) - Method in interface org.glassfish.grizzly.utils.ResultAware
 
setReturn(int) - Method in class org.glassfish.grizzly.samples.jaxws.addclient.AddResponse
Sets the value of the return property.
setReuseAddress(boolean) - Method in class org.glassfish.grizzly.nio.NIOTransport
 
setReuseAddress(boolean) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOConnectorHandler.Builder
 
setReuseAddress(boolean) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOConnectorHandler
 
setReuseAddress(boolean) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOConnectorHandler.Builder
 
setReuseAddress(boolean) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOConnectorHandler
 
setReuseAddress(boolean) - Method in class org.glassfish.grizzly.NIOTransportBuilder
 
setReuseSessionID(boolean) - Method in class org.glassfish.grizzly.http.server.ServerFilterConfiguration
Sets the "reuse session IDs when creating sessions"
setRunAsRole(String) - Method in class org.glassfish.grizzly.servlet.ServletRegistration
setScheme(String) - Method in class org.glassfish.grizzly.http.server.NetworkListener
Set the HTTP request scheme, which if non-null overrides default one picked up by framework during runtime.
setScheme(String) - Method in class org.glassfish.grizzly.http.server.ServerFilterConfiguration
Set the HTTP request scheme, which if non-null overrides default one picked up by framework during runtime.
setSecond(L) - Method in class org.glassfish.grizzly.utils.Pair
 
setSecondsMaxAge(int) - Method in class org.glassfish.grizzly.http.server.filecache.FileCache
Sets the maximum time, in seconds, a file may be cached.
setSecret(String) - Method in class org.glassfish.grizzly.http.ajp.AjpHandlerFilter
If not null, only requests from workers with this secret keyword will be accepted.
setSecure(boolean) - Method in class org.glassfish.grizzly.http.Cookie
Indicates to the browser whether the cookie should only be sent using a secure protocol, such as HTTPS or SSL.
setSecure(boolean) - Method in class org.glassfish.grizzly.http.HttpHeader
Sets the secure status of this HTTP message.
setSecure(boolean) - Method in class org.glassfish.grizzly.http.LazyCookieState
 
setSecure(boolean) - Method in class org.glassfish.grizzly.http.server.NetworkListener
Enable or disable security for this listener.
setSecure(boolean) - Method in class org.glassfish.grizzly.servlet.CookieWrapper
Indicates to the browser whether the cookie should only be sent using a secure protocol, such as HTTPS or SSL.
setSecure(boolean) - Method in class org.glassfish.grizzly.servlet.SessionCookieConfig
 
setSecure(boolean) - Method in class org.glassfish.grizzly.websockets.HandShake
 
setSecurityProtocol(String) - Method in class org.glassfish.grizzly.ssl.SSLContextConfigurator
Sets the SSLContext protocol.
setSelectionKey(SelectionKey) - Method in class org.glassfish.grizzly.nio.NIOConnection
 
setSelectionKey(SelectionKey) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOConnection
 
setSelectionKey(SelectionKey) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOConnection
 
setSelectionKeyHandler(SelectionKeyHandler) - Method in class org.glassfish.grizzly.nio.NIOTransport
 
setSelectionKeyHandler(SelectionKeyHandler) - Method in class org.glassfish.grizzly.NIOTransportBuilder
Set the SelectionKeyHandler to be used by the created NIOTransport.
setSelectorHandler(SelectorHandler) - Method in class org.glassfish.grizzly.nio.NIOTransport
 
setSelectorHandler(SelectorHandler) - Method in class org.glassfish.grizzly.NIOTransportBuilder
Set the SelectorHandler to be used by the created NIOTransport.
setSelectorPool(TemporarySelectorPool) - Method in class org.glassfish.grizzly.nio.tmpselectors.TemporarySelectorIO
 
setSelectorProvider(SelectorProvider) - Method in class org.glassfish.grizzly.nio.NIOTransport
Set the SelectorProvider to be used by this transport.
setSelectorProvider(SelectorProvider) - Method in class org.glassfish.grizzly.NIOTransportBuilder
Set the SelectorProvider to be used by the created NIOTransport.
setSelectorRunner(SelectorRunner) - Method in class org.glassfish.grizzly.nio.NIOConnection
 
setSelectorRunner(SelectorRunner) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOConnection
 
setSelectorRunner(SelectorRunner) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOConnection
 
setSelectorRunnersCount(int) - Method in class org.glassfish.grizzly.nio.NIOTransport
 
setSelectorThreadPoolConfig(ThreadPoolConfig) - Method in class org.glassfish.grizzly.NIOTransportBuilder
Sets the ThreadPoolConfig that will be used to construct the ExecutorService which will run the NIOTransport's SelectorRunners.
setSendFileEnabled(boolean) - Method in class org.glassfish.grizzly.http.server.NetworkListener
 
setSendFileEnabled(boolean) - Method in class org.glassfish.grizzly.http.server.ServerFilterConfiguration
Configure whether or sendfile support will enabled which allows sending File resources via FileChannel.transferTo(long, long, java.nio.channels.WritableByteChannel).
setSerialized(int, boolean) - Method in class org.glassfish.grizzly.http.util.MimeHeaders
Set the header's "serialized" flag.
setServerConnectionBackLog(int) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOTransport
Set the default server connection backlog size.
setServerConnectionBackLog(int) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOTransportBuilder
 
setServerHostName(String) - Method in class org.glassfish.grizzly.websockets.HandShake
 
setServerName(String) - Method in class org.glassfish.grizzly.http.server.Request
Set the name of the server (virtual host) to process this request.
setServerPort(int) - Method in class org.glassfish.grizzly.http.HttpRequestPacket
Sets the Internet Protocol (IP) port specified in the Host request header.
setServerPort(int) - Method in class org.glassfish.grizzly.http.server.Request
Set the port number of the server to process this request.
setServerSocketSoTimeout(int) - Method in class org.glassfish.grizzly.nio.NIOTransport
 
setServerSocketSoTimeout(int) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOTransportBuilder
 
setService(boolean) - Static method in class org.glassfish.grizzly.threadpool.Threads
 
setServletClass(Class<? extends Servlet>) - Method in class org.glassfish.grizzly.servlet.ServletHandler
 
setServletClassName(String) - Method in class org.glassfish.grizzly.servlet.ServletHandler
 
setServletInstance(Servlet) - Method in class org.glassfish.grizzly.servlet.ServletHandler
Set the Servlet instance used by this ServletHandler
setServletName(String) - Method in class org.glassfish.grizzly.servlet.FilterMap
 
setServletName(String) - Method in class org.glassfish.grizzly.servlet.ServletConfigImpl
Set the name of this servlet.
setServletPath(String) - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
Programmatically set the servlet path value.
setServletSecurity(ServletSecurityElement) - Method in class org.glassfish.grizzly.servlet.ServletRegistration
setSession(Session) - Method in class org.glassfish.grizzly.servlet.HttpSessionImpl
Set the Session
setSessionTimeout(long) - Method in class org.glassfish.grizzly.http.server.Session
Set a long representing the maximum idle time (in milliseconds) a session can be.
setSessionTrackingModes(Set<SessionTrackingMode>) - Method in class org.glassfish.grizzly.servlet.WebappContext
setSize(int) - Method in class org.glassfish.grizzly.nio.tmpselectors.TemporarySelectorPool
 
setSkipRemainder(boolean) - Method in class org.glassfish.grizzly.http.HttpHeader
Set flag, which is set to true, means that we're not interested in parsing the rest of this HTTP message content and wait for the next HTTP message to come on this Connection.
setSrc(Buffer) - Method in class org.glassfish.grizzly.compression.lzma.LZMADecoder.LZMAInputState
 
setSrc(Buffer) - Method in class org.glassfish.grizzly.compression.lzma.LZMAEncoder.LZMAOutputState
 
setSrcAddress(L) - Method in class org.glassfish.grizzly.ReadResult
Set the source address, the message was read from.
setSrcAddressHolder(Holder<L>) - Method in class org.glassfish.grizzly.ReadResult
Set the source address, the message was read from.
setSSLEngine(Connection, SSLEngine) - Static method in class org.glassfish.grizzly.ssl.SSLUtils
 
setSSLEngineConfig(SSLEngineConfigurator) - Method in class org.glassfish.grizzly.http.server.NetworkListener
Provides customization of the SSLEngine used by this listener.
setStart(int) - Method in class org.glassfish.grizzly.http.util.BufferChunk
 
setStart(int) - Method in class org.glassfish.grizzly.http.util.ByteChunk
 
setStart(int) - Method in class org.glassfish.grizzly.http.util.CharChunk
Returns the start offset of the bytes.
setStart(int) - Method in interface org.glassfish.grizzly.http.util.Chunk
 
setStart(int) - Method in class org.glassfish.grizzly.http.util.DataChunk
Sets the DataChunk start position.
setStartIdx(int) - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
 
setState(FilterChainContext.Operation, int, DefaultFilterChain.FilterStateElement) - Method in class org.glassfish.grizzly.filterchain.DefaultFilterChain.FiltersState
 
setState(E) - Method in class org.glassfish.grizzly.utils.StateHolder
Sets current state Current StateHolder locking mode will be used
setStatus(int) - Method in class org.glassfish.grizzly.http.HttpResponsePacket
Sets the status code for this response.
setStatus(HttpStatus) - Method in class org.glassfish.grizzly.http.HttpResponsePacket
Sets the status code for this response.
setStatus(int) - Method in class org.glassfish.grizzly.http.server.Response
Set the HTTP status to be returned with this response.
setStatus(int, String) - Method in class org.glassfish.grizzly.http.server.Response
Set the HTTP status and message to be returned with this response.
setStatus(HttpStatus) - Method in class org.glassfish.grizzly.http.server.Response
Set the HTTP status and message to be returned with this response.
setStatus(ProcessorResult.Status) - Method in class org.glassfish.grizzly.ProcessorResult
 
setStatus(int) - Method in class org.glassfish.grizzly.servlet.DispatchedHttpServletResponse
 
setStatus(int, String) - Method in class org.glassfish.grizzly.servlet.DispatchedHttpServletResponse
 
setStatus(int) - Method in class org.glassfish.grizzly.servlet.HttpServletResponseImpl
setStatus(int, String) - Method in class org.glassfish.grizzly.servlet.HttpServletResponseImpl
setStatus(TransformationResult.Status) - Method in class org.glassfish.grizzly.TransformationResult
 
setSticky(boolean) - Method in class org.glassfish.grizzly.portunif.PUContext
 
setString(String) - Method in class org.glassfish.grizzly.http.server.util.StringParser
Set the String we are currently parsing.
setString(String) - Method in class org.glassfish.grizzly.http.util.DataChunk
 
setString(String) - Method in class org.glassfish.grizzly.http.util.MessageBytes
Set the content to be a string
setSubProtocol(List<String>) - Method in class org.glassfish.grizzly.websockets.HandShake
 
setSyncConnectTimeout(long, TimeUnit) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOConnectorHandler.Builder
 
setSyncConnectTimeout(long, TimeUnit) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOConnectorHandler
 
setSyncConnectTimeout(long, TimeUnit) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOConnectorHandler.Builder
 
setSyncConnectTimeout(long, TimeUnit) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOConnectorHandler
 
setTcpNoDelay(boolean) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOTransport
 
setTcpNoDelay(boolean) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOTransportBuilder
 
setThreadFactory(ThreadFactory) - Method in class org.glassfish.grizzly.threadpool.ThreadPoolConfig
 
setThreadPool(ExecutorService) - Method in class org.glassfish.grizzly.comet.DefaultNotificationHandler
Set the ExecutorService used for notifying the CometHandler.
setTimeout(long, TimeUnit) - Method in class org.glassfish.grizzly.http.server.Response.SuspendedContextImpl
 
setTimeout(long, TimeUnit) - Method in interface org.glassfish.grizzly.http.server.SuspendContext
Set the suspended Response timeout.
setTimeout(long, TimeUnit) - Method in class org.glassfish.grizzly.streams.AbstractStreamWriter
Set the timeout for StreamWriter I/O operations.
setTimeout(long, TimeUnit) - Method in interface org.glassfish.grizzly.streams.StreamWriter
Set the timeout for StreamWriter I/O operations.
setTimeoutInSeconds(long) - Method in class org.glassfish.grizzly.websockets.WebSocketAddOn
 
setTimeoutMillis(SingleEndpointPool.ConnectTimeoutTask, long) - Method in class org.glassfish.grizzly.connectionpool.SingleEndpointPool.ConnectTimeoutTaskResolver
 
setTimeoutMillis(SingleEndpointPool.KeepAliveCleanerTask, long) - Method in class org.glassfish.grizzly.connectionpool.SingleEndpointPool.KeepAliveCleanerTaskResolver
 
setTimeoutMillis(SingleEndpointPool.ReconnectTask, long) - Method in class org.glassfish.grizzly.connectionpool.SingleEndpointPool.ReconnectTaskResolver
 
setTimeoutMillis(E, long) - Method in interface org.glassfish.grizzly.utils.DelayedExecutor.Resolver
 
setTimestamp(long) - Method in class org.glassfish.grizzly.http.server.Session
Set the timestamp when this session has been created.
setTomcatAuthentication(boolean) - Method in class org.glassfish.grizzly.http.ajp.AjpHandlerFilter
/** If set to true, the authentication will be done in Grizzly.
setTraceEnabled(boolean) - Method in class org.glassfish.grizzly.http.server.NetworkListener
 
setTraceEnabled(boolean) - Method in class org.glassfish.grizzly.http.server.ServerFilterConfiguration
If enabled is true the TRACE method will be respected and a proper response will be generated.
setTrackingThreadCache(boolean) - Static method in class org.glassfish.grizzly.Grizzly
 
setTrainThreshold(int) - Static method in class org.glassfish.grizzly.http.util.StringCache
 
setTransactionMonitor(DelayedExecutor) - Method in class org.glassfish.grizzly.threadpool.ThreadPoolConfig
 
setTransactionTimeout(int) - Method in class org.glassfish.grizzly.http.server.NetworkListener
Sets the time, in seconds, within which a request must complete its processing.
setTransactionTimeout(long, TimeUnit) - Method in class org.glassfish.grizzly.threadpool.DefaultWorkerThread
 
setTransactionTimeout(long, TimeUnit) - Method in class org.glassfish.grizzly.threadpool.ThreadPoolConfig
 
setTransactionTimeout(DelayedExecutor, long, TimeUnit) - Method in class org.glassfish.grizzly.threadpool.ThreadPoolConfig
 
setTransactionTimeout(long, TimeUnit) - Method in interface org.glassfish.grizzly.threadpool.WorkerThread
 
setTransferEncoding(TransferEncoding) - Method in class org.glassfish.grizzly.http.HttpHeader
Set the TransferEncoding, responsible for the parsing/serialization of the HTTP message content.
setTransport(TCPNIOTransport) - Method in class org.glassfish.grizzly.http.server.NetworkListener
This allows the developer to specify a custom TCPNIOTransport implementation to be used by this listener.
setTransport(TCPNIOTransport) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOConnectorHandler.Builder
 
setTransport(UDPNIOTransport) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOConnectorHandler.Builder
 
setTrustManagerFactoryAlgorithm(String) - Method in class org.glassfish.grizzly.ssl.SSLContextConfigurator
Sets the trust manager factory algorithm.
setTrustStoreBytes(byte[]) - Method in class org.glassfish.grizzly.ssl.SSLContextConfigurator
Sets trust store payload as byte array.
setTrustStoreFile(String) - Method in class org.glassfish.grizzly.ssl.SSLContextConfigurator
Sets trust store file name, also makes sure that if other trust store configuration parameters are not set to set them to default values.
setTrustStorePass(String) - Method in class org.glassfish.grizzly.ssl.SSLContextConfigurator
Password of trust store.
setTrustStoreProvider(String) - Method in class org.glassfish.grizzly.ssl.SSLContextConfigurator
Sets the trust store provider name.
setTrustStoreType(String) - Method in class org.glassfish.grizzly.ssl.SSLContextConfigurator
Type of trust store.
setType(CometEvent.Type) - Method in class org.glassfish.grizzly.comet.CometEvent
Set the type of this object.
setType(int) - Method in class org.glassfish.grizzly.compression.lzma.impl.lz.BinTree
 
setup(NetworkListener, FilterChainBuilder) - Method in class org.glassfish.grizzly.comet.CometAddOn
 
setup(NetworkListener, FilterChainBuilder) - Method in class org.glassfish.grizzly.http.ajp.AjpAddOn
 
setup(NetworkListener, FilterChainBuilder) - Method in interface org.glassfish.grizzly.http.server.AddOn
The method, which will be invoked by HttpServer in order to initialize the AddOn on the passed NetworkListener.
setup(NetworkListener, FilterChainBuilder) - Method in class org.glassfish.grizzly.http.server.util.AggregatorAddOn
The method, which will be invoked by HttpServer in order to initialize the AddOn on the passed NetworkListener.
setup(NetworkListener, FilterChainBuilder) - Method in class org.glassfish.grizzly.websockets.WebSocketAddOn
The method, which will be invoked by HttpServer in order to initialize the AddOn on the passed NetworkListener.
setUpgrade(String) - Method in class org.glassfish.grizzly.http.HttpHeader
 
setUploadTimeout(int) - Method in class org.glassfish.grizzly.http.server.NetworkListener
 
setURI(String) - Method in class org.glassfish.grizzly.http.util.RequestURIRef
 
setUriEncoding(String) - Method in class org.glassfish.grizzly.http.server.NetworkListener
 
setUrlPattern(String) - Method in class org.glassfish.grizzly.http.server.util.AlternateDocBase
Sets the url pattern of this AlternateDocBase.
setURLPattern(String) - Method in class org.glassfish.grizzly.servlet.FilterMap
 
setUserPrincipal(Principal) - Method in class org.glassfish.grizzly.http.server.Request
Set the Principal who has been authenticated for this Request.
setValid(boolean) - Method in class org.glassfish.grizzly.http.server.Session
Set this object as validated.
setValid(boolean) - Method in class org.glassfish.grizzly.http.util.TimeStamp
 
setValue(String) - Method in class org.glassfish.grizzly.http.Cookie
Assigns a new value to a cookie after the cookie is created.
setValue(String) - Method in class org.glassfish.grizzly.http.util.MimeHeaders
Allow "set" operations - return a DataChunk container for the header value ( existing header or new if this .
setValue(Header) - Method in class org.glassfish.grizzly.http.util.MimeHeaders
Allow "set" operations - return a DataChunk container for the header value ( existing header or new if this .
setValue(byte) - Method in class org.glassfish.grizzly.samples.filterchain.GIOPMessage
 
setValue(String) - Method in class org.glassfish.grizzly.servlet.CookieWrapper
Assigns a new value to a cookie after the cookie is created.
setValue(String) - Method in class org.glassfish.grizzly.websockets.Extension.Parameter
Set the value of this parameter.
setValue1(int) - Method in class org.glassfish.grizzly.samples.jaxws.addclient.Add
Sets the value of the value1 property.
setValue2(int) - Method in class org.glassfish.grizzly.samples.jaxws.addclient.Add
Sets the value of the value2 property.
setValues(HttpResponsePacket) - Method in class org.glassfish.grizzly.http.util.HttpStatus
Sets the status and reason phrase on the specified response.
setVersion(int) - Method in class org.glassfish.grizzly.http.Cookie
Sets the version of the cookie protocol this cookie complies with.
setVersion(int) - Method in class org.glassfish.grizzly.servlet.CookieWrapper
Sets the version of the cookie protocol this cookie complies with.
setWantClientAuth(boolean) - Method in class org.glassfish.grizzly.ssl.SSLEngineConfigurator
 
setWebappResources(DirContext) - Method in class org.glassfish.grizzly.http.server.util.AlternateDocBase
Sets the non-proxied resources of this AlternateDocBase.
setWebSocket(WebSocket) - Method in class org.glassfish.grizzly.websockets.ProtocolHandler
 
setWorkerThreadPool(ExecutorService) - Method in class org.glassfish.grizzly.AbstractTransport
Set a thread pool, which will run IOEvent processing (depending on Transport IOStrategy) to let kernel threads continue their job.
setWorkerThreadPool(ExecutorService) - Method in interface org.glassfish.grizzly.Transport
Set a thread pool, which will run IOEvent processing (depending on Transport IOStrategy) to let kernel threads continue their job.
setWorkerThreadPool0(ExecutorService) - Method in class org.glassfish.grizzly.AbstractTransport
 
setWorkerThreadPoolConfig(ThreadPoolConfig) - Method in class org.glassfish.grizzly.AbstractTransport
Set the ThreadPoolConfig to be used by the worker thread pool.
setWorkerThreadPoolConfig(ThreadPoolConfig) - Method in class org.glassfish.grizzly.NIOTransportBuilder
Sets the ThreadPoolConfig that will be used to construct the ExecutorService for IOStrategies that require worker threads
setWorkerThreadPoolConfig(ThreadPoolConfig) - Method in interface org.glassfish.grizzly.Transport
Set the ThreadPoolConfig to be used by the worker thread pool.
setWrappedCookie(Cookie) - Method in class org.glassfish.grizzly.servlet.CookieWrapper
 
setWriteBufferSize(int) - Method in class org.glassfish.grizzly.AbstractTransport
Set the default size of Buffers, which will be allocated for writing data to Transport's Connections.
setWriteBufferSize(int) - Method in interface org.glassfish.grizzly.Connection
Set the default size of Buffers, which will be allocated for writing data to Connection.
setWriteBufferSize(int) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOConnection
Set the default size of Buffers, which will be allocated for writing data to Connection.
setWriteBufferSize(int) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOServerConnection
 
setWriteBufferSize(int) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOConnection
Set the default size of Buffers, which will be allocated for writing data to Connection.
setWriteBufferSize(int) - Method in class org.glassfish.grizzly.NIOTransportBuilder
 
setWriteBufferSize(int) - Method in interface org.glassfish.grizzly.Transport
Set the default size of Buffers, which will be allocated for writing data to Transport's Connections.
setWriteListener(WriteListener) - Method in class org.glassfish.grizzly.servlet.ServletOutputStreamImpl
setWriter(AsyncQueueWriter<L>) - Method in class org.glassfish.grizzly.asyncqueue.AsyncQueueIO.MutableAsyncQueueIO
 
setWriteTimeout(long, TimeUnit) - Method in class org.glassfish.grizzly.AbstractTransport
Specifies the timeout for writes.
setWriteTimeout(long, TimeUnit) - Method in interface org.glassfish.grizzly.Connection
 
setWriteTimeout(long, TimeUnit) - Method in class org.glassfish.grizzly.nio.NIOConnection
 
setWriteTimeout(long, TimeUnit) - Method in interface org.glassfish.grizzly.Transport
Specifies the timeout for writes.
setWrittenSize(long) - Method in class org.glassfish.grizzly.WriteResult
Set the number of bytes, which were written.
SEVERE_GRIZZLY_COMET_ENGINE_FLUSH_ERROR() - Static method in class org.glassfish.grizzly.localization.LogMessages
GRIZZLY0104: Response resume failed during post-execute of comet task.
SEVERE_GRIZZLY_COMET_ENGINE_INVALID_NOTIFICATION_HANDLER_ERROR(Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
GRIZZLY0103: Invalid NotificationHandler class [{0}].
SEVERE_GRIZZLY_COMET_IO_ERROR(Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
GRIZZLY0102: I/O error occurred during invocation of {0}.
SEVERE_GRIZZLY_COMETD_ONEVENT_ERROR() - Static method in class org.glassfish.grizzly.localization.LogMessages
GRIZZLY0450: Exception while processing onEvent.
SEVERE_GRIZZLY_CONFIG_SSL_CLASS_LOAD_FAILED_ERROR(Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
GRIZZLY0054: Unable to load class: {0}.
SEVERE_GRIZZLY_CONFIG_SSL_ERROR() - Static method in class org.glassfish.grizzly.localization.LogMessages
GRIZZLY0055: Can not configure SSLImplementation.
SEVERE_GRIZZLY_HTTP_DPF_PROCESSOR_TASK_ERROR() - Static method in class org.glassfish.grizzly.localization.LogMessages
GRIZZLY0189: ProcessorTask exception.
SEVERE_GRIZZLY_HTTP_GWS_IO_ERROR() - Static method in class org.glassfish.grizzly.localization.LogMessages
GRIZZLY0188: I/O error sending 404 to user agent.
SEVERE_GRIZZLY_HTTP_PROCESSOR_TASK_CREATE_REQUEST_ERROR() - Static method in class org.glassfish.grizzly.localization.LogMessages
GRIZZLY0180: Error creating internal request.
SEVERE_GRIZZLY_HTTP_PROCESSOR_TASK_FILTER_INIT_ERROR(Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
GRIZZLY0182: Error initializing filter [{0}]
SEVERE_GRIZZLY_HTTP_PROCESSOR_TASK_NON_BLOCKING_ERROR() - Static method in class org.glassfish.grizzly.localization.LogMessages
GRIZZLY0179: Unblocking keep-alive exception.
SEVERE_GRIZZLY_HTTP_PROCESSOR_TASK_REQUEST_FINISH_ERROR() - Static method in class org.glassfish.grizzly.localization.LogMessages
GRIZZLY0174: Error finishing request.
SEVERE_GRIZZLY_HTTP_PROCESSOR_TASK_REQUEST_HEADER_TOO_LARGE_ERROR() - Static method in class org.glassfish.grizzly.localization.LogMessages
GRIZZLY0178: Request header is too large.
SEVERE_GRIZZLY_HTTP_PROCESSOR_TASK_REQUEST_URI_TOO_LARGE_ERROR() - Static method in class org.glassfish.grizzly.localization.LogMessages
GRIZZLY0177: Request URI is too large.
SEVERE_GRIZZLY_HTTP_PROCESSOR_TASK_RESPONSE_FINISH_ERROR() - Static method in class org.glassfish.grizzly.localization.LogMessages
GRIZZLY0175: Error finishing response.
SEVERE_GRIZZLY_HTTP_PROCESSOR_TASK_SERVICE_ERROR() - Static method in class org.glassfish.grizzly.localization.LogMessages
GRIZZLY0176: HTTP Processing error.
SEVERE_GRIZZLY_HTTP_PROCESSOR_TASK_UNKNOWN_FILTER(Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
GRIZZLY0181: Unknown filter: {0}.
SEVERE_GRIZZLY_HTTP_SELECTOR_THREAD_CONTROLER_PROCESS_ERROR() - Static method in class org.glassfish.grizzly.localization.LogMessages
GRIZZLY0186: Exception during controller processing.
SEVERE_GRIZZLY_HTTP_SELECTOR_THREAD_CONTROLLER_START_ERROR() - Static method in class org.glassfish.grizzly.localization.LogMessages
GRIZZLY0185: Exception starting the controller.
SEVERE_GRIZZLY_HTTP_SELECTOR_THREAD_HTTP_PROCESSING_ERROR() - Static method in class org.glassfish.grizzly.localization.LogMessages
GRIZZLY0183: Exception during HTTP processing.
SEVERE_GRIZZLY_HTTP_SELECTOR_THREAD_INVALID_THREAD_FACTORY_ERROR(Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
GRIZZLY0187: Invalid ThreadFactory.
SEVERE_GRIZZLY_HTTP_SELECTOR_THREAD_START() - Static method in class org.glassfish.grizzly.localization.LogMessages
GRIZZLY0184: Exception starting end point.
SEVERE_GRIZZLY_UTILS_LOAD_CLASS_ERROR(Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
GRIZZLY0559: Unable to load class {0}.
SEVERE_GRIZZLY_UTILS_MAPPER_NO_CONTEXT_FOUND(Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
GRIZZLY0561: No context found: {0}.
SEVERE_GRIZZLY_UTILS_SSL_CERT_TRANSLATION_FAILED(Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
GRIZZLY0562: Error translating cert {0}.
SEVERE_GRIZZLY_UTILS_SSL_JSSE_ALIAS_NO_KEY_ENTRY(Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
GRIZZLY0563: Alias name {0} does not identify a key entry.
SEVERE_GRIZZLY_UTILS_SSL_JSSE_INVALID_SSL_CONF(Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
GRIZZLY0565: SSL configuration is invalid due to {0}
SEVERE_GRIZZLY_UTILS_SSL_JSSE_KEYSTORE_LOAD_FAILED(Object, Object, Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
GRIZZLY0564: Failed to load keystore type {0} with path {1} due to {2}.
SEVERE_GRIZZLY_UTILS_URI_INVALID_ENCODING(Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
GRIZZLY0560: Invalid URI encoding; {0}.
SEVERE_GRIZZLY_WS_NOT_ENABLED() - Static method in class org.glassfish.grizzly.localization.LogMessages
GRIZZLY0501: WebSockets are not enabled.
shiftLow() - Method in class org.glassfish.grizzly.compression.lzma.impl.rangecoder.RangeEncoder
 
shrink() - Method in interface org.glassfish.grizzly.Buffer
Disposes the buffer part, outside [position, limit] interval if possible.
shrink() - Method in class org.glassfish.grizzly.memory.BuffersBuffer
 
shrink() - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
 
shrink() - Method in class org.glassfish.grizzly.memory.HeapBuffer
 
shutdown(long, TimeUnit) - Method in class org.glassfish.grizzly.http.server.HttpServer
 
shutdown() - Method in class org.glassfish.grizzly.http.server.HttpServer
Gracefully shuts down the HttpServer instance.
shutdown(long, TimeUnit) - Method in class org.glassfish.grizzly.http.server.NetworkListener
 
shutdown() - Method in class org.glassfish.grizzly.http.server.NetworkListener
Gracefully shuts down the listener.
shutdown() - Method in class org.glassfish.grizzly.nio.NIOTransport
 
shutdown(long, TimeUnit) - Method in class org.glassfish.grizzly.nio.NIOTransport
Gracefully stops the transport accepting new connections and allows existing work to complete before finalizing the shutdown.
shutdown() - Method in class org.glassfish.grizzly.threadpool.AbstractThreadPool
shutdown() - Method in class org.glassfish.grizzly.threadpool.GrizzlyExecutorService
 
shutdown() - Method in interface org.glassfish.grizzly.Transport
Gracefully stops the transport accepting new connections and allows existing work to complete before finalizing the shutdown.
shutdown(long, TimeUnit) - Method in interface org.glassfish.grizzly.Transport
Gracefully stops the transport accepting new connections and allows existing work to complete before finalizing the shutdown.
ShutdownContext - Interface in org.glassfish.grizzly
This class will be passed to GracefulShutdownListener instances registered against a Transport.
shutdownForced() - Method in interface org.glassfish.grizzly.GracefulShutdownListener
Invoked when the transport is being shutdown forcefully.
shutdownFuture - Variable in class org.glassfish.grizzly.nio.NIOTransport
Future to control graceful shutdown status
ShutdownHandler - Interface in org.glassfish.grizzly.http.ajp
Handler, which will be called, once Ajp shutdown message received.
shutdownListeners - Variable in class org.glassfish.grizzly.nio.NIOTransport
 
shutdownNow() - Method in class org.glassfish.grizzly.http.server.HttpServer
Immediately shuts down the HttpServer instance.
shutdownNow() - Method in class org.glassfish.grizzly.http.server.NetworkListener
Immediately shuts down the listener.
shutdownNow() - Method in class org.glassfish.grizzly.nio.NIOTransport
Forcibly stops the transport and closes all connections.
shutdownNow() - Method in class org.glassfish.grizzly.threadpool.AbstractThreadPool
shutdownNow() - Method in class org.glassfish.grizzly.threadpool.GrizzlyExecutorService
 
shutdownNow() - Method in interface org.glassfish.grizzly.Transport
Forcibly stops the transport and closes all connections.
shutdownRequested(ShutdownContext) - Method in interface org.glassfish.grizzly.GracefulShutdownListener
Invoked when an attempt is made to shutdown the transport gracefully.
shutdownService - Variable in class org.glassfish.grizzly.nio.NIOTransport
ExecutorService hosting shutdown listener threads.
SilentConnectionFilter - Class in org.glassfish.grizzly.utils
Filter, which determines silent connections and closes them.
SilentConnectionFilter(DelayedExecutor, long, TimeUnit) - Constructor for class org.glassfish.grizzly.utils.SilentConnectionFilter
 
SimpleDateFormats - Class in org.glassfish.grizzly.http.server.util
 
SimpleDateFormats() - Constructor for class org.glassfish.grizzly.http.server.util.SimpleDateFormats
 
SimpleDynamicNIOStrategy - Class in org.glassfish.grizzly.strategies
Simple dynamic strategy, which switches I/O processing strategies, basing on statistics.
SimpleWebSocket - Class in org.glassfish.grizzly.websockets
Generic WebSocket implementation.
SimpleWebSocket(ProtocolHandler, WebSocketListener...) - Constructor for class org.glassfish.grizzly.websockets.SimpleWebSocket
 
SimpleWebSocket.State - Enum in org.glassfish.grizzly.websockets
 
simulateIOEvent(IOEvent) - Method in interface org.glassfish.grizzly.Connection
 
simulateIOEvent(IOEvent) - Method in class org.glassfish.grizzly.nio.NIOConnection
 
SingleEndpointPool<E> - Class in org.glassfish.grizzly.connectionpool
The single endpoint Connection pool implementation, in other words this pool manages Connections to one specific endpoint.
SingleEndpointPool(ConnectorHandler<E>, E, E, int, int, DelayedExecutor, long, long, long, long, int) - Constructor for class org.glassfish.grizzly.connectionpool.SingleEndpointPool
Constructs SingleEndpointPool instance.
SingleEndpointPool(ConnectorHandler<E>, E, E, int, int, DelayedExecutor.DelayQueue<SingleEndpointPool.ConnectTimeoutTask>, DelayedExecutor.DelayQueue<SingleEndpointPool.ReconnectTask>, DelayedExecutor.DelayQueue<SingleEndpointPool.KeepAliveCleanerTask>, long, long, long, long, int) - Constructor for class org.glassfish.grizzly.connectionpool.SingleEndpointPool
Constructs SingleEndpointPool instance.
SingleEndpointPool.Builder<E> - Class in org.glassfish.grizzly.connectionpool
The Builder class responsible for constructing SingleEndpointPool.
SingleEndpointPool.ConnectTimeoutTask - Class in org.glassfish.grizzly.connectionpool
 
SingleEndpointPool.ConnectTimeoutTaskResolver - Class in org.glassfish.grizzly.connectionpool
 
SingleEndpointPool.ConnectTimeoutWorker - Class in org.glassfish.grizzly.connectionpool
Connect timeout mechanism classes related to DelayedExecutor.
SingleEndpointPool.KeepAliveCleaner - Class in org.glassfish.grizzly.connectionpool
Keep-alive mechanism classes related to DelayedExecutor.
SingleEndpointPool.KeepAliveCleanerTask<E> - Class in org.glassfish.grizzly.connectionpool
 
SingleEndpointPool.KeepAliveCleanerTaskResolver - Class in org.glassfish.grizzly.connectionpool
 
SingleEndpointPool.Reconnector - Class in org.glassfish.grizzly.connectionpool
Reconnect mechanism classes related to DelayedExecutor.
SingleEndpointPool.ReconnectTask<E> - Class in org.glassfish.grizzly.connectionpool
 
SingleEndpointPool.ReconnectTaskResolver - Class in org.glassfish.grizzly.connectionpool
 
size() - Method in class org.glassfish.grizzly.asyncqueue.PushBackContext
Deprecated.
Returns the message size.
size() - Method in class org.glassfish.grizzly.asyncqueue.TaskQueue
Returns the number of queued bytes.
size() - Method in class org.glassfish.grizzly.ChainProcessorSelector
size() - Method in class org.glassfish.grizzly.connectionpool.MultiEndpointPool
Returns the current pool size.
size() - Method in class org.glassfish.grizzly.connectionpool.SingleEndpointPool
Returns the current pool size.
size() - Method in class org.glassfish.grizzly.filterchain.ListFacadeFilterChain
size() - Method in class org.glassfish.grizzly.http.util.MimeHeaders
Returns the current number of header fields.
size() - Method in class org.glassfish.grizzly.memory.AbstractBufferArray
 
size() - Method in class org.glassfish.grizzly.nio.tmpselectors.TemporarySelectorPool
 
size() - Method in class org.glassfish.grizzly.streams.BufferedInput
 
size() - Method in interface org.glassfish.grizzly.streams.Input
 
size() - Method in class org.glassfish.grizzly.streams.StreamInput
 
size() - Method in class org.glassfish.grizzly.utils.ArraySet
skip(int) - Method in class org.glassfish.grizzly.compression.lzma.impl.lz.BinTree
 
skip(long, boolean) - Method in class org.glassfish.grizzly.http.io.InputBuffer
Deprecated.
pls. use InputBuffer.skip(long), the block parameter will be ignored
skip(long) - Method in class org.glassfish.grizzly.http.io.InputBuffer
Skips the specified number of bytes/characters.
skip() - Method in class org.glassfish.grizzly.http.multipart.MultipartEntry
Skip the multipart entry processing.
skip(long) - Method in class org.glassfish.grizzly.servlet.ServletInputStreamImpl
skip(long) - Method in class org.glassfish.grizzly.servlet.ServletReaderImpl
 
skip(int) - Method in class org.glassfish.grizzly.streams.AbstractStreamReader
 
skip(int) - Method in class org.glassfish.grizzly.streams.BufferedInput
 
skip(int) - Method in interface org.glassfish.grizzly.streams.Input
 
skip(int) - Method in class org.glassfish.grizzly.streams.StreamInput
 
skip(int) - Method in interface org.glassfish.grizzly.streams.StreamReader
 
skip(long) - Method in class org.glassfish.grizzly.utils.BufferInputStream
skipChar(char) - Method in class org.glassfish.grizzly.http.server.util.StringParser
Advance the current parsing position while it is pointing at the specified character, or until it moves past the end of the string.
skipPostBody(int) - Method in class org.glassfish.grizzly.http.server.Request
Skips the POST body of this request.
skipSpaces(Buffer, int, int) - Static method in class org.glassfish.grizzly.http.util.HttpCodecUtils
 
skipSpaces(byte[], int, int, int) - Static method in class org.glassfish.grizzly.http.util.HttpCodecUtils
 
skipText() - Method in class org.glassfish.grizzly.http.server.util.StringParser
Advance the current parsing position while it is pointing at a non-whitespace character, or until it moves past the end of the string.
skipWhite() - Method in class org.glassfish.grizzly.http.server.util.StringParser
Advance the current parsing position while it is pointing at a whitespace character, or until it moves past the end of the string.
slice() - Method in interface org.glassfish.grizzly.Buffer
Creates a new Buffer whose content is a shared subsequence of this buffer's content.
slice(int, int) - Method in interface org.glassfish.grizzly.Buffer
Creates a new Buffer whose content is a shared subsequence of this buffer's content.
slice(ByteBuffer, int) - Static method in class org.glassfish.grizzly.memory.Buffers
Slice ByteBuffer of required size from big chunk.
slice(ByteBuffer, int, int) - Static method in class org.glassfish.grizzly.memory.Buffers
Get the ByteBuffer's slice basing on its passed position and limit.
slice() - Method in class org.glassfish.grizzly.memory.BuffersBuffer
 
slice(int, int) - Method in class org.glassfish.grizzly.memory.BuffersBuffer
 
slice() - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
 
slice(int, int) - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
 
slice() - Method in class org.glassfish.grizzly.memory.HeapBuffer
 
slice(int, int) - Method in class org.glassfish.grizzly.memory.HeapBuffer
 
SocketAcceptor - Interface in org.glassfish.grizzly
Common interface for SocketAcceptor implementations.
SocketBinder - Interface in org.glassfish.grizzly
Common API for Socket based Transports, which are able to bind server Socket to specific address and listen for incoming data.
SocketConnectorHandler - Interface in org.glassfish.grizzly
Socket based client side connector.
SP - Static variable in class org.glassfish.grizzly.http.server.Constants
SP.
SP - Static variable in class org.glassfish.grizzly.http.util.Constants
SP.
spaceInBytes() - Method in class org.glassfish.grizzly.asyncqueue.TaskQueue
Returns the number of queued bytes.
split(int) - Method in interface org.glassfish.grizzly.Buffer
Split up the buffer into two parts: [0..splitPosition) and [splitPosition, capacity).
split(int) - Method in class org.glassfish.grizzly.memory.BuffersBuffer
 
split(int) - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
 
split(int) - Method in class org.glassfish.grizzly.memory.HeapBuffer
Split up the buffer into two parts: [0..splitPosition) and [splitPosition, capacity).
split(String) - Method in class org.glassfish.grizzly.websockets.HandShake
 
SSL_CERTIFICATE_ATTR - Static variable in class org.glassfish.grizzly.http.server.util.Globals
SSL Certificate Request Attributite.
SSLBaseFilter - Class in org.glassfish.grizzly.ssl
SSL Filter to operate with SSL encrypted data.
SSLBaseFilter() - Constructor for class org.glassfish.grizzly.ssl.SSLBaseFilter
 
SSLBaseFilter(SSLEngineConfigurator) - Constructor for class org.glassfish.grizzly.ssl.SSLBaseFilter
Build SSLFilter with the given SSLEngineConfigurator.
SSLBaseFilter(SSLEngineConfigurator, boolean) - Constructor for class org.glassfish.grizzly.ssl.SSLBaseFilter
Build SSLFilter with the given SSLEngineConfigurator.
SSLBaseFilter.CertificateEvent - Class in org.glassfish.grizzly.ssl
 
SSLBaseFilter.HandshakeListener - Interface in org.glassfish.grizzly.ssl
 
SSLCodec - Class in org.glassfish.grizzly.ssl
SSL Codec, which contains SSL encoder and decoder Transformers.
SSLCodec(SSLContextConfigurator) - Constructor for class org.glassfish.grizzly.ssl.SSLCodec
 
SSLCodec(SSLContext) - Constructor for class org.glassfish.grizzly.ssl.SSLCodec
 
SSLConnectionContext - Class in org.glassfish.grizzly.ssl
SSL context associated with a Connection.
SSLConnectionContext(Connection) - Constructor for class org.glassfish.grizzly.ssl.SSLConnectionContext
 
sslContext - Variable in class org.glassfish.grizzly.ssl.SSLEngineConfigurator
 
sslContextConfiguration - Variable in class org.glassfish.grizzly.ssl.SSLEngineConfigurator
 
SSLContextConfigurator - Class in org.glassfish.grizzly.ssl
Utility class, which helps to configure SSLContext.
SSLContextConfigurator() - Constructor for class org.glassfish.grizzly.ssl.SSLContextConfigurator
Default constructor.
SSLContextConfigurator(boolean) - Constructor for class org.glassfish.grizzly.ssl.SSLContextConfigurator
Constructor that allows you creating empty configuration.
SSLDecoderTransformer - Class in org.glassfish.grizzly.ssl
Transformer, which decodes SSL encrypted data, contained in the input Buffer, to the output Buffer.
SSLDecoderTransformer() - Constructor for class org.glassfish.grizzly.ssl.SSLDecoderTransformer
 
SSLDecoderTransformer(MemoryManager) - Constructor for class org.glassfish.grizzly.ssl.SSLDecoderTransformer
 
SSLEchoClient - Class in org.glassfish.grizzly.samples.ssl
The simple FilterChain based SSL client, which sends a message to the echo server and waits for response.
SSLEchoClient() - Constructor for class org.glassfish.grizzly.samples.ssl.SSLEchoClient
 
SSLEchoServer - Class in org.glassfish.grizzly.samples.ssl
Class initializes and starts the SSL echo server, based on Grizzly 2.0 We use the EchoFilter from echo example.
SSLEchoServer() - Constructor for class org.glassfish.grizzly.samples.ssl.SSLEchoServer
 
SSLEncoderTransformer - Class in org.glassfish.grizzly.ssl
Transformer, which encrypts plain data, contained in the input Buffer, into SSL/TLS data and puts the result to the output Buffer.
SSLEncoderTransformer() - Constructor for class org.glassfish.grizzly.ssl.SSLEncoderTransformer
 
SSLEncoderTransformer(MemoryManager) - Constructor for class org.glassfish.grizzly.ssl.SSLEncoderTransformer
 
SSLEngineConfigurator - Class in org.glassfish.grizzly.ssl
Utility class, which helps to configure SSLEngine.
SSLEngineConfigurator(SSLContext) - Constructor for class org.glassfish.grizzly.ssl.SSLEngineConfigurator
Create SSL Engine configuration basing on passed SSLContext.
SSLEngineConfigurator(SSLContext, boolean, boolean, boolean) - Constructor for class org.glassfish.grizzly.ssl.SSLEngineConfigurator
Create SSL Engine configuration basing on passed SSLContext, using passed client mode, need/want client auth parameters.
SSLEngineConfigurator(SSLContextConfigurator) - Constructor for class org.glassfish.grizzly.ssl.SSLEngineConfigurator
Create SSL Engine configuration basing on passed SSLContextConfigurator.
SSLEngineConfigurator(SSLContextConfigurator, boolean, boolean, boolean) - Constructor for class org.glassfish.grizzly.ssl.SSLEngineConfigurator
Create SSL Engine configuration basing on passed SSLContextConfigurator.
SSLEngineConfigurator(SSLEngineConfigurator) - Constructor for class org.glassfish.grizzly.ssl.SSLEngineConfigurator
 
SSLEngineConfigurator() - Constructor for class org.glassfish.grizzly.ssl.SSLEngineConfigurator
 
SSLFilter - Class in org.glassfish.grizzly.ssl
SSL Filter to operate with SSL encrypted data.
SSLFilter() - Constructor for class org.glassfish.grizzly.ssl.SSLFilter
 
SSLFilter(SSLEngineConfigurator, SSLEngineConfigurator) - Constructor for class org.glassfish.grizzly.ssl.SSLFilter
Build SSLFilter with the given SSLEngineConfigurator.
SSLFilter(SSLEngineConfigurator, SSLEngineConfigurator, boolean) - Constructor for class org.glassfish.grizzly.ssl.SSLFilter
Build SSLFilter with the given SSLEngineConfigurator.
SSLHandshakeCondition(StreamReader, StreamWriter, SSLEngineConfigurator, SSLEngine, SSLStreamWriter.HandshakeCompletionHandler) - Constructor for class org.glassfish.grizzly.ssl.SSLStreamWriter.SSLHandshakeCondition
 
SSLProtocolFinder - Class in org.glassfish.grizzly.portunif.finders
 
SSLProtocolFinder(SSLEngineConfigurator) - Constructor for class org.glassfish.grizzly.portunif.finders.SSLProtocolFinder
 
SSLStreamReader - Class in org.glassfish.grizzly.ssl
SSL aware StreamReader implementation, which work like a wrapper over existing StreamReader.
SSLStreamReader(StreamReader) - Constructor for class org.glassfish.grizzly.ssl.SSLStreamReader
 
SSLStreamWriter - Class in org.glassfish.grizzly.ssl
SSL aware StreamWriter implementation, which work like a wrapper over existing StreamWriter.
SSLStreamWriter(StreamWriter) - Constructor for class org.glassfish.grizzly.ssl.SSLStreamWriter
 
SSLStreamWriter.HandshakeCompletionHandler - Class in org.glassfish.grizzly.ssl
 
SSLStreamWriter.SSLHandshakeCondition - Class in org.glassfish.grizzly.ssl
 
SSLSupport - Interface in org.glassfish.grizzly.ssl
SSLSupport Interface for SSL-specific functions
SSLSupport.CipherData - Class in org.glassfish.grizzly.ssl
Simple data class that represents the cipher being used, along with the corresponding effective key size.
SSLSupportImpl - Class in org.glassfish.grizzly.ssl
 
SSLSupportImpl(Connection) - Constructor for class org.glassfish.grizzly.ssl.SSLSupportImpl
 
SSLUtils - Class in org.glassfish.grizzly.ssl
Utility class, which implements the set of useful SSL related operations.
SSLUtils() - Constructor for class org.glassfish.grizzly.ssl.SSLUtils
 
StandaloneProcessor - Class in org.glassfish.grizzly
Processor, which is not interested in processing I/O events.
StandaloneProcessor() - Constructor for class org.glassfish.grizzly.StandaloneProcessor
 
StandaloneProcessorSelector - Class in org.glassfish.grizzly
ProcessorSelector, which doesn't add any Processor to process occurred IOEvent.
StandaloneProcessorSelector() - Constructor for class org.glassfish.grizzly.StandaloneProcessorSelector
 
start - Variable in class org.glassfish.grizzly.http.HttpCodecFilter.HeaderParsingState
 
start() - Method in class org.glassfish.grizzly.http.server.HttpHandler
Called when the HttpHandler's container is started by invoking HttpServer.start().
start() - Method in class org.glassfish.grizzly.http.server.HttpHandlerChain
 
start() - Method in class org.glassfish.grizzly.http.server.HttpServer
Starts the HttpServer.
start() - Method in class org.glassfish.grizzly.http.server.NetworkListener
Starts the listener.
start() - Method in class org.glassfish.grizzly.jaxws.JaxwsHandler
Called when the HttpHandler's container is started by invoking HttpServer.start().
start() - Method in class org.glassfish.grizzly.nio.NIOTransport
Start TCPNIOTransport.
start() - Method in class org.glassfish.grizzly.nio.SelectorRunner
 
start() - Method in class org.glassfish.grizzly.servlet.ServletHandler
Called when the HttpHandler's container is started by invoking HttpServer.start().
start() - Method in interface org.glassfish.grizzly.threadpool.WorkerThread
 
start() - Method in interface org.glassfish.grizzly.Transport
Starts the transport
start() - Method in class org.glassfish.grizzly.utils.DelayedExecutor
 
START_ATTR - Static variable in class org.glassfish.grizzly.http.multipart.MultipartContext
 
START_INFO_ATTR - Static variable in class org.glassfish.grizzly.http.multipart.MultipartContext
 
startAsync() - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
startAsync(ServletRequest, ServletResponse) - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
startSelectorRunners() - Method in class org.glassfish.grizzly.nio.NIOTransport
 
startsWith(Buffer, int, int, byte[]) - Static method in class org.glassfish.grizzly.http.util.BufferChunk
 
startsWith(String) - Method in class org.glassfish.grizzly.http.util.ByteChunk
Returns true if the message bytes starts with the specified string.
startsWith(String, int) - Method in class org.glassfish.grizzly.http.util.ByteChunk
Returns true if the message bytes starts with the specified string.
startsWith(byte[]) - Method in class org.glassfish.grizzly.http.util.ByteChunk
 
startsWith(byte[], int, int, byte[]) - Static method in class org.glassfish.grizzly.http.util.ByteChunk
 
startsWith(String) - Method in class org.glassfish.grizzly.http.util.CharChunk
Returns true if the message bytes starts with the specified string.
startsWith(String, int) - Method in class org.glassfish.grizzly.http.util.DataChunk
Returns true if the DataChunk starts with the specified string.
startsWith(String) - Method in class org.glassfish.grizzly.http.util.MessageBytes
Returns true if the message bytes starts with the specified string.
startsWithIgnoreCase(String, int) - Method in class org.glassfish.grizzly.http.util.BufferChunk
 
startsWithIgnoreCase(String, int) - Method in class org.glassfish.grizzly.http.util.ByteChunk
Returns true if the message bytes starts with the specified string.
startsWithIgnoreCase(String, int) - Method in class org.glassfish.grizzly.http.util.CharChunk
Returns true if the message bytes starts with the specified string.
startsWithIgnoreCase(String, int) - Method in class org.glassfish.grizzly.http.util.DataChunk
Returns true if the DataChunk starts with the specified string.
startsWithIgnoreCase(String, int) - Method in class org.glassfish.grizzly.http.util.MessageBytes
Returns true if the message bytes starts with the specified string.
startWorker(AbstractThreadPool.Worker) - Method in class org.glassfish.grizzly.threadpool.AbstractThreadPool
must hold statelock while calling this method.
startWorker(AbstractThreadPool.Worker) - Method in class org.glassfish.grizzly.threadpool.SyncThreadPool
 
state - Variable in class org.glassfish.grizzly.AbstractTransport
Transport state controller
state - Variable in class org.glassfish.grizzly.compression.lzma.LZMADecoder.LZMAInputState
 
state() - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
Get the current processing task state.
state - Variable in class org.glassfish.grizzly.http.HttpCodecFilter.HeaderParsingState
 
state - Variable in class org.glassfish.grizzly.websockets.SimpleWebSocket
 
state31 - Variable in class org.glassfish.grizzly.compression.lzma.LZMADecoder.LZMAInputState
 
state311 - Variable in class org.glassfish.grizzly.compression.lzma.LZMADecoder.LZMAInputState
 
state311Distance - Variable in class org.glassfish.grizzly.compression.lzma.LZMADecoder.LZMAInputState
 
state32 - Variable in class org.glassfish.grizzly.compression.lzma.LZMADecoder.LZMAInputState
 
state321 - Variable in class org.glassfish.grizzly.compression.lzma.LZMADecoder.LZMAInputState
 
state321NumDirectBits - Variable in class org.glassfish.grizzly.compression.lzma.LZMADecoder.LZMAInputState
 
state32PosSlot - Variable in class org.glassfish.grizzly.compression.lzma.LZMADecoder.LZMAInputState
 
state3Len - Variable in class org.glassfish.grizzly.compression.lzma.LZMADecoder.LZMAInputState
 
stateAttr - Variable in class org.glassfish.grizzly.AbstractTransformer
 
stateful() - Static method in class org.glassfish.grizzly.filterchain.FilterChainBuilder
 
StateHolder<E> - Class in org.glassfish.grizzly.utils
Class, which holds the state.
StateHolder() - Constructor for class org.glassfish.grizzly.utils.StateHolder
Constructs StateHolder.
StateHolder(E) - Constructor for class org.glassfish.grizzly.utils.StateHolder
Constructs StateHolder.
StateHolder.ConditionElement<E> - Class in org.glassfish.grizzly.utils
 
stateInit() - Static method in class org.glassfish.grizzly.compression.lzma.impl.Base
 
stateIsCharState(int) - Static method in class org.glassfish.grizzly.compression.lzma.impl.Base
 
stateless() - Static method in class org.glassfish.grizzly.filterchain.FilterChainBuilder
 
StatelessFilterChainBuilder() - Constructor for class org.glassfish.grizzly.filterchain.FilterChainBuilder.StatelessFilterChainBuilder
 
stateLock - Variable in class org.glassfish.grizzly.threadpool.AbstractThreadPool
 
stateUpdateChar(int) - Static method in class org.glassfish.grizzly.compression.lzma.impl.Base
 
stateUpdateMatch(int) - Static method in class org.glassfish.grizzly.compression.lzma.impl.Base
 
stateUpdateRep(int) - Static method in class org.glassfish.grizzly.compression.lzma.impl.Base
 
stateUpdateShortRep(int) - Static method in class org.glassfish.grizzly.compression.lzma.impl.Base
 
staticBitIndex - Variable in class org.glassfish.grizzly.compression.lzma.LZMADecoder.LZMAInputState
 
staticHolder(T) - Static method in class org.glassfish.grizzly.utils.Holder
 
StaticHttpHandler - Class in org.glassfish.grizzly.http.server
HttpHandler, which processes requests to a static resources.
StaticHttpHandler() - Constructor for class org.glassfish.grizzly.http.server.StaticHttpHandler
Create HttpHandler, which, by default, will handle requests to the static resources located in the current directory.
StaticHttpHandler(String...) - Constructor for class org.glassfish.grizzly.http.server.StaticHttpHandler
Create a new instance which will look for static pages located under the docRoot.
StaticHttpHandler(Set<String>) - Constructor for class org.glassfish.grizzly.http.server.StaticHttpHandler
Create a new instance which will look for static pages located under the docRoot.
StaticHttpHandlerBase - Class in org.glassfish.grizzly.http.server
The basic class for HttpHandler implementations, which processes requests to a static resources.
StaticHttpHandlerBase() - Constructor for class org.glassfish.grizzly.http.server.StaticHttpHandlerBase
 
staticIntHolder(int) - Static method in class org.glassfish.grizzly.utils.Holder
 
staticM - Variable in class org.glassfish.grizzly.compression.lzma.LZMADecoder.LZMAInputState
 
staticReverseDecodeMethodState - Variable in class org.glassfish.grizzly.compression.lzma.LZMADecoder.LZMAInputState
 
staticSymbol - Variable in class org.glassfish.grizzly.compression.lzma.LZMADecoder.LZMAInputState
 
status - Variable in class org.glassfish.grizzly.http.HttpResponsePacket.Builder
 
status(int) - Method in class org.glassfish.grizzly.http.HttpResponsePacket.Builder
Sets the status code for this response.
STATUS_CODE_ATTR - Static variable in class org.glassfish.grizzly.http.server.util.Globals
The request attribute under which we forward an HTTP status code (as an object of type Integer) to an error page.
statusMatches(int) - Method in class org.glassfish.grizzly.http.util.HttpStatus
 
stop() - Method in class org.glassfish.grizzly.AbstractTransport
Deprecated.
stop() - Method in class org.glassfish.grizzly.http.server.HttpServer
Deprecated.
stop() - Method in class org.glassfish.grizzly.http.server.NetworkListener
stop() - Method in class org.glassfish.grizzly.nio.SelectorRunner
 
stop() - Method in interface org.glassfish.grizzly.threadpool.WorkerThread
 
stop() - Method in interface org.glassfish.grizzly.Transport
Deprecated.
stop() - Method in class org.glassfish.grizzly.utils.DelayedExecutor
 
stopSelectorRunners() - Method in class org.glassfish.grizzly.nio.NIOTransport
 
strategy - Variable in class org.glassfish.grizzly.AbstractTransport
Transport strategy
Stream - Interface in org.glassfish.grizzly.streams
Common interface for Stream readers and writers.
stream(boolean, byte[], int, int) - Method in class org.glassfish.grizzly.websockets.ProtocolHandler
 
stream(boolean, String) - Method in class org.glassfish.grizzly.websockets.ProtocolHandler
 
stream(boolean, String) - Method in class org.glassfish.grizzly.websockets.SimpleWebSocket
 
stream(boolean, byte[], int, int) - Method in class org.glassfish.grizzly.websockets.SimpleWebSocket
 
stream(boolean, String) - Method in interface org.glassfish.grizzly.websockets.WebSocket
Sends a fragment of a complete message.
stream(boolean, byte[], int, int) - Method in interface org.glassfish.grizzly.websockets.WebSocket
Sends a fragment of a complete message.
StreamDecodeCondition<E> - Class in org.glassfish.grizzly.streams
 
StreamDecodeCondition(StreamReader, Transformer<Stream, E>, ResultAware<E>) - Constructor for class org.glassfish.grizzly.streams.StreamDecodeCondition
 
StreamInput - Class in org.glassfish.grizzly.streams
 
StreamInput(StreamReader) - Constructor for class org.glassfish.grizzly.streams.StreamInput
 
StreamOutput - Class in org.glassfish.grizzly.streams
 
StreamOutput(StreamWriter) - Constructor for class org.glassfish.grizzly.streams.StreamOutput
 
StreamReader - Interface in org.glassfish.grizzly.streams
Interface that defines methods for reading primitive types and arrays of primitive types from a stream.
StreamWriter - Interface in org.glassfish.grizzly.streams
Write the primitive Java types and arrays of primitives to some data sink.
STRICT_UTF8_CHARSET - Static variable in class org.glassfish.grizzly.websockets.DataFrame
 
STRICT_UTF8_MAX_BYTES_PER_CHAR - Static variable in class org.glassfish.grizzly.websockets.DataFrame
 
StrictUtf8 - Class in org.glassfish.grizzly.websockets
 
StrictUtf8() - Constructor for class org.glassfish.grizzly.websockets.StrictUtf8
 
StrictUtf8.Encoder - Class in org.glassfish.grizzly.websockets
 
StrictUtf8.Parser - Class in org.glassfish.grizzly.websockets
Surrogate parsing support.
strictVersionOneCompliant - Variable in class org.glassfish.grizzly.http.CookiesBuilder.AbstractCookiesBuilder
 
StringCache - Class in org.glassfish.grizzly.http.util
This class implements a String cache for ByteChunk and CharChunk.
StringCache() - Constructor for class org.glassfish.grizzly.http.util.StringCache
 
StringCache.ByteEntry - Class in org.glassfish.grizzly.http.util
 
StringCache.CharEntry - Class in org.glassfish.grizzly.http.util
 
StringDecoder - Class in org.glassfish.grizzly.utils
String decoder, which decodes Buffer to String
StringDecoder() - Constructor for class org.glassfish.grizzly.utils.StringDecoder
 
StringDecoder(String) - Constructor for class org.glassfish.grizzly.utils.StringDecoder
 
StringDecoder(Charset) - Constructor for class org.glassfish.grizzly.utils.StringDecoder
 
StringDecoder(Charset, String) - Constructor for class org.glassfish.grizzly.utils.StringDecoder
 
StringEncoder - Class in org.glassfish.grizzly.utils
String decoder, which decodes Buffer to String
StringEncoder() - Constructor for class org.glassfish.grizzly.utils.StringEncoder
 
StringEncoder(String) - Constructor for class org.glassfish.grizzly.utils.StringEncoder
 
StringEncoder(Charset) - Constructor for class org.glassfish.grizzly.utils.StringEncoder
 
StringEncoder(Charset, String) - Constructor for class org.glassfish.grizzly.utils.StringEncoder
 
StringFilter - Class in org.glassfish.grizzly.utils
StringFilter implementation, which performs Buffer <-> String transformation.
StringFilter() - Constructor for class org.glassfish.grizzly.utils.StringFilter
 
StringFilter(Charset) - Constructor for class org.glassfish.grizzly.utils.StringFilter
 
StringFilter(Charset, String) - Constructor for class org.glassfish.grizzly.utils.StringFilter
 
StringManager - Class in org.glassfish.grizzly.http.util
An internationalization / localization helper class which reduces the bother of handling ResourceBundles and takes care of the common cases of message formatting which otherwise require the creation of Object arrays and such.
StringParser - Class in org.glassfish.grizzly.http.server.util
Utility class for string parsing that is higher performance than StringParser for simple delimited text cases.
StringParser() - Constructor for class org.glassfish.grizzly.http.server.util.StringParser
Construct a string parser with no preset string to be parsed.
StringParser(String) - Constructor for class org.glassfish.grizzly.http.server.util.StringParser
Construct a string parser that is initialized to parse the specified string.
stringTerminateBytes - Variable in class org.glassfish.grizzly.utils.StringDecoder
 
stringTerminator - Variable in class org.glassfish.grizzly.utils.StringEncoder
 
SubClient - Class in org.glassfish.grizzly.samples.portunif
Client app, which tests deployed SUB-service.
SubClient() - Constructor for class org.glassfish.grizzly.samples.portunif.SubClient
 
SubClientMessageFilter - Class in org.glassfish.grizzly.samples.portunif.subservice
The SUB-service message parser/serializer, which is responsible for parsing SubResponseMessage and serializing SubRequestMessage.
SubClientMessageFilter() - Constructor for class org.glassfish.grizzly.samples.portunif.subservice.SubClientMessageFilter
 
subHeapSize(long) - Method in class org.glassfish.grizzly.http.server.filecache.FileCache
 
subject - Variable in class org.glassfish.grizzly.http.server.Request
The Subject associated with the current AccessControllerContext
SUBJECT_ATTR - Static variable in class org.glassfish.grizzly.http.server.util.Globals
The subject under which the AccessControlContext is running.
subList(int, int) - Method in class org.glassfish.grizzly.ChainProcessorSelector
subList(int, int) - Method in class org.glassfish.grizzly.filterchain.DefaultFilterChain
 
subMappedMemorySize(long) - Method in class org.glassfish.grizzly.http.server.filecache.FileCache
 
subProtocol - Variable in class org.glassfish.grizzly.websockets.HandShake
 
SubProtocolFinder - Class in org.glassfish.grizzly.samples.portunif.subservice
ProtocolFinder, responsible to determine if incoming byte buffer represents SUB-service request.
SubProtocolFinder() - Constructor for class org.glassfish.grizzly.samples.portunif.subservice.SubProtocolFinder
 
SubRequestMessage - Class in org.glassfish.grizzly.samples.portunif.subservice
SUB-service request message
SubRequestMessage(int, int) - Constructor for class org.glassfish.grizzly.samples.portunif.subservice.SubRequestMessage
Construct Request message
SubResponseMessage - Class in org.glassfish.grizzly.samples.portunif.subservice
ADD-service request message
SubResponseMessage(int) - Constructor for class org.glassfish.grizzly.samples.portunif.subservice.SubResponseMessage
Construct Response message
SubServerMessageFilter - Class in org.glassfish.grizzly.samples.portunif.subservice
The SUB-service message parser/serializer, which is responsible for parsing SubRequestMessage and serializing SubResponseMessage.
SubServerMessageFilter() - Constructor for class org.glassfish.grizzly.samples.portunif.subservice.SubServerMessageFilter
 
SubServiceFilter - Class in org.glassfish.grizzly.samples.portunif.subservice
The SUB-service Filter, responsible for subtracting two values :)
SubServiceFilter() - Constructor for class org.glassfish.grizzly.samples.portunif.subservice.SubServiceFilter
 
subState - Variable in class org.glassfish.grizzly.http.HttpCodecFilter.HeaderParsingState
 
substract() - Method in class org.glassfish.grizzly.http.util.ByteChunk
 
substract(ByteChunk) - Method in class org.glassfish.grizzly.http.util.ByteChunk
 
substract(byte[], int, int) - Method in class org.glassfish.grizzly.http.util.ByteChunk
 
substract() - Method in class org.glassfish.grizzly.http.util.CharChunk
 
substract(CharChunk) - Method in class org.glassfish.grizzly.http.util.CharChunk
 
substract(char[], int, int) - Method in class org.glassfish.grizzly.http.util.CharChunk
 
suspend() - Method in class org.glassfish.grizzly.Context
Notify Context its processing will be suspended in the current thread.
suspend() - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
Suspend processing of the current task
suspend() - Method in class org.glassfish.grizzly.http.server.Response
Suspend the Response.
suspend(long, TimeUnit) - Method in class org.glassfish.grizzly.http.server.Response
Deprecated.
timeout parameters don't make any sense without CompletionHandler
suspend(long, TimeUnit, CompletionHandler<Response>) - Method in class org.glassfish.grizzly.http.server.Response
Suspend the Response.
suspend(long, TimeUnit, CompletionHandler<Response>, TimeoutHandler) - Method in class org.glassfish.grizzly.http.server.Response
Suspend the Response.
suspend() - Method in class org.glassfish.grizzly.http.server.SuspendStatus
 
SuspendContext - Interface in org.glassfish.grizzly.http.server
Interface represents a context of the suspended Response.
SuspendedContextImpl() - Constructor for class org.glassfish.grizzly.http.server.Response.SuspendedContextImpl
 
SuspendStatus - Class in org.glassfish.grizzly.http.server
 
SuspendStatus() - Constructor for class org.glassfish.grizzly.http.server.SuspendStatus
 
SWITCHING_PROTOCOLS_101 - Static variable in class org.glassfish.grizzly.http.util.HttpStatus
 
switchToNewSelector() - Method in class org.glassfish.grizzly.nio.SelectorRunner
 
SyncThreadPool - Class in org.glassfish.grizzly.threadpool
ExecutorService implementation, which function the similar way as former Grizzly 1.x Pipeline based thread pools.
SyncThreadPool(ThreadPoolConfig) - Constructor for class org.glassfish.grizzly.threadpool.SyncThreadPool
 
SyncThreadPool.SyncThreadWorker - Class in org.glassfish.grizzly.threadpool
 
SyncThreadWorker(boolean) - Constructor for class org.glassfish.grizzly.threadpool.SyncThreadPool.SyncThreadWorker
 

T

t - Variable in class org.glassfish.grizzly.threadpool.AbstractThreadPool.Worker
 
T_BYTES - Static variable in class org.glassfish.grizzly.http.util.MessageBytes
getType() is T_STR if the the object used to create the MessageBytes was a byte[]
T_CHARS - Static variable in class org.glassfish.grizzly.http.util.MessageBytes
getType() is T_STR if the the object used to create the MessageBytes was a char[]
T_NULL - Static variable in class org.glassfish.grizzly.http.util.MessageBytes
 
T_STR - Static variable in class org.glassfish.grizzly.http.util.MessageBytes
getType() is T_STR if the the object used to create the MessageBytes was a String
take(EndpointKey<E>) - Method in class org.glassfish.grizzly.connectionpool.MultiEndpointPool
Obtains a Connection to the specified endpoint from the pool in non-blocking/asynchronous fashion.
take(EndpointKey<E>, CompletionHandler<Connection>) - Method in class org.glassfish.grizzly.connectionpool.MultiEndpointPool
Obtains a Connection to the specified endpoint from the pool in non-blocking/asynchronous fashion.
take() - Method in class org.glassfish.grizzly.connectionpool.SingleEndpointPool
Obtains a Connection from the pool in non-blocking/asynchronous fashion.
take(CompletionHandler<Connection>) - Method in class org.glassfish.grizzly.connectionpool.SingleEndpointPool
Obtains a Connection from the pool in non-blocking/asynchronous fashion.
take(ThreadCache.CachedTypeIndex<E>) - Method in class org.glassfish.grizzly.ThreadCache.ObjectCache
Take the cached object with the given type index from cache.
take() - Method in class org.glassfish.grizzly.ThreadCache.ObjectCacheElement
Take (poll) the object from cache.
takeBuffer() - Method in class org.glassfish.grizzly.streams.BufferedInput
 
takeBuffer() - Method in interface org.glassfish.grizzly.streams.Input
Takes the Input's Buffer.
takeBuffer() - Method in class org.glassfish.grizzly.streams.StreamInput
 
takeBufferWindow() - Method in class org.glassfish.grizzly.streams.AbstractStreamReader
takeBufferWindow() - Method in interface org.glassfish.grizzly.streams.StreamReader
 
takeFromCache(ThreadCache.CachedTypeIndex<E>) - Static method in class org.glassfish.grizzly.ThreadCache
Take the cached object with the given type index from cache.
takeFromCache(ThreadCache.CachedTypeIndex<E>) - Method in class org.glassfish.grizzly.threadpool.DefaultWorkerThread
Take the cached object with the given type index from cache.
TaskQueue<E extends AsyncQueueRecord> - Class in org.glassfish.grizzly.asyncqueue
Class represents common implementation of asynchronous processing queue.
TaskQueue(TaskQueue.MutableMaxQueueSize) - Constructor for class org.glassfish.grizzly.asyncqueue.TaskQueue
 
TaskQueue.MutableMaxQueueSize - Interface in org.glassfish.grizzly.asyncqueue
 
TCPNIOAsyncQueueReader - Class in org.glassfish.grizzly.nio.transport
The TCP transport AsyncQueueReader implementation, based on the Java NIO
TCPNIOAsyncQueueReader(NIOTransport) - Constructor for class org.glassfish.grizzly.nio.transport.TCPNIOAsyncQueueReader
 
TCPNIOAsyncQueueWriter - Class in org.glassfish.grizzly.nio.transport
The TCP transport AsyncQueueWriter implementation, based on the Java NIO
TCPNIOAsyncQueueWriter(NIOTransport) - Constructor for class org.glassfish.grizzly.nio.transport.TCPNIOAsyncQueueWriter
 
TCPNIOBindingHandler - Class in org.glassfish.grizzly.nio.transport
This class may be used to apply a custom Processor and/or ProcessorSelector atomically within a bind operation - not something that can normally be done using the TCPNIOTransport alone.
TCPNIOBindingHandler.Builder - Class in org.glassfish.grizzly.nio.transport
 
TCPNIOConnection - Class in org.glassfish.grizzly.nio.transport
Connection implementation for the TCPNIOTransport
TCPNIOConnection(TCPNIOTransport, SelectableChannel) - Constructor for class org.glassfish.grizzly.nio.transport.TCPNIOConnection
 
TCPNIOConnection.ConnectResultHandler - Interface in org.glassfish.grizzly.nio.transport
This interface implementations can be used to be notified about the TCPNIOConnection connect state.
TCPNIOConnectorHandler - Class in org.glassfish.grizzly.nio.transport
TCP NIO transport client side ConnectorHandler implementation
TCPNIOConnectorHandler(TCPNIOTransport) - Constructor for class org.glassfish.grizzly.nio.transport.TCPNIOConnectorHandler
 
TCPNIOConnectorHandler.Builder - Class in org.glassfish.grizzly.nio.transport
 
TCPNIOServerConnection - Class in org.glassfish.grizzly.nio.transport
 
TCPNIOServerConnection(TCPNIOTransport, ServerSocketChannel) - Constructor for class org.glassfish.grizzly.nio.transport.TCPNIOServerConnection
 
TCPNIOServerConnection.RegisterAcceptedChannelCompletionHandler - Class in org.glassfish.grizzly.nio.transport
 
TCPNIOTemporarySelectorReader - Class in org.glassfish.grizzly.nio.transport
 
TCPNIOTemporarySelectorReader(TCPNIOTransport) - Constructor for class org.glassfish.grizzly.nio.transport.TCPNIOTemporarySelectorReader
 
TCPNIOTemporarySelectorWriter - Class in org.glassfish.grizzly.nio.transport
 
TCPNIOTemporarySelectorWriter(TCPNIOTransport) - Constructor for class org.glassfish.grizzly.nio.transport.TCPNIOTemporarySelectorWriter
 
TCPNIOTransport - Class in org.glassfish.grizzly.nio.transport.jmx
TCP NIO Transport JMX object.
TCPNIOTransport(TCPNIOTransport) - Constructor for class org.glassfish.grizzly.nio.transport.jmx.TCPNIOTransport
 
TCPNIOTransport - Class in org.glassfish.grizzly.nio.transport
TCP Transport NIO implementation
TCPNIOTransport() - Constructor for class org.glassfish.grizzly.nio.transport.TCPNIOTransport
 
TCPNIOTransportBuilder - Class in org.glassfish.grizzly.nio.transport
NIOTransportBuilder implementation for TCP.
TCPNIOTransportBuilder(Class<? extends TCPNIOTransport>) - Constructor for class org.glassfish.grizzly.nio.transport.TCPNIOTransportBuilder
 
TCPNIOTransportFilter - Class in org.glassfish.grizzly.nio.transport
The TCPNIOTransport's transport Filter implementation
tcpNoDelay - Variable in class org.glassfish.grizzly.nio.transport.TCPNIOTransportBuilder
 
TEMPORARY_REDIRECT_307 - Static variable in class org.glassfish.grizzly.http.util.HttpStatus
 
temporarySelectorIO - Variable in class org.glassfish.grizzly.nio.NIOTransport
 
TemporarySelectorIO - Class in org.glassfish.grizzly.nio.tmpselectors
 
TemporarySelectorIO(Reader<SocketAddress>, Writer<SocketAddress>) - Constructor for class org.glassfish.grizzly.nio.tmpselectors.TemporarySelectorIO
 
TemporarySelectorIO(Reader<SocketAddress>, Writer<SocketAddress>, TemporarySelectorPool) - Constructor for class org.glassfish.grizzly.nio.tmpselectors.TemporarySelectorIO
 
TemporarySelectorPool - Class in org.glassfish.grizzly.nio.tmpselectors
 
TemporarySelectorPool(SelectorProvider) - Constructor for class org.glassfish.grizzly.nio.tmpselectors.TemporarySelectorPool
 
TemporarySelectorPool(SelectorProvider, int) - Constructor for class org.glassfish.grizzly.nio.tmpselectors.TemporarySelectorPool
 
TemporarySelectorReader - Class in org.glassfish.grizzly.nio.tmpselectors
 
TemporarySelectorReader(TemporarySelectorsEnabledTransport) - Constructor for class org.glassfish.grizzly.nio.tmpselectors.TemporarySelectorReader
 
TemporarySelectorsEnabledTransport - Interface in org.glassfish.grizzly.nio.tmpselectors
Common interface for Transports, which will use temporary selectors technics
TemporarySelectorWriter - Class in org.glassfish.grizzly.nio.tmpselectors
 
TemporarySelectorWriter(TemporarySelectorsEnabledTransport) - Constructor for class org.glassfish.grizzly.nio.tmpselectors.TemporarySelectorWriter
 
terminate() - Method in class org.glassfish.grizzly.comet.concurrent.DefaultConcurrentCometHandler
 
terminate() - Method in class org.glassfish.grizzly.http.io.InputBuffer
Invoke ReadHandler.onError(Throwable) (assuming a ReadHandler is available) } passing a {#link CancellationException} if the current Connection is open, or a {#link EOFException} if the connection was unexpectedly closed.
TextFrameType - Class in org.glassfish.grizzly.websockets.frametypes
 
TextFrameType() - Constructor for class org.glassfish.grizzly.websockets.frametypes.TextFrameType
 
ThreadCache - Class in org.glassfish.grizzly
 
ThreadCache() - Constructor for class org.glassfish.grizzly.ThreadCache
 
ThreadCache.CachedTypeIndex<E> - Class in org.glassfish.grizzly
 
ThreadCache.ObjectCache - Class in org.glassfish.grizzly
 
ThreadCache.ObjectCacheElement - Class in org.glassfish.grizzly
 
threadFactory - Variable in class org.glassfish.grizzly.threadpool.ThreadPoolConfig
 
ThreadLocalPool<E> - Interface in org.glassfish.grizzly.memory
TODO Documentation
ThreadLocalPoolProvider - Interface in org.glassfish.grizzly.memory
This interface may be implemented by custom MemoryManager implementations in order to provide per-thread memory management.
threadPool - Variable in class org.glassfish.grizzly.comet.CometEngine
The ExecutorService used to execute
threadPool - Variable in class org.glassfish.grizzly.comet.DefaultNotificationHandler
The ExecutorService used to execute threaded notification.
ThreadPool - Class in org.glassfish.grizzly.threadpool.jmx
JMX managed object for Grizzly thread pool implementations.
ThreadPool(AbstractThreadPool) - Constructor for class org.glassfish.grizzly.threadpool.jmx.ThreadPool
 
ThreadPoolConfig - Class in org.glassfish.grizzly.threadpool
Grizzly thread-pool configuration, which might be used to create and initialize a thread-pool via GrizzlyExecutorService.createInstance(org.glassfish.grizzly.threadpool.ThreadPoolConfig).
threadPoolMonitoringConfig - Variable in class org.glassfish.grizzly.AbstractTransport
Thread pool probes
threadPoolMonitoringConfig - Variable in class org.glassfish.grizzly.threadpool.ThreadPoolConfig
Thread pool probes
ThreadPoolProbe - Interface in org.glassfish.grizzly.threadpool
Monitoring probe providing callbacks that may be invoked by Grizzly AbstractThreadPool implementations.
ThreadPoolProbe.Adapter - Class in org.glassfish.grizzly.threadpool
ThreadPoolProbe adapter that provides no-op implementations for all interface methods allowing easy extension by the developer.
Threads - Class in org.glassfish.grizzly.threadpool
Set of Thread utilities.
Threads() - Constructor for class org.glassfish.grizzly.threadpool.Threads
 
timeout - Variable in class org.glassfish.grizzly.connectionpool.SingleEndpointPool.ConnectTimeoutTask
 
timeout - Variable in class org.glassfish.grizzly.connectionpool.SingleEndpointPool.ReconnectTask
 
TimeoutHandler - Interface in org.glassfish.grizzly.http.server
Handler, which processes suspended Response timeout and is able to either confirm it or reset.
timeoutMillis - Variable in class org.glassfish.grizzly.connectionpool.SingleEndpointPool.KeepAliveCleanerTask
 
timeoutMillis - Variable in class org.glassfish.grizzly.http.server.filecache.FileCacheEntry
 
TimeStamp - Class in org.glassfish.grizzly.http.util
Main tool for object expiry.
TimeStamp() - Constructor for class org.glassfish.grizzly.http.util.TimeStamp
 
tmpMapperDC - Variable in class org.glassfish.grizzly.http.server.util.MappingData
 
toAbsolute(String, boolean) - Method in class org.glassfish.grizzly.http.server.Response
Convert (if necessary) and return the absolute URL that represents the resource referenced by this possibly relative URL.
toAdaptedCompletionHandler(FutureImpl<A>, GenericAdapter<B, A>) - Static method in class org.glassfish.grizzly.utils.Futures
Creates CompletionHandler, which may serve as a bridge for passed FutureImpl.
toAdaptedCompletionHandler(FutureImpl<A>, CompletionHandler<A>, GenericAdapter<B, A>) - Static method in class org.glassfish.grizzly.utils.Futures
Creates CompletionHandler, which may serve as a bridge for passed FutureImpl and CompletionHandler.
toArray() - Method in class org.glassfish.grizzly.ChainProcessorSelector
toArray(T[]) - Method in class org.glassfish.grizzly.ChainProcessorSelector
toArray() - Method in class org.glassfish.grizzly.filterchain.ListFacadeFilterChain
toArray(T[]) - Method in class org.glassfish.grizzly.filterchain.ListFacadeFilterChain
toArray() - Method in class org.glassfish.grizzly.utils.ArraySet
toArray(K[]) - Method in class org.glassfish.grizzly.utils.ArraySet
toArray() - Method in class org.glassfish.grizzly.utils.ServiceFinder
Returns discovered objects all at once.
toArray(long) - Static method in class org.glassfish.grizzly.websockets.Utils
 
toBufferArray() - Method in interface org.glassfish.grizzly.Buffer
Returns a new BufferArray instance with this Buffer added as an element to the BufferArray.
toBufferArray(BufferArray) - Method in interface org.glassfish.grizzly.Buffer
Returns the specified BufferArray after adding this Buffer.
toBufferArray(int, int) - Method in interface org.glassfish.grizzly.Buffer
Updates this Buffer's position and limit and adds it to a new BufferArray instance.
toBufferArray(BufferArray, int, int) - Method in interface org.glassfish.grizzly.Buffer
Updates this Buffer's position and limit and adds it to the specified BufferArray.
toBufferArray() - Method in class org.glassfish.grizzly.memory.BuffersBuffer
 
toBufferArray(BufferArray) - Method in class org.glassfish.grizzly.memory.BuffersBuffer
 
toBufferArray(int, int) - Method in class org.glassfish.grizzly.memory.BuffersBuffer
 
toBufferArray(BufferArray, int, int) - Method in class org.glassfish.grizzly.memory.BuffersBuffer
 
toBufferArray() - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
Returns a new BufferArray instance with this Buffer added as an element to the BufferArray.
toBufferArray(int, int) - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
Updates this Buffer's position and limit and adds it to a new BufferArray instance.
toBufferArray(BufferArray) - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
Returns the specified BufferArray after adding this Buffer.
toBufferArray(BufferArray, int, int) - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
Updates this Buffer's position and limit and adds it to the specified BufferArray.
toBufferArray() - Method in class org.glassfish.grizzly.memory.HeapBuffer
Returns a new BufferArray instance with this Buffer added as an element to the BufferArray.
toBufferArray(int, int) - Method in class org.glassfish.grizzly.memory.HeapBuffer
Updates this Buffer's position and limit and adds it to a new BufferArray instance.
toBufferArray(BufferArray) - Method in class org.glassfish.grizzly.memory.HeapBuffer
Returns the specified BufferArray after adding this Buffer.
toBufferArray(BufferArray, int, int) - Method in class org.glassfish.grizzly.memory.HeapBuffer
Updates this Buffer's position and limit and adds it to the specified BufferArray.
toByteArray() - Method in enum org.glassfish.grizzly.http.util.Header
Returns the US-ASCII encoded byte representation of this Header.
toByteBuffer() - Method in interface org.glassfish.grizzly.Buffer
Converts this Buffer to a ByteBuffer.
toByteBuffer(int, int) - Method in interface org.glassfish.grizzly.Buffer
Converts this Buffer to a ByteBuffer.
toByteBuffer() - Method in class org.glassfish.grizzly.memory.BuffersBuffer
 
toByteBuffer(int, int) - Method in class org.glassfish.grizzly.memory.BuffersBuffer
 
toByteBuffer() - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
Converts this Buffer to a ByteBuffer.
toByteBuffer(int, int) - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
Converts this Buffer to a ByteBuffer.
toByteBuffer() - Method in class org.glassfish.grizzly.memory.HeapBuffer
Converts this Buffer to a ByteBuffer.
toByteBuffer(int, int) - Method in class org.glassfish.grizzly.memory.HeapBuffer
Converts this Buffer to a ByteBuffer.
toByteBuffer0(int, int, boolean) - Method in class org.glassfish.grizzly.memory.HeapBuffer
 
toByteBufferArray() - Method in interface org.glassfish.grizzly.Buffer
Converts this Buffer to a ByteBuffer per Buffer.toByteBuffer() and returns a ByteBufferArray containing the converted ByteBuffer.
toByteBufferArray(ByteBufferArray) - Method in interface org.glassfish.grizzly.Buffer
Converts this Buffer to a ByteBuffer per Buffer.toByteBuffer() and adds the result to the provided ByteBufferArray.
toByteBufferArray(int, int) - Method in interface org.glassfish.grizzly.Buffer
Converts this Buffer to a ByteBuffer per Buffer.toByteBuffer(int, int) and returns a ByteBufferArray containing the converted ByteBuffer.
toByteBufferArray(ByteBufferArray, int, int) - Method in interface org.glassfish.grizzly.Buffer
Converts this Buffer to a ByteBuffer per Buffer.toByteBuffer(int, int) and adds the result to the provided ByteBufferArray.
toByteBufferArray() - Method in class org.glassfish.grizzly.memory.BuffersBuffer
 
toByteBufferArray(ByteBufferArray) - Method in class org.glassfish.grizzly.memory.BuffersBuffer
 
toByteBufferArray(int, int) - Method in class org.glassfish.grizzly.memory.BuffersBuffer
 
toByteBufferArray(ByteBufferArray, int, int) - Method in class org.glassfish.grizzly.memory.BuffersBuffer
 
toByteBufferArray() - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
Converts this Buffer to a ByteBuffer per Buffer.toByteBuffer() and returns a ByteBufferArray containing the converted ByteBuffer.
toByteBufferArray(int, int) - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
Converts this Buffer to a ByteBuffer per Buffer.toByteBuffer(int, int) and returns a ByteBufferArray containing the converted ByteBuffer.
toByteBufferArray(ByteBufferArray) - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
Converts this Buffer to a ByteBuffer per Buffer.toByteBuffer() and adds the result to the provided ByteBufferArray.
toByteBufferArray(ByteBufferArray, int, int) - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
Converts this Buffer to a ByteBuffer per Buffer.toByteBuffer(int, int) and adds the result to the provided ByteBufferArray.
toByteBufferArray() - Method in class org.glassfish.grizzly.memory.HeapBuffer
Converts this Buffer to a ByteBuffer per Buffer.toByteBuffer() and returns a ByteBufferArray containing the converted ByteBuffer.
toByteBufferArray(int, int) - Method in class org.glassfish.grizzly.memory.HeapBuffer
Converts this Buffer to a ByteBuffer per Buffer.toByteBuffer(int, int) and returns a ByteBufferArray containing the converted ByteBuffer.
toByteBufferArray(ByteBufferArray) - Method in class org.glassfish.grizzly.memory.HeapBuffer
Converts this Buffer to a ByteBuffer per Buffer.toByteBuffer() and adds the result to the provided ByteBufferArray.
toByteBufferArray(ByteBufferArray, int, int) - Method in class org.glassfish.grizzly.memory.HeapBuffer
Converts this Buffer to a ByteBuffer per Buffer.toByteBuffer(int, int) and adds the result to the provided ByteBufferArray.
toBytes() - Method in class org.glassfish.grizzly.http.util.MessageBytes
Unimplemented yet.
toChars(Charset) - Method in class org.glassfish.grizzly.http.util.DataChunk
 
toChars() - Method in class org.glassfish.grizzly.http.util.MessageBytes
Convert to char[] and fill the CharChunk.
toCompletionHandler(FutureImpl<R>) - Static method in class org.glassfish.grizzly.utils.Futures
Creates CompletionHandler, which may serve as a bridge for passed FutureImpl.
toCompletionHandler(FutureImpl<R>, CompletionHandler<R>) - Static method in class org.glassfish.grizzly.utils.Futures
Creates CompletionHandler, which may serve as a bridge for passed FutureImpl and CompletionHandler objects.
toDataFrame(String) - Method in class org.glassfish.grizzly.websockets.ProtocolHandler
 
toDataFrame(byte[]) - Method in class org.glassfish.grizzly.websockets.ProtocolHandler
 
toDataFrame(String, boolean) - Method in class org.glassfish.grizzly.websockets.ProtocolHandler
 
toDataFrame(byte[], boolean) - Method in class org.glassfish.grizzly.websockets.ProtocolHandler
 
toEncoded(String, String) - Method in class org.glassfish.grizzly.http.server.Response
Return the specified URL with the specified session identifier suitably encoded.
toImmutable() - Method in class org.glassfish.grizzly.http.util.DataChunk
 
toLong(byte[], int, int) - Static method in class org.glassfish.grizzly.websockets.Utils
 
toLower(int) - Static method in class org.glassfish.grizzly.http.util.Ascii
Returns the lower case equivalent of the specified ASCII character.
toLower(byte[]) - Static method in class org.glassfish.grizzly.http.util.Ascii
Converts passed bytes (representing ASCII characters) to the lower case equivalent.
topic - Variable in class org.glassfish.grizzly.comet.CometContext
The context path associated with this instance.
toProcessorResult() - Method in enum org.glassfish.grizzly.asyncqueue.AsyncQueue.AsyncResult
 
toRawData(String) - Method in class org.glassfish.grizzly.websockets.SimpleWebSocket
 
toRawData(byte[]) - Method in class org.glassfish.grizzly.websockets.SimpleWebSocket
 
toRawData(String, boolean) - Method in class org.glassfish.grizzly.websockets.SimpleWebSocket
 
toRawData(byte[], boolean) - Method in class org.glassfish.grizzly.websockets.SimpleWebSocket
 
toStream(OutputStream) - Method in class org.glassfish.grizzly.websockets.DataFrame
 
toString() - Method in class org.glassfish.grizzly.attributes.Attribute
 
toString() - Method in class org.glassfish.grizzly.comet.CometContext
 
toString() - Method in class org.glassfish.grizzly.connectionpool.ConnectionInfo
 
toString() - Method in class org.glassfish.grizzly.connectionpool.EndpointKey
 
toString() - Method in class org.glassfish.grizzly.connectionpool.MultiEndpointPool
 
toString() - Method in class org.glassfish.grizzly.connectionpool.SingleEndpointPool
 
toString() - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
 
toString() - Method in class org.glassfish.grizzly.http.Cookie
 
toString() - Method in class org.glassfish.grizzly.http.Cookies
EXPENSIVE!!! only for debugging.
toString() - Method in class org.glassfish.grizzly.http.HttpRequestPacket
toString() - Method in class org.glassfish.grizzly.http.HttpResponsePacket
toString() - Method in class org.glassfish.grizzly.http.LazyCookieState
 
toString() - Method in class org.glassfish.grizzly.http.Method
 
toString() - Method in class org.glassfish.grizzly.http.multipart.ContentDisposition
 
toString() - Method in class org.glassfish.grizzly.http.server.filecache.FileCacheEntry
 
toString() - Method in class org.glassfish.grizzly.http.server.GrizzlyPrincipal
Return a String representation of this object, which exposes only information that should be public.
toString() - Method in class org.glassfish.grizzly.http.server.NetworkListener
 
toString() - Method in class org.glassfish.grizzly.http.server.util.MappingData
 
toString() - Method in class org.glassfish.grizzly.http.util.BufferChunk
 
toString(Charset) - Method in class org.glassfish.grizzly.http.util.BufferChunk
 
toString(int, int) - Method in class org.glassfish.grizzly.http.util.BufferChunk
 
toString() - Method in class org.glassfish.grizzly.http.util.ByteChunk
 
toString(int, int) - Method in class org.glassfish.grizzly.http.util.ByteChunk
 
toString(Charset) - Method in class org.glassfish.grizzly.http.util.ByteChunk
 
toString() - Method in class org.glassfish.grizzly.http.util.CharChunk
 
toString(int, int) - Method in class org.glassfish.grizzly.http.util.CharChunk
 
toString(int, int) - Method in interface org.glassfish.grizzly.http.util.Chunk
 
toString() - Method in class org.glassfish.grizzly.http.util.DataChunk
 
toString(Charset) - Method in class org.glassfish.grizzly.http.util.DataChunk
 
toString(int, int) - Method in class org.glassfish.grizzly.http.util.DataChunk
toString() - Method in enum org.glassfish.grizzly.http.util.Header
Returns the name of the header properly hyphenated if necessary.
toString() - Method in class org.glassfish.grizzly.http.util.MessageBytes
Compute the string value
toString() - Method in class org.glassfish.grizzly.http.util.MimeHeaders
EXPENSIVE!!! only for debugging.
toString() - Method in class org.glassfish.grizzly.http.util.StringCache.ByteEntry
 
toString() - Method in class org.glassfish.grizzly.http.util.StringCache.CharEntry
 
toString(ByteChunk) - Static method in class org.glassfish.grizzly.http.util.StringCache
 
toString(CharChunk) - Static method in class org.glassfish.grizzly.http.util.StringCache
 
toString() - Method in class org.glassfish.grizzly.memory.BuffersBuffer
 
toString() - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
 
toString() - Method in class org.glassfish.grizzly.memory.HeapBuffer
 
toString() - Method in class org.glassfish.grizzly.nio.transport.TCPNIOConnection
 
toString() - Method in class org.glassfish.grizzly.nio.transport.UDPNIOConnection
 
toString() - Method in class org.glassfish.grizzly.PortRange
 
toString() - Method in class org.glassfish.grizzly.samples.simpleauth.MultiLinePacket
 
toString() - Method in class org.glassfish.grizzly.servlet.FilterMap
Render a String representation of this object.
toString() - Method in class org.glassfish.grizzly.servlet.ServletRegistration
 
toString() - Method in class org.glassfish.grizzly.ssl.SSLEngineConfigurator
 
toString() - Method in class org.glassfish.grizzly.threadpool.AbstractThreadPool
 
toString() - Method in class org.glassfish.grizzly.threadpool.SyncThreadPool
 
toString() - Method in class org.glassfish.grizzly.threadpool.ThreadPoolConfig
 
toString() - Method in class org.glassfish.grizzly.TransformationResult
 
toString() - Method in class org.glassfish.grizzly.utils.DebugPoint
 
toString() - Method in class org.glassfish.grizzly.utils.Holder
 
toString() - Method in class org.glassfish.grizzly.utils.JdkVersion
 
toString() - Method in class org.glassfish.grizzly.utils.Pair
 
toString() - Method in class org.glassfish.grizzly.websockets.ClosingFrame
 
toString() - Method in class org.glassfish.grizzly.websockets.DataFrame
 
toString() - Method in class org.glassfish.grizzly.websockets.Extension.Parameter
 
toString() - Method in class org.glassfish.grizzly.websockets.Extension
 
toString() - Method in class org.glassfish.grizzly.websockets.SecKey
 
toString(byte[]) - Static method in class org.glassfish.grizzly.websockets.Utils
 
toString(byte[], int, int) - Static method in class org.glassfish.grizzly.websockets.Utils
 
toString() - Method in enum org.glassfish.grizzly.websockets.Version
 
toStringContent() - Method in interface org.glassfish.grizzly.Buffer
Returns Buffer content as String, using default Charset
toStringContent(Charset) - Method in interface org.glassfish.grizzly.Buffer
Returns Buffer content as String
toStringContent(Charset, int, int) - Method in interface org.glassfish.grizzly.Buffer
Returns Buffer's chunk content as String
toStringContent(ByteBuffer, Charset, int, int) - Static method in class org.glassfish.grizzly.memory.Buffers
 
toStringContent() - Method in class org.glassfish.grizzly.memory.BuffersBuffer
 
toStringContent(Charset) - Method in class org.glassfish.grizzly.memory.BuffersBuffer
 
toStringContent(Charset, int, int) - Method in class org.glassfish.grizzly.memory.BuffersBuffer
 
toStringContent() - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
 
toStringContent(Charset) - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
 
toStringContent(Charset, int, int) - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
 
toStringContent() - Method in class org.glassfish.grizzly.memory.HeapBuffer
 
toStringContent(Charset) - Method in class org.glassfish.grizzly.memory.HeapBuffer
 
toStringContent(Charset, int, int) - Method in class org.glassfish.grizzly.memory.HeapBuffer
 
toStringInternal() - Method in class org.glassfish.grizzly.http.util.ByteChunk
 
toStringInternal() - Method in class org.glassfish.grizzly.http.util.CharChunk
 
touch(long) - Method in class org.glassfish.grizzly.http.util.TimeStamp
Access notification.
toUpper(int) - Static method in class org.glassfish.grizzly.http.util.Ascii
Returns the upper case equivalent of the specified ASCII character.
toUpper(byte[]) - Static method in class org.glassfish.grizzly.http.util.Ascii
Converts passed bytes (representing ASCII characters) to the upper case equivalent.
TRACE - Static variable in class org.glassfish.grizzly.http.Method
 
trailerHeaders - Variable in class org.glassfish.grizzly.http.HttpCodecFilter.ContentParsingState
 
transactionExpirationTime - Variable in class org.glassfish.grizzly.threadpool.AbstractThreadPool.Worker
 
transactionMonitor - Variable in class org.glassfish.grizzly.threadpool.ThreadPoolConfig
 
transactionTimeoutMillis - Variable in class org.glassfish.grizzly.threadpool.AbstractThreadPool
 
transactionTimeoutMillis - Variable in class org.glassfish.grizzly.threadpool.ThreadPoolConfig
 
transfer(E) - Method in interface org.glassfish.grizzly.utils.TransferQueue
Inserts the specified element into this queue, waiting if necessary for space to become available and the element to be dequeued by a consumer invoking take or poll.
TRANSFERENCODING - Static variable in class org.glassfish.grizzly.http.server.Constants
 
TransferEncoding - Interface in org.glassfish.grizzly.http
Abstraction, which represents HTTP transfer-encoding.
TransferQueue<E> - Interface in org.glassfish.grizzly.utils
A BlockingQueue in which producers may wait for consumers to receive elements.
transform(AttributeStorage, K) - Method in class org.glassfish.grizzly.AbstractTransformer
 
transform(AttributeStorage, K) - Method in interface org.glassfish.grizzly.Transformer
Transforms an input data to some custom representation.
TransformationException - Exception in org.glassfish.grizzly
Describes the problem, occured during original message transformation.
TransformationException() - Constructor for exception org.glassfish.grizzly.TransformationException
 
TransformationException(String) - Constructor for exception org.glassfish.grizzly.TransformationException
 
TransformationException(Throwable) - Constructor for exception org.glassfish.grizzly.TransformationException
 
TransformationException(String, Throwable) - Constructor for exception org.glassfish.grizzly.TransformationException
 
TransformationResult<I,O> - Class in org.glassfish.grizzly
Represents the result of message encoding/decoding.
TransformationResult() - Constructor for class org.glassfish.grizzly.TransformationResult
 
TransformationResult(TransformationResult.Status, O, I) - Constructor for class org.glassfish.grizzly.TransformationResult
 
TransformationResult(int, String) - Constructor for class org.glassfish.grizzly.TransformationResult
Creates error transformation result with specific code and description.
TransformationResult(TransformationResult.Status, O, I, int, String) - Constructor for class org.glassfish.grizzly.TransformationResult
 
TransformationResult.Status - Enum in org.glassfish.grizzly
 
transformer - Variable in class org.glassfish.grizzly.streams.TransformerInput
 
transformer - Variable in class org.glassfish.grizzly.streams.TransformerOutput
 
Transformer<K,L> - Interface in org.glassfish.grizzly
Transformer interface, which knows how to transform the original data to some custom representation.
TransformerCompletionHandler() - Constructor for class org.glassfish.grizzly.streams.TransformerInput.TransformerCompletionHandler
 
TransformerCondition() - Constructor for class org.glassfish.grizzly.streams.TransformerInput.TransformerCondition
 
TransformerInput - Class in org.glassfish.grizzly.streams
 
TransformerInput(Transformer<Buffer, Buffer>, Input, Connection) - Constructor for class org.glassfish.grizzly.streams.TransformerInput
 
TransformerInput(Transformer<Buffer, Buffer>, Input, MemoryManager, AttributeStorage) - Constructor for class org.glassfish.grizzly.streams.TransformerInput
 
TransformerInput.TransformerCompletionHandler - Class in org.glassfish.grizzly.streams
 
TransformerInput.TransformerCondition - Class in org.glassfish.grizzly.streams
 
TransformerOutput - Class in org.glassfish.grizzly.streams
 
TransformerOutput(Transformer<Buffer, Buffer>, Output, Connection) - Constructor for class org.glassfish.grizzly.streams.TransformerOutput
 
TransformerOutput(Transformer<Buffer, Buffer>, Output, MemoryManager, AttributeStorage) - Constructor for class org.glassfish.grizzly.streams.TransformerOutput
 
TransformerStreamReader - Class in org.glassfish.grizzly.streams
 
TransformerStreamReader(StreamReader, Transformer<Buffer, Buffer>) - Constructor for class org.glassfish.grizzly.streams.TransformerStreamReader
 
TransformerStreamWriter - Class in org.glassfish.grizzly.streams
 
TransformerStreamWriter(StreamWriter, Transformer<Buffer, Buffer>) - Constructor for class org.glassfish.grizzly.streams.TransformerStreamWriter
 
transformImpl(AttributeStorage, K) - Method in class org.glassfish.grizzly.AbstractTransformer
 
transformImpl(AttributeStorage, Buffer) - Method in class org.glassfish.grizzly.compression.lzma.LZMADecoder
 
transformImpl(AttributeStorage, Buffer) - Method in class org.glassfish.grizzly.compression.lzma.LZMAEncoder
 
transformImpl(AttributeStorage, Buffer) - Method in class org.glassfish.grizzly.compression.zip.GZipDecoder
 
transformImpl(AttributeStorage, Buffer) - Method in class org.glassfish.grizzly.compression.zip.GZipEncoder
transformImpl(AttributeStorage, Buffer) - Method in class org.glassfish.grizzly.ssl.SSLDecoderTransformer
 
transformImpl(AttributeStorage, Buffer) - Method in class org.glassfish.grizzly.ssl.SSLEncoderTransformer
 
transformImpl(AttributeStorage, Buffer) - Method in class org.glassfish.grizzly.utils.ChunkingFilter.ChunkingTransformer
 
transformImpl(AttributeStorage, Buffer) - Method in class org.glassfish.grizzly.utils.StringDecoder
 
transformImpl(AttributeStorage, String) - Method in class org.glassfish.grizzly.utils.StringEncoder
 
transport - Variable in class org.glassfish.grizzly.AbstractBindingHandler
 
transport - Variable in class org.glassfish.grizzly.AbstractSocketConnectorHandler
 
transport - Variable in class org.glassfish.grizzly.DefaultProcessorSelector
 
transport - Variable in class org.glassfish.grizzly.nio.AbstractNIOAsyncQueueReader
 
transport - Variable in class org.glassfish.grizzly.nio.AbstractNIOAsyncQueueWriter
 
transport - Variable in class org.glassfish.grizzly.nio.AbstractNIOConnectionDistributor
 
transport - Variable in class org.glassfish.grizzly.nio.NIOConnection
 
transport - Variable in class org.glassfish.grizzly.nio.tmpselectors.TemporarySelectorReader
 
transport - Variable in class org.glassfish.grizzly.nio.tmpselectors.TemporarySelectorWriter
 
transport - Variable in class org.glassfish.grizzly.nio.transport.jmx.NIOTransport
 
transport(TCPNIOTransport) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOBindingHandler.Builder
 
transport(UDPNIOTransport) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOBindingHandler.Builder
 
Transport - Interface in org.glassfish.grizzly
Transport interface describes the transport unit used in Grizzly.
Transport.State - Enum in org.glassfish.grizzly
 
transportClass - Variable in class org.glassfish.grizzly.NIOTransportBuilder
 
TransportConnectorHandler() - Constructor for class org.glassfish.grizzly.nio.transport.UDPNIOTransport.TransportConnectorHandler
 
TransportContext() - Constructor for class org.glassfish.grizzly.filterchain.FilterChainContext.TransportContext
 
TransportFilter - Class in org.glassfish.grizzly.filterchain
Transport Filter implementation, which should work with any Transport.
TransportFilter() - Constructor for class org.glassfish.grizzly.filterchain.TransportFilter
Create TransportFilter.
TransportFilter.FlushEvent - Class in org.glassfish.grizzly.filterchain
 
transportMonitoringConfig - Variable in class org.glassfish.grizzly.AbstractTransport
Transport probes
TransportProbe - Interface in org.glassfish.grizzly
Monitoring probe providing callbacks that may be invoked by Grizzly Transport implementations.
TransportProbe.Adapter - Class in org.glassfish.grizzly
TransportProbe adapter that provides no-op implementations for all interface methods allowing easy extension by the developer.
trim() - Method in interface org.glassfish.grizzly.Buffer
Trim the buffer by reducing capacity to position, if possible.
trim() - Method in class org.glassfish.grizzly.memory.BuffersBuffer
 
trim() - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
 
trim() - Method in class org.glassfish.grizzly.memory.HeapBuffer
 
TRUST_FACTORY_MANAGER_ALGORITHM - Static variable in class org.glassfish.grizzly.ssl.SSLContextConfigurator
 
TRUST_STORE_FILE - Static variable in class org.glassfish.grizzly.ssl.SSLContextConfigurator
 
TRUST_STORE_PASSWORD - Static variable in class org.glassfish.grizzly.ssl.SSLContextConfigurator
 
TRUST_STORE_PROVIDER - Static variable in class org.glassfish.grizzly.ssl.SSLContextConfigurator
 
TRUST_STORE_TYPE - Static variable in class org.glassfish.grizzly.ssl.SSLContextConfigurator
 
tryDispose() - Method in interface org.glassfish.grizzly.Buffer
Try to dispose Buffer if it's allowed.
tryDispose() - Method in class org.glassfish.grizzly.memory.BuffersBuffer
 
tryDispose() - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
 
tryDispose() - Method in class org.glassfish.grizzly.memory.HeapBuffer
 
tryTransfer(E) - Method in interface org.glassfish.grizzly.utils.TransferQueue
Transfers the specified element if there exists a consumer already waiting to receive it, otherwise returning false without enqueuing the element.
tryTransfer(E, long, TimeUnit) - Method in interface org.glassfish.grizzly.utils.TransferQueue
Inserts the specified element into this queue, waiting up to the specified wait time if necessary for space to become available and the element to be dequeued by a consumer invoking take or poll.
TunnelFilter - Class in org.glassfish.grizzly.samples.tunnel
Simple tunneling filter, which maps input of one connection to the output of another and vise versa.
TunnelFilter(SocketConnectorHandler, String, int) - Constructor for class org.glassfish.grizzly.samples.tunnel.TunnelFilter
 
TunnelFilter(SocketConnectorHandler, SocketAddress) - Constructor for class org.glassfish.grizzly.samples.tunnel.TunnelFilter
 
TunnelServer - Class in org.glassfish.grizzly.samples.tunnel
Simple tunneling server
TunnelServer() - Constructor for class org.glassfish.grizzly.samples.tunnel.TunnelServer
 
type - Variable in class org.glassfish.grizzly.comet.CometEvent
This type of event.
type() - Method in interface org.glassfish.grizzly.filterchain.FilterChainEvent
 
type() - Method in interface org.glassfish.grizzly.filterchain.NextAction
Get NextAction type
TYPE - Static variable in class org.glassfish.grizzly.filterchain.TransportFilter.FlushEvent
 
type() - Method in class org.glassfish.grizzly.filterchain.TransportFilter.FlushEvent
 
type - Variable in class org.glassfish.grizzly.http.server.filecache.FileCacheEntry
 
type() - Method in class org.glassfish.grizzly.ssl.SSLBaseFilter.CertificateEvent
 
TYPE_ATTR - Static variable in class org.glassfish.grizzly.http.multipart.MultipartContext
 

U

UDecoder - Class in org.glassfish.grizzly.http.util
All URL decoding happens here.
UDecoder() - Constructor for class org.glassfish.grizzly.http.util.UDecoder
 
UDecoder(boolean) - Constructor for class org.glassfish.grizzly.http.util.UDecoder
 
UDPNIOAsyncQueueReader - Class in org.glassfish.grizzly.nio.transport
The UDP transport AsyncQueueReader implementation, based on the Java NIO
UDPNIOAsyncQueueReader(NIOTransport) - Constructor for class org.glassfish.grizzly.nio.transport.UDPNIOAsyncQueueReader
 
UDPNIOAsyncQueueWriter - Class in org.glassfish.grizzly.nio.transport
The UDP transport AsyncQueueWriter implementation, based on the Java NIO
UDPNIOAsyncQueueWriter(NIOTransport) - Constructor for class org.glassfish.grizzly.nio.transport.UDPNIOAsyncQueueWriter
 
UDPNIOBindingHandler - Class in org.glassfish.grizzly.nio.transport
This class may be used to apply a custom Processor and/or ProcessorSelector atomically within a bind operation - not something that can normally be done using the UDPNIOTransport alone.
UDPNIOBindingHandler(UDPNIOTransport) - Constructor for class org.glassfish.grizzly.nio.transport.UDPNIOBindingHandler
 
UDPNIOBindingHandler.Builder - Class in org.glassfish.grizzly.nio.transport
 
UDPNIOConnection - Class in org.glassfish.grizzly.nio.transport
Connection implementation for the UDPNIOTransport
UDPNIOConnection(UDPNIOTransport, DatagramChannel) - Constructor for class org.glassfish.grizzly.nio.transport.UDPNIOConnection
 
UDPNIOConnectorHandler - Class in org.glassfish.grizzly.nio.transport
UDP NIO transport client side ConnectorHandler implementation
UDPNIOConnectorHandler(UDPNIOTransport) - Constructor for class org.glassfish.grizzly.nio.transport.UDPNIOConnectorHandler
 
UDPNIOConnectorHandler.Builder - Class in org.glassfish.grizzly.nio.transport
 
UDPNIOServerConnection - Class in org.glassfish.grizzly.nio.transport
Server Connection implementation for the UDPNIOTransport
UDPNIOServerConnection(UDPNIOTransport, DatagramChannel) - Constructor for class org.glassfish.grizzly.nio.transport.UDPNIOServerConnection
 
UDPNIOTemporarySelectorReader - Class in org.glassfish.grizzly.nio.transport
 
UDPNIOTemporarySelectorReader(UDPNIOTransport) - Constructor for class org.glassfish.grizzly.nio.transport.UDPNIOTemporarySelectorReader
 
UDPNIOTemporarySelectorWriter - Class in org.glassfish.grizzly.nio.transport
 
UDPNIOTemporarySelectorWriter(UDPNIOTransport) - Constructor for class org.glassfish.grizzly.nio.transport.UDPNIOTemporarySelectorWriter
 
UDPNIOTransport - Class in org.glassfish.grizzly.nio.transport.jmx
UDP NIO Transport JMX object.
UDPNIOTransport(UDPNIOTransport) - Constructor for class org.glassfish.grizzly.nio.transport.jmx.UDPNIOTransport
 
UDPNIOTransport - Class in org.glassfish.grizzly.nio.transport
UDP NIO transport implementation
UDPNIOTransport() - Constructor for class org.glassfish.grizzly.nio.transport.UDPNIOTransport
 
UDPNIOTransport(String) - Constructor for class org.glassfish.grizzly.nio.transport.UDPNIOTransport
 
UDPNIOTransport.RegisterChannelCompletionHandler - Class in org.glassfish.grizzly.nio.transport
 
UDPNIOTransport.TransportConnectorHandler - Class in org.glassfish.grizzly.nio.transport
Transport default UDPNIOConnectorHandler.
UDPNIOTransportBuilder - Class in org.glassfish.grizzly.nio.transport
NIOTransportBuilder implementation for UDP.
UDPNIOTransportBuilder(Class<? extends UDPNIOTransport>) - Constructor for class org.glassfish.grizzly.nio.transport.UDPNIOTransportBuilder
 
UDPNIOTransportFilter - Class in org.glassfish.grizzly.nio.transport
The UDPNIOTransport's transport Filter implementation
UEncoder - Class in org.glassfish.grizzly.http.util
Efficient implementation for encoders.
UEncoder() - Constructor for class org.glassfish.grizzly.http.util.UEncoder
 
UNAUTHORIZED_401 - Static variable in class org.glassfish.grizzly.http.util.HttpStatus
 
unbind(Connection) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOBindingHandler
 
unbind(Connection) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOTransport
Unbinds bound Transport connection.
unbind(Connection) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOBindingHandler
 
unbind(CompletionHandler<Closeable>) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOServerConnection
 
unbind(Connection) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOTransport
Unbinds bound Transport connection.
unbind(Connection) - Method in interface org.glassfish.grizzly.SocketBinder
Unbinds bound Transport connection.
unbindAll() - Method in class org.glassfish.grizzly.AbstractBindingHandler
This operation is not supported by implementations of AbstractBindingHandler.
unbindAll() - Method in class org.glassfish.grizzly.nio.NIOTransport
 
unbindAll() - Method in class org.glassfish.grizzly.nio.transport.TCPNIOTransport
 
unbindAll() - Method in class org.glassfish.grizzly.nio.transport.UDPNIOTransport
 
unbindAll() - Method in interface org.glassfish.grizzly.SocketBinder
Unbinds all bound Transport connections.
unblock(InetAddress, NetworkInterface, InetAddress) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOConnection
Unblocks multicast datagrams from the given source address.
uncaughtException(Thread, Throwable) - Method in class org.glassfish.grizzly.threadpool.AbstractThreadPool
undeploy() - Method in class org.glassfish.grizzly.servlet.WebappContext
 
underlying() - Method in interface org.glassfish.grizzly.Buffer
Return the underlying buffer
underlying() - Method in class org.glassfish.grizzly.memory.BuffersBuffer
 
underlying() - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
 
underlying() - Method in class org.glassfish.grizzly.memory.CompositeBuffer
 
underlying() - Method in class org.glassfish.grizzly.memory.HeapBuffer
 
underlyingInput - Variable in class org.glassfish.grizzly.streams.TransformerInput
 
underlyingOutput - Variable in class org.glassfish.grizzly.streams.TransformerOutput
 
unescape(String) - Method in class org.glassfish.grizzly.http.Cookie
 
unescape(String) - Method in class org.glassfish.grizzly.http.server.Request
 
unescapeDoubleQuotes(DataChunk) - Static method in class org.glassfish.grizzly.http.util.CookieParserUtils
Unescapes any double quotes in the given cookie value.
unescapeDoubleQuotes(ByteChunk) - Static method in class org.glassfish.grizzly.http.util.CookieParserUtils
Unescapes any double quotes in the given cookie value.
unescapeDoubleQuotes(BufferChunk) - Static method in class org.glassfish.grizzly.http.util.CookieParserUtils
Unescapes any double quotes in the given cookie value.
unescapeDoubleQuotes(CharChunk) - Static method in class org.glassfish.grizzly.http.util.CookieParserUtils
Unescapes any double quotes in the given cookie value.
unescapeDoubleQuotes(Buffer, int, int) - Static method in class org.glassfish.grizzly.http.util.CookieParserUtils
Un-escapes any double quotes in the given cookie value.
unescapeDoubleQuotes(String, int, int) - Static method in class org.glassfish.grizzly.http.util.CookieParserUtils
Unescapes any double quotes in the given cookie value.
unframe(Buffer) - Method in class org.glassfish.grizzly.websockets.ProtocolHandler
 
UNLIMITED_SIZE - Static variable in interface org.glassfish.grizzly.asyncqueue.AsyncQueueWriter
Constant set via AsyncQueueWriter.setMaxPendingBytesPerConnection(int) means the async write queue size is unlimited.
UNLIMITED_TIMEOUT - Static variable in class org.glassfish.grizzly.utils.SilentConnectionFilter
 
UNLIMITED_TRANSACTION_TIMEOUT - Static variable in interface org.glassfish.grizzly.threadpool.WorkerThread
 
unmask() - Method in class org.glassfish.grizzly.websockets.Masker
 
unmask(int) - Method in class org.glassfish.grizzly.websockets.Masker
 
unmodifiableFilterRegistrations - Variable in class org.glassfish.grizzly.servlet.WebappContext
 
unregister(String) - Method in class org.glassfish.grizzly.comet.CometEngine
Deprecated. 
unregister(WebSocketApplication) - Method in class org.glassfish.grizzly.websockets.WebSocketEngine
 
unregisterAll() - Method in class org.glassfish.grizzly.websockets.WebSocketEngine
Un-registers all WebSocketApplication instances with the WebSocketEngine.
unregisterAllFilters() - Method in class org.glassfish.grizzly.servlet.WebappContext
 
unregisterFilter(Filter) - Method in class org.glassfish.grizzly.servlet.WebappContext
 
UnsafeFutureImpl<R> - Class in org.glassfish.grizzly.impl
Simple thread-unsafe Future implementation.
UNSET - Static variable in class org.glassfish.grizzly.http.Cookie
 
UNSET_TIMEOUT - Static variable in class org.glassfish.grizzly.utils.DelayedExecutor
 
UNSET_TIMEOUT - Static variable in class org.glassfish.grizzly.utils.SilentConnectionFilter
 
UNSUPPORTED_MEDIA_TYPE_415 - Static variable in class org.glassfish.grizzly.http.util.HttpStatus
 
unwrapAll(FilterChainContext, SSLConnectionContext) - Method in class org.glassfish.grizzly.ssl.SSLBaseFilter
 
update(byte[], int, int) - Method in class org.glassfish.grizzly.compression.lzma.impl.CRC
 
update(byte[]) - Method in class org.glassfish.grizzly.compression.lzma.impl.CRC
 
updateByte(int) - Method in class org.glassfish.grizzly.compression.lzma.impl.CRC
 
updated(E) - Method in interface org.glassfish.grizzly.CompletionHandler
The callback method may be called, when there is some progress in operation execution, but it is still not completed
updated(E) - Method in class org.glassfish.grizzly.EmptyCompletionHandler
The callback method may be called, when there is some progress in operation execution, but it is still not completed
updated(Object) - Method in class org.glassfish.grizzly.streams.AbstractStreamWriter.DisposeBufferCompletionHandler
 
updated(B) - Method in class org.glassfish.grizzly.utils.CompletionHandlerAdapter
 
updated(DataFrame) - Method in class org.glassfish.grizzly.websockets.FrameCompletionHandler
 
updatePaths(Request, MappingData) - Static method in class org.glassfish.grizzly.http.server.HttpHandler
Utility method to update Request path values.
updateUserPrincipal(Request) - Method in class org.glassfish.grizzly.websockets.glassfish.GlassfishSupport
 
upgrade - Variable in class org.glassfish.grizzly.http.HttpHeader.Builder
 
upgrade(String) - Method in class org.glassfish.grizzly.http.HttpHeader.Builder
Set the HTTP upgrade type.
upgrade - Variable in class org.glassfish.grizzly.http.HttpHeader
 
upgrade(Class<T>) - Method in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
Create an instance of HttpUpgradeHandler for an given class and uses it for the http protocol upgrade processing.
UPGRADE - Static variable in class org.glassfish.grizzly.websockets.Constants
 
upgrade(HttpRequestPacket) - Method in class org.glassfish.grizzly.websockets.WebSocketApplication
Checks protocol specific information can and should be upgraded.
upgrade(FilterChainContext, HttpContent) - Method in class org.glassfish.grizzly.websockets.WebSocketEngine
 
upgrade(FilterChainContext, HttpContent, Mapper) - Method in class org.glassfish.grizzly.websockets.WebSocketEngine
 
UPLOADED_FILES - Static variable in class org.glassfish.grizzly.servlet.extras.MultipartUploadFilter
The name of the request attribute with which an array of all Files (java.io.File[]) that were uploaded will be stored.
UploaderHttpHandler - Class in org.glassfish.grizzly.samples.httpmultipart
The Grizzly HttpHandler implementation, which is responsible for asynchronous and non-blocking uploading of the file specified in the HTML form FormHttpHandler.
UploaderHttpHandler() - Constructor for class org.glassfish.grizzly.samples.httpmultipart.UploaderHttpHandler
 
UploadHttpHandlerSample - Class in org.glassfish.grizzly.samples.httpserver.nonblockinghandler
The sample shows how the HttpHandler should be implemented in order to store uploaded data into file in non-blocking way.
UploadHttpHandlerSample() - Constructor for class org.glassfish.grizzly.samples.httpserver.nonblockinghandler.UploadHttpHandlerSample
 
UploadServer - Class in org.glassfish.grizzly.samples.httpmultipart
HTTP upload server, which instantiates two Grizzly HttpHandlers: FormHttpHandler on URL http://localhost:18080/, UploaderHttpHandler on URIL http://localhost:18080/upload.
UploadServer() - Constructor for class org.glassfish.grizzly.samples.httpmultipart.UploadServer
 
uri - Variable in class org.glassfish.grizzly.http.HttpRequestPacket.Builder
 
uri(String) - Method in class org.glassfish.grizzly.http.HttpRequestPacket.Builder
Set the request URI.
uri - Variable in class org.glassfish.grizzly.http.server.filecache.FileCacheKey
 
URLDecoder - Class in org.glassfish.grizzly.http.util
 
URLDecoder() - Constructor for class org.glassfish.grizzly.http.util.URLDecoder
 
urlEncode(Writer, String) - Method in class org.glassfish.grizzly.http.util.UEncoder
URL Encode string, using a specified encoding.
urlEncode(Writer, String, boolean) - Method in class org.glassfish.grizzly.http.util.UEncoder
URL Encode string, using a specified encoding.
urlEncode(Writer, byte[], int, int) - Method in class org.glassfish.grizzly.http.util.UEncoder
 
urlEncode(Writer, byte[], int, int, boolean) - Method in class org.glassfish.grizzly.http.util.UEncoder
 
urlEncoder - Variable in class org.glassfish.grizzly.http.server.Response
URL encoder.
urlPatterns - Variable in class org.glassfish.grizzly.servlet.ServletRegistration
 
USE_PROXY_305 - Static variable in class org.glassfish.grizzly.http.util.HttpStatus
 
USE_SEND_FILE - Static variable in class org.glassfish.grizzly.http.server.ServerFilterConfiguration
 
userPrincipal - Variable in class org.glassfish.grizzly.http.server.Request
User principal.
usingInputStream - Variable in class org.glassfish.grizzly.http.multipart.MultipartEntry
Using stream flag.
usingInputStream - Variable in class org.glassfish.grizzly.http.server.Request
Using stream flag.
usingInputStream - Variable in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
Using stream flag.
usingLazyCookieState - Variable in class org.glassfish.grizzly.http.Cookie
 
usingOutputStream - Variable in class org.glassfish.grizzly.http.server.Response
Using output stream flag.
usingOutputStream - Variable in class org.glassfish.grizzly.servlet.HttpServletResponseImpl
Using output stream flag.
usingReader - Variable in class org.glassfish.grizzly.http.multipart.MultipartEntry
Using writer flag.
usingReader - Variable in class org.glassfish.grizzly.http.server.Request
Using writer flag.
usingReader - Variable in class org.glassfish.grizzly.servlet.HttpServletRequestImpl
Using writer flag.
usingWriter - Variable in class org.glassfish.grizzly.http.server.Response
Using writer flag.
usingWriter - Variable in class org.glassfish.grizzly.servlet.HttpServletResponseImpl
Using writer flag.
utf8 - Variable in class org.glassfish.grizzly.websockets.ProtocolHandler
 
UTF8_CHARSET - Static variable in class org.glassfish.grizzly.utils.Charsets
 
utf8Decode(boolean, byte[], DataFrame) - Method in class org.glassfish.grizzly.websockets.ProtocolHandler
 
UTF8Decoder - Class in org.glassfish.grizzly.http.util
Moved from ByteChunk - code to convert from UTF8 bytes to chars.
UTF8Decoder() - Constructor for class org.glassfish.grizzly.http.util.UTF8Decoder
 
Utf8DecodingError - Exception in org.glassfish.grizzly.websockets
 
Utf8DecodingError(String) - Constructor for exception org.glassfish.grizzly.websockets.Utf8DecodingError
 
Utf8DecodingError(String, Throwable) - Constructor for exception org.glassfish.grizzly.websockets.Utf8DecodingError
 
Utf8DecodingError(Throwable) - Constructor for exception org.glassfish.grizzly.websockets.Utf8DecodingError
 
Utf8Utils - Class in org.glassfish.grizzly.websockets
 
Utf8Utils() - Constructor for class org.glassfish.grizzly.websockets.Utf8Utils
 
Utils - Class in org.glassfish.grizzly.websockets
 
Utils() - Constructor for class org.glassfish.grizzly.websockets.Utils
 

V

validate(byte, byte) - Method in class org.glassfish.grizzly.websockets.ProtocolHandler
 
validate(MimeHeaders) - Method in enum org.glassfish.grizzly.websockets.Version
 
validateConfiguration() - Method in class org.glassfish.grizzly.ssl.SSLContextConfigurator
Validates SSLContextConfigurator configuration.
validateConfiguration(boolean) - Method in class org.glassfish.grizzly.ssl.SSLContextConfigurator
Validates SSLContextConfigurator configuration.
validateNewPoolSize(int, int) - Method in class org.glassfish.grizzly.threadpool.AbstractThreadPool
 
validateServerKey(String) - Method in class org.glassfish.grizzly.websockets.SecKey
 
validateServerResponse(HttpResponsePacket) - Method in class org.glassfish.grizzly.websockets.HandShake
 
validateServerResponse(HttpResponsePacket) - Method in class org.glassfish.grizzly.websockets.rfc6455.RFC6455HandShake
 
validateURLPattern(String) - Method in class org.glassfish.grizzly.servlet.WebappContext
Validate the syntax of a proposed <url-pattern> for conformance with specification requirements.
value - Variable in class org.glassfish.grizzly.http.Cookie
 
value - Variable in class org.glassfish.grizzly.http.util.StringCache.ByteEntry
 
value - Variable in class org.glassfish.grizzly.http.util.StringCache.CharEntry
 
value1 - Variable in class org.glassfish.grizzly.samples.jaxws.addclient.Add
 
value2 - Variable in class org.glassfish.grizzly.samples.jaxws.addclient.Add
 
valueOf(String) - Static method in enum org.glassfish.grizzly.asyncqueue.AsyncQueue.AsyncResult
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.glassfish.grizzly.CloseType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.glassfish.grizzly.comet.CometEvent.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.glassfish.grizzly.compression.lzma.impl.Decoder.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.glassfish.grizzly.compression.zip.GZipDecoder.DecodeStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.glassfish.grizzly.Connection.CloseType
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.glassfish.grizzly.filterchain.DefaultFilterChain.FILTER_STATE_TYPE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.glassfish.grizzly.filterchain.FilterChainContext.Operation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.glassfish.grizzly.filterchain.FilterChainContext.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.glassfish.grizzly.http.CompressionConfig.CompressionMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.glassfish.grizzly.http.Method.PayloadExpectation
Returns the enum constant of this type with the specified name.
valueOf(DataChunk) - Static method in class org.glassfish.grizzly.http.Method
 
valueOf(String) - Static method in class org.glassfish.grizzly.http.Method
 
valueOf(String) - Static method in enum org.glassfish.grizzly.http.Protocol
Returns the enum constant of this type with the specified name.
valueOf(byte[], int, int) - Static method in enum org.glassfish.grizzly.http.Protocol
 
valueOf(Buffer, int, int) - Static method in enum org.glassfish.grizzly.http.Protocol
 
valueOf(DataChunk) - Static method in enum org.glassfish.grizzly.http.Protocol
 
valueOf(String) - Static method in enum org.glassfish.grizzly.http.server.CompressionLevel
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.glassfish.grizzly.http.server.filecache.FileCache.CacheResult
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.glassfish.grizzly.http.server.filecache.FileCache.CacheType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.glassfish.grizzly.http.util.DataChunk.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.glassfish.grizzly.http.util.Header
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.glassfish.grizzly.IOEvent
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.glassfish.grizzly.memory.CompositeBuffer.DisposeOrder
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class org.glassfish.grizzly.PortRange
Parse a port range.
valueOf(String) - Static method in enum org.glassfish.grizzly.portunif.ProtocolFinder.Result
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.glassfish.grizzly.ProcessorResult.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.glassfish.grizzly.TransformationResult.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.glassfish.grizzly.Transport.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.glassfish.grizzly.utils.ExceptionHandler.Severity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.glassfish.grizzly.websockets.SimpleWebSocket.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.glassfish.grizzly.websockets.Version
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.glassfish.grizzly.asyncqueue.AsyncQueue.AsyncResult
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.glassfish.grizzly.CloseType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.glassfish.grizzly.comet.CometEvent.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.glassfish.grizzly.compression.lzma.impl.Decoder.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.glassfish.grizzly.compression.zip.GZipDecoder.DecodeStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.glassfish.grizzly.Connection.CloseType
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.glassfish.grizzly.filterchain.DefaultFilterChain.FILTER_STATE_TYPE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.glassfish.grizzly.filterchain.FilterChainContext.Operation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.glassfish.grizzly.filterchain.FilterChainContext.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.glassfish.grizzly.http.CompressionConfig.CompressionMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.glassfish.grizzly.http.Method.PayloadExpectation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.glassfish.grizzly.http.Protocol
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.glassfish.grizzly.http.server.CompressionLevel
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.glassfish.grizzly.http.server.filecache.FileCache.CacheResult
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.glassfish.grizzly.http.server.filecache.FileCache.CacheType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.glassfish.grizzly.http.util.DataChunk.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.glassfish.grizzly.http.util.Header
Returns an array containing the constants of this enum type, in the order they are declared.
values(String) - Method in class org.glassfish.grizzly.http.util.MimeHeaders
 
values(Header) - Method in class org.glassfish.grizzly.http.util.MimeHeaders
 
values() - Static method in enum org.glassfish.grizzly.IOEvent
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.glassfish.grizzly.memory.CompositeBuffer.DisposeOrder
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.glassfish.grizzly.portunif.ProtocolFinder.Result
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.glassfish.grizzly.ProcessorResult.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.glassfish.grizzly.TransformationResult.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.glassfish.grizzly.Transport.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.glassfish.grizzly.utils.ExceptionHandler.Severity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.glassfish.grizzly.websockets.SimpleWebSocket.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.glassfish.grizzly.websockets.Version
Returns an array containing the constants of this enum type, in the order they are declared.
version - Variable in class org.glassfish.grizzly.http.Cookie
 
Version - Enum in org.glassfish.grizzly.websockets
 
visible - Variable in class org.glassfish.grizzly.memory.ByteBufferWrapper
 
VOID_FILTER - Static variable in class org.glassfish.grizzly.http.server.Constants
Void filters (input and output).

W

waitNIOFuture(FutureImpl<Connection>, CompletionHandler<Connection>) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOConnectorHandler
 
waitNIOFuture(FutureImpl<Connection>, CompletionHandler<Connection>) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOConnectorHandler
 
wakeupSelector() - Method in class org.glassfish.grizzly.nio.SelectorRunner
 
wantClientAuth - Variable in class org.glassfish.grizzly.ssl.SSLEngineConfigurator
True when requesting authentication.
wantDecode(HttpHeader) - Method in class org.glassfish.grizzly.http.ChunkedTransferEncoding
Return true if this encoding should be used to parse the content of the passed HttpHeader, or false otherwise.
wantDecode(HttpHeader) - Method in interface org.glassfish.grizzly.http.ContentEncoding
Method should implement the logic, which decides if HTTP packet with the specific HttpHeader should be decoded using this ContentEncoding.
wantDecode(HttpHeader) - Method in class org.glassfish.grizzly.http.FixedLengthTransferEncoding
Return true if this encoding should be used to parse the content of the passed HttpHeader, or false otherwise.
wantDecode(HttpHeader) - Method in class org.glassfish.grizzly.http.GZipContentEncoding
 
wantDecode(HttpHeader) - Method in class org.glassfish.grizzly.http.LZMAContentEncoding
 
wantDecode(HttpHeader) - Method in interface org.glassfish.grizzly.http.TransferEncoding
Return true if this encoding should be used to parse the content of the passed HttpHeader, or false otherwise.
wantEncode(HttpHeader) - Method in class org.glassfish.grizzly.http.ChunkedTransferEncoding
Return true if this encoding should be used to serialize the content of the passed HttpHeader, or false otherwise.
wantEncode(HttpHeader) - Method in interface org.glassfish.grizzly.http.ContentEncoding
Method should implement the logic, which decides if HTTP packet with the specific HttpHeader should be encoded using this ContentEncoding.
wantEncode(HttpHeader) - Method in class org.glassfish.grizzly.http.FixedLengthTransferEncoding
Return true if this encoding should be used to serialize the content of the passed HttpHeader, or false otherwise.
wantEncode(HttpHeader) - Method in class org.glassfish.grizzly.http.GZipContentEncoding
 
wantEncode(HttpHeader) - Method in class org.glassfish.grizzly.http.LZMAContentEncoding
 
wantEncode(HttpHeader) - Method in interface org.glassfish.grizzly.http.TransferEncoding
Return true if this encoding should be used to serialize the content of the passed HttpHeader, or false otherwise.
wantReset(int) - Method in interface org.glassfish.grizzly.memory.ThreadLocalPool
 
WARNING_GRIZZLY_BUFFERS_OVERFLOW_EXCEPTION(Object, Object, Object, Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
GRIZZLY0012: BufferOverflow srcBuffer={0} srcOffset={1} length={2} dstBuffer={3}
WARNING_GRIZZLY_COMET_ENGINE_FLUSH_INVALID_STAGE_ERROR() - Static method in class org.glassfish.grizzly.localization.LogMessages
GRIZZLY0101: Post execution of CometTask invoke during the wrong stage.
WARNING_GRIZZLY_COMET_SELECTOR_CACHE_RESIZE_ERROR() - Static method in class org.glassfish.grizzly.localization.LogMessages
GRIZZLY0100: Unable to re-size selector cache.
WARNING_GRIZZLY_CONFIG_SSL_GENERAL_CONFIG_ERROR() - Static method in class org.glassfish.grizzly.localization.LogMessages
GRIZZLY0050: SSL support could not be configured!
WARNING_GRIZZLY_CONFIG_SSL_SECURE_PASSWORD_INITIALIZATION_ERROR(Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
GRIZZLY0051: Secure password provider could not be initialized: {0}.
WARNING_GRIZZLY_CONFIG_SSL_SSL_IMPLEMENTATION_LOAD_ERROR(Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
GRIZZLY0052: Unable to load SSLImplementation: {0}.
WARNING_GRIZZLY_CONFIG_SSL_UNKNOWN_CIPHER_ERROR(Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
GRIZZLY0053: Unrecognized cipher [{0}].
WARNING_GRIZZLY_CONNECTION_GET_READBUFFER_SIZE_EXCEPTION() - Static method in class org.glassfish.grizzly.localization.LogMessages
GRIZZLY0018: Error getting read buffer size
WARNING_GRIZZLY_CONNECTION_GET_WRITEBUFFER_SIZE_EXCEPTION() - Static method in class org.glassfish.grizzly.localization.LogMessages
GRIZZLY0019: Error getting write buffer size
WARNING_GRIZZLY_CONNECTION_SET_READBUFFER_SIZE_EXCEPTION() - Static method in class org.glassfish.grizzly.localization.LogMessages
GRIZZLY0016: Error setting read buffer size
WARNING_GRIZZLY_CONNECTION_SET_WRITEBUFFER_SIZE_EXCEPTION() - Static method in class org.glassfish.grizzly.localization.LogMessages
GRIZZLY0017: Error setting write buffer size
WARNING_GRIZZLY_FILTERCHAIN_EXCEPTION() - Static method in class org.glassfish.grizzly.localization.LogMessages
GRIZZLY0013: Exception during FilterChain execution
WARNING_GRIZZLY_HTTP_DPF_STREAM_ALGORITHM_INIT_ERROR(Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
GRIZZLY0158: Unable to instantiate Algorithm: {0}.
WARNING_GRIZZLY_HTTP_IDLE_THREAD_INTERRUPT(Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
GRIZZLY0159: Interrupting idle Thread: {0}.
WARNING_GRIZZLY_HTTP_PROCESSOR_TASK_REQUEST_DE_REGISTRATION_ERROR() - Static method in class org.glassfish.grizzly.localization.LogMessages
GRIZZLY0164: Error attempting to deregister request.
WARNING_GRIZZLY_HTTP_PROCESSOR_TASK_REQUEST_REGISTRATION_ERROR() - Static method in class org.glassfish.grizzly.localization.LogMessages
GRIZZLY0163: Error registering request.
WARNING_GRIZZLY_HTTP_PROCESSOR_TASK_SSL_CERT_ERROR() - Static method in class org.glassfish.grizzly.localization.LogMessages
GRIZZLY0162: Exception getting SSL certificate.
WARNING_GRIZZLY_HTTP_PROCESSOR_TASK_SSL_ERROR() - Static method in class org.glassfish.grizzly.localization.LogMessages
GRIZZLY0161: Exception getting SSL attributes.
WARNING_GRIZZLY_HTTP_PROCESSOR_TASK_TERMINATE_PROCESSES_INTERRUPT() - Static method in class org.glassfish.grizzly.localization.LogMessages
GRIZZLY0160: Terminate process interrupted.
WARNING_GRIZZLY_HTTP_SCOB_FLUSH_CHANNEL_ERROR() - Static method in class org.glassfish.grizzly.localization.LogMessages
GRIZZLY0170: Async write is enabled, but AsyncWriter is null.
WARNING_GRIZZLY_HTTP_SCOB_FLUSH_UPSTREAM_ERROR() - Static method in class org.glassfish.grizzly.localization.LogMessages
GRIZZLY0171: Exception discarding upstream bytes.
WARNING_GRIZZLY_HTTP_SELECTOR_THREAD_MBEAN_DEREGISTRATION_ERROR(Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
GRIZZLY0169: Exception when de-registering http-listener [{0}] mbeans.
WARNING_GRIZZLY_HTTP_SELECTOR_THREAD_MBEAN_REGISTRATION_ERROR(Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
GRIZZLY0168: Exception when registering http-listener [{0}] mbeans.
WARNING_GRIZZLY_HTTP_SELECTOR_THREAD_SOCKET_OPTION_ERROR(Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
GRIZZLY0167: {0} exception.
WARNING_GRIZZLY_HTTP_SELECTOR_THREAD_STATISTICS() - Static method in class org.glassfish.grizzly.localization.LogMessages
GRIZZLY0165: Statistics could be enabled.
WARNING_GRIZZLY_HTTP_SELECTOR_THREAD_STOP() - Static method in class org.glassfish.grizzly.localization.LogMessages
GRIZZLY0166: Exception stopping end point.
WARNING_GRIZZLY_HTTP_SELECTOR_THREAD_UNKNOWN_THREAD_FACTORY_ERROR(Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
GRIZZLY0172: Cannot guess which ThreadFactory the ExecutorService is using.
WARNING_GRIZZLY_HTTP_SERVLET_ATTRIBUTE_LISTENER_ADD_ERROR(Object, Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
GRIZZLY0302: Exception invoking attributeAdded() or attributeReplaced() on {0}: {1}.
WARNING_GRIZZLY_HTTP_SERVLET_ATTRIBUTE_LISTENER_REMOVE_ERROR(Object, Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
GRIZZLY0303: Exception invoking attributeRemoved() on {0}: {1}.
WARNING_GRIZZLY_HTTP_SERVLET_CONTAINER_OBJECT_DESTROYED_ERROR(Object, Object, Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
GRIZZLY0301: Exception invoking {0}() on {1}: {2}.
WARNING_GRIZZLY_HTTP_SERVLET_CONTAINER_OBJECT_INITIALIZED_ERROR(Object, Object, Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
GRIZZLY0300: Exception invoking {0}() on {1}: {2}.
WARNING_GRIZZLY_HTTP_SERVLET_CONTEXT_LISTENER_LOAD_ERROR(Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
GRIZZLY0306: Unable to load listener: {0}.
WARNING_GRIZZLY_HTTP_SERVLET_INPUTSTREAM_ISREADY_ERROR() - Static method in class org.glassfish.grizzly.localization.LogMessages
GRIZZLY0308: ReadListener has not been set.
WARNING_GRIZZLY_HTTP_SERVLET_INPUTSTREAM_SETREADLISTENER_ERROR() - Static method in class org.glassfish.grizzly.localization.LogMessages
Cannot set ReaderListener for non-async or non-upgrade request
WARNING_GRIZZLY_HTTP_SERVLET_NON_BLOCKING_ERROR() - Static method in class org.glassfish.grizzly.localization.LogMessages
GRIZZLY0307: Can't block in non-blocking mode.
WARNING_GRIZZLY_HTTP_SERVLET_OUTPUTSTREAM_ISREADY_ERROR() - Static method in class org.glassfish.grizzly.localization.LogMessages
GRIZZLY0309: WriteListener has not been set.
WARNING_GRIZZLY_HTTP_SERVLET_OUTPUTSTREAM_SETWRITELISTENER_ERROR() - Static method in class org.glassfish.grizzly.localization.LogMessages
Cannot set WriteListener for non-async or non-upgrade request
WARNING_GRIZZLY_HTTP_SERVLET_SESSION_LISTENER_BOUND_ERROR(Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
GRIZZLY0305: Exception invoking valueBound() on HttpSessionBindingListener {0}.
WARNING_GRIZZLY_HTTP_SERVLET_SESSION_LISTENER_UNBOUND_ERROR(Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
GRIZZLY0304: Exception invoking valueUnbound() on HttpSessionBindingListener {0}.
WARNING_GRIZZLY_HTTP_SEVERE_GRIZZLY_HTTP_PARAMETERS_MAX_COUNT_FAIL(Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
GRIZZLY0173: More than the maximum number of request parameters (GET plus POST) for a single request ([{0}]) were detected.
WARNING_GRIZZLY_IOSTRATEGY_UNCAUGHT_EXCEPTION() - Static method in class org.glassfish.grizzly.localization.LogMessages
GRIZZLY0010: Uncaught exception:
WARNING_GRIZZLY_PU_GENERAL_EXCEPTION() - Static method in class org.glassfish.grizzly.localization.LogMessages
GRIZZLY0400: PortUnification exception.
WARNING_GRIZZLY_PU_TLS_PROCESSOR_SKIPPED() - Static method in class org.glassfish.grizzly.localization.LogMessages
GRIZZLY0401: Grizzly Port unification warning.
WARNING_GRIZZLY_SELECTOR_RUNNER_NOT_IN_STOPPED_STATE_EXCEPTION() - Static method in class org.glassfish.grizzly.localization.LogMessages
GRIZZLY0014: SelectorRunner is not in the stopped state!
WARNING_GRIZZLY_SOCKET_KEEPALIVE_EXCEPTION(Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
GRIZZLY0005: Can not set SO_KEEPALIVE to {0}
WARNING_GRIZZLY_SOCKET_LINGER_EXCEPTION(Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
GRIZZLY0003: Can not set SO_LINGER to {0}
WARNING_GRIZZLY_SOCKET_REUSEADDRESS_EXCEPTION(Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
GRIZZLY0006: Can not set SO_REUSEADDR to {0}
WARNING_GRIZZLY_SOCKET_TCPNODELAY_EXCEPTION(Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
GRIZZLY0004: Can not set TCP_NODELAY to {0}
WARNING_GRIZZLY_SOCKET_TIMEOUT_EXCEPTION(Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
GRIZZLY0007: Can not set SO_TIMEOUT to {0}
WARNING_GRIZZLY_STATE_HOLDER_CALLING_CONDITIONLISTENER_EXCEPTION() - Static method in class org.glassfish.grizzly.localization.LogMessages
GRIZZLY0015: Error calling ConditionListener
WARNING_GRIZZLY_TCPSELECTOR_HANDLER_ACCEPTCHANNEL_EXCEPTION() - Static method in class org.glassfish.grizzly.localization.LogMessages
GRIZZLY0008: Exception accepting channel
WARNING_GRIZZLY_TEMPORARY_SELECTOR_IO_CANCEL_KEY_EXCEPTION(Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
GRIZZLY0025: Unexpected exception, when canceling the SelectionKey: {0}
WARNING_GRIZZLY_TEMPORARY_SELECTOR_POOL_CREATE_SELECTOR_EXCEPTION() - Static method in class org.glassfish.grizzly.localization.LogMessages
GRIZZLY0026: SelectorFactory.
WARNING_GRIZZLY_TEMPORARY_SELECTOR_POOL_MISSES_EXCEPTION(Object, Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
GRIZZLY0027: SelectorFactory.
WARNING_GRIZZLY_TEMPORARY_SELECTOR_POOL_SELECTOR_FAILURE_EXCEPTION() - Static method in class org.glassfish.grizzly.localization.LogMessages
GRIZZLY0028: Temporary Selector failure.
WARNING_GRIZZLY_THREADPOOL_UNCAUGHT_EXCEPTION(Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
GRIZZLY0011: Uncaught exception on thread {0}
WARNING_GRIZZLY_TRANSPORT_NOT_PAUSE_STATE_EXCEPTION() - Static method in class org.glassfish.grizzly.localization.LogMessages
GRIZZLY0022: Transport is not in PAUSE state!
WARNING_GRIZZLY_TRANSPORT_NOT_START_STATE_EXCEPTION() - Static method in class org.glassfish.grizzly.localization.LogMessages
GRIZZLY0021: Transport is not in START state!
WARNING_GRIZZLY_TRANSPORT_NOT_STOP_STATE_EXCEPTION() - Static method in class org.glassfish.grizzly.localization.LogMessages
GRIZZLY0020: Transport is not in STOP state!
WARNING_GRIZZLY_TRANSPORT_START_SERVER_CONNECTION_EXCEPTION(Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
GRIZZLY0023: Exception occurred when starting server connection {0}
WARNING_GRIZZLY_TRANSPORT_UNBINDING_CONNECTION_EXCEPTION(Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
GRIZZLY0024: Error unbinding connection {0}
WARNING_GRIZZLY_UTILS_ABSTRACT_THREAD_POOL_UNCAUGHT_EXCEPTION(Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
GRIZZLY0550: Uncaught thread exception.
WARNING_GRIZZLY_UTILS_INSTROSPECTION_IAE(Object, Object, Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
GRIZZLY0551: IllegalArgumentException {0} {1} {2}.
WARNING_GRIZZLY_UTILS_SELECTOR_FACTORY_NO_SELECTORS_AVAILABLE_ERROR(Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
GRIZZLY0554: No Selectors available.
WARNING_GRIZZLY_UTILS_SELECTOR_FACTORY_SELECTOR_REIMBURSEMENT_ERROR() - Static method in class org.glassfish.grizzly.localization.LogMessages
GRIZZLY0556: Problematic Selector could not be reimbursed!
WARNING_GRIZZLY_UTILS_SELECTOR_FACTORY_SELECTOR_REMOVAL_ERROR(Object, Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
GRIZZLY0552: Attempt made to remove too many selectors: {0} >= {1}.
WARNING_GRIZZLY_UTILS_SELECTOR_FACTORY_SELECTOR_REMOVE_ERROR() - Static method in class org.glassfish.grizzly.localization.LogMessages
GRIZZLY00557: SelectorFactory cache could not remove the desired number, too few selectors in cache.
WARNING_GRIZZLY_UTILS_SELECTOR_FACTORY_STATIC_INIT_ERROR() - Static method in class org.glassfish.grizzly.localization.LogMessages
GRIZZLY0553: Static initialization of SelectorFactory failed.
WARNING_GRIZZLY_UTILS_SELECTOR_FACTORY_TEMPORARY_SELECTOR_RELEASE_ERROR() - Static method in class org.glassfish.grizzly.localization.LogMessages
GRIZZLY0555: Unexpected problem when releasing temporary Selector.
WARNING_GRIZZLY_UTILS_STATE_HOLDER_CONDITION_LISTENER_INVOCATION_ERROR() - Static method in class org.glassfish.grizzly.localization.LogMessages
GRIZZLY0558: Error calling ConditionListener.
WARNING_GRIZZLY_WS_MULTIPLE_APPS() - Static method in class org.glassfish.grizzly.localization.LogMessages
GRIZZLY0502: Multiple applications are registered for this request.
WARNING_GRIZZLY_WS_SELECT_ERROR(Object) - Static method in class org.glassfish.grizzly.localization.LogMessages
GRIZZLY0500: Exception processing select(): {0}.
wasSuspended - Variable in class org.glassfish.grizzly.Context
true if this IOEvent processing was suspended during its processing, or false otherwise.
wasSuspended() - Method in class org.glassfish.grizzly.Context
 
WEB_SERVICE_CONTEXT_ROOT - Static variable in class org.glassfish.grizzly.samples.jaxws.Server
 
WEB_SOCKET_PROTOCOL_HANDSHAKE_101 - Static variable in class org.glassfish.grizzly.http.util.HttpStatus
 
WebappContext - Class in org.glassfish.grizzly.servlet
This class acts as the foundation for registering listeners, servlets, and filters in an embedded environment.
WebappContext() - Constructor for class org.glassfish.grizzly.servlet.WebappContext
 
WebappContext(String) - Constructor for class org.glassfish.grizzly.servlet.WebappContext
Creates a simple WebappContext with the root being "/".
WebappContext(String, String) - Constructor for class org.glassfish.grizzly.servlet.WebappContext
 
WebappContext(String, String, String) - Constructor for class org.glassfish.grizzly.servlet.WebappContext
 
WebConnectionImpl - Class in org.glassfish.grizzly.servlet
Implementation of WebConnection for Servlet 3.1
WebConnectionImpl(HttpServletRequestImpl, ServletInputStream, ServletOutputStream) - Constructor for class org.glassfish.grizzly.servlet.WebConnectionImpl
 
WebServerFilter - Class in org.glassfish.grizzly.samples.http.download
Simple Web server implementation, which locates requested resources in a local filesystem and transfers it asynchronously to a client.
WebServerFilter(String) - Constructor for class org.glassfish.grizzly.samples.http.download.WebServerFilter
Construct a WebServer
WEBSOCKET - Static variable in class org.glassfish.grizzly.websockets.Constants
 
WebSocket - Interface in org.glassfish.grizzly.websockets
General WebSocket unit interface.
webSocket - Variable in class org.glassfish.grizzly.websockets.WebSocketHolder
 
WebSocketAdapter - Class in org.glassfish.grizzly.websockets
 
WebSocketAdapter() - Constructor for class org.glassfish.grizzly.websockets.WebSocketAdapter
 
WebSocketAddOn - Class in org.glassfish.grizzly.websockets
WebSockets AddOn for the HttpServer.
WebSocketAddOn() - Constructor for class org.glassfish.grizzly.websockets.WebSocketAddOn
 
WebSocketApplication - Class in org.glassfish.grizzly.websockets
Abstract server-side WebSocket application, which will handle application WebSockets events.
WebSocketApplication() - Constructor for class org.glassfish.grizzly.websockets.WebSocketApplication
 
WebSocketClientFilter - Class in org.glassfish.grizzly.websockets
 
WebSocketClientFilter() - Constructor for class org.glassfish.grizzly.websockets.WebSocketClientFilter
 
WebSocketEngine - Class in org.glassfish.grizzly.websockets
WebSockets engine implementation (singleton), which handles WebSocketApplications registration, responsible for client and server handshake validation.
WebSocketException - Exception in org.glassfish.grizzly.websockets
 
WebSocketException(String) - Constructor for exception org.glassfish.grizzly.websockets.WebSocketException
 
WebSocketException(String, Throwable) - Constructor for exception org.glassfish.grizzly.websockets.WebSocketException
 
WebSocketException(Throwable) - Constructor for exception org.glassfish.grizzly.websockets.WebSocketException
 
WebSocketFilter - Class in org.glassfish.grizzly.websockets
 
WebSocketFilter() - Constructor for class org.glassfish.grizzly.websockets.WebSocketFilter
 
WebSocketFilter(long) - Constructor for class org.glassfish.grizzly.websockets.WebSocketFilter
 
WebSocketHolder - Class in org.glassfish.grizzly.websockets
WebSocketHolder object, which gets associated with the Grizzly Connection.
WebSocketListener - Interface in org.glassfish.grizzly.websockets
Interface to allow notification of events occurring on specific WebSocket instances.
WELCOME_FILES_ATTR - Static variable in class org.glassfish.grizzly.http.server.util.Globals
The servlet context attribute under which we record the set of welcome files (as an object of type String[]) for this application.
welcomeResources - Variable in class org.glassfish.grizzly.http.server.util.Mapper.Context
 
wildcardWrappers - Variable in class org.glassfish.grizzly.http.server.util.Mapper.Context
 
willAllocateDirect(int) - Method in class org.glassfish.grizzly.memory.ByteBufferManager
Return true if next MemoryManager.allocate(int) or MemoryManager.allocateAtLeast(int) call, made in the current thread for the given memory size, going to return a Buffer based on direct ByteBuffer, or false otherwise.
willAllocateDirect(int) - Method in class org.glassfish.grizzly.memory.HeapMemoryManager
Return true if next MemoryManager.allocate(int) or MemoryManager.allocateAtLeast(int) call, made in the current thread for the given memory size, going to return a Buffer based on direct ByteBuffer, or false otherwise.
willAllocateDirect(int) - Method in interface org.glassfish.grizzly.memory.MemoryManager
Return true if next MemoryManager.allocate(int) or MemoryManager.allocateAtLeast(int) call, made in the current thread for the given memory size, going to return a Buffer based on direct ByteBuffer, or false otherwise.
WORK_DIR_ATTR - Static variable in class org.glassfish.grizzly.http.server.util.Globals
The servlet context attribute under which we store a temporary working directory (as an object of type File) for use by servlets within this web application.
Worker() - Constructor for class org.glassfish.grizzly.threadpool.AbstractThreadPool.Worker
 
workerConfig - Variable in class org.glassfish.grizzly.NIOTransportBuilder
 
workerPoolConfig - Variable in class org.glassfish.grizzly.AbstractTransport
 
workers - Variable in class org.glassfish.grizzly.threadpool.AbstractThreadPool
 
WorkerThread - Interface in org.glassfish.grizzly.threadpool
Interface, which Grizzly thread pool threads should implement.
WorkerThreadIOStrategy - Class in org.glassfish.grizzly.strategies
IOStrategy, which executes Processors in worker thread.
workerThreadPool - Variable in class org.glassfish.grizzly.AbstractTransport
Worker thread pool
WorkerThreadPoolConfigProducer - Interface in org.glassfish.grizzly.strategies
Strategy implementations may implement this interface to signify they have certain thread pool configuration requirements that could be used when building the runtime.
workQueue - Variable in class org.glassfish.grizzly.threadpool.FixedThreadPool
 
wrap(MemoryManager, String) - Static method in class org.glassfish.grizzly.memory.Buffers
Returns Buffer, which wraps the String.
wrap(MemoryManager, String, Charset) - Static method in class org.glassfish.grizzly.memory.Buffers
Returns Buffer, which wraps the String with the specific Charset.
wrap(MemoryManager, byte[]) - Static method in class org.glassfish.grizzly.memory.Buffers
Returns Buffer, which wraps the byte array.
wrap(MemoryManager, byte[], int, int) - Static method in class org.glassfish.grizzly.memory.Buffers
Returns Buffer, which wraps the part of byte array with specific offset and length.
wrap(MemoryManager, ByteBuffer) - Static method in class org.glassfish.grizzly.memory.Buffers
Returns Buffer, which wraps the ByteBuffer.
wrap(byte[]) - Method in class org.glassfish.grizzly.memory.ByteBufferManager
Returns Buffer, which wraps the byte array.
wrap(byte[], int, int) - Method in class org.glassfish.grizzly.memory.ByteBufferManager
Returns Buffer, which wraps the part of byte array with specific offset and length.
wrap(String) - Method in class org.glassfish.grizzly.memory.ByteBufferManager
Returns Buffer, which wraps the String.
wrap(String, Charset) - Method in class org.glassfish.grizzly.memory.ByteBufferManager
Returns Buffer, which wraps the String with the specific Charset.
wrap(ByteBuffer) - Method in class org.glassfish.grizzly.memory.ByteBufferManager
Returns Buffer, which wraps the ByteBuffer.
wrap(byte[]) - Static method in class org.glassfish.grizzly.memory.HeapBuffer
 
wrap(byte[], int, int) - Static method in class org.glassfish.grizzly.memory.HeapBuffer
 
wrap(byte[]) - Method in class org.glassfish.grizzly.memory.HeapMemoryManager
Returns Buffer, which wraps the byte array.
wrap(byte[], int, int) - Method in class org.glassfish.grizzly.memory.HeapMemoryManager
Returns Buffer, which wraps the part of byte array with specific offset and length.
wrap(String) - Method in class org.glassfish.grizzly.memory.HeapMemoryManager
Returns Buffer, which wraps the String.
wrap(String, Charset) - Method in class org.glassfish.grizzly.memory.HeapMemoryManager
Returns Buffer, which wraps the String with the specific Charset.
wrap(ByteBuffer) - Method in class org.glassfish.grizzly.memory.HeapMemoryManager
Returns Buffer, which wraps the ByteBuffer.
wrap(byte[]) - Method in interface org.glassfish.grizzly.memory.WrapperAware
Returns Buffer, which wraps the byte array.
wrap(byte[], int, int) - Method in interface org.glassfish.grizzly.memory.WrapperAware
Returns Buffer, which wraps the part of byte array with specific offset and length.
wrap(String) - Method in interface org.glassfish.grizzly.memory.WrapperAware
Returns Buffer, which wraps the String.
wrap(String, Charset) - Method in interface org.glassfish.grizzly.memory.WrapperAware
Returns Buffer, which wraps the String with the specific Charset.
wrap(ByteBuffer) - Method in interface org.glassfish.grizzly.memory.WrapperAware
Returns Buffer, which wraps the ByteBuffer.
wrapAll(FilterChainContext, SSLConnectionContext) - Method in class org.glassfish.grizzly.ssl.SSLBaseFilter
 
wrapByteBuffer(ByteBuffer) - Method in class org.glassfish.grizzly.memory.ByteBufferManager.SmallByteBufferWrapper
 
wrapByteBuffer(ByteBuffer) - Method in class org.glassfish.grizzly.memory.ByteBufferWrapper
 
Wrapper() - Constructor for class org.glassfish.grizzly.http.server.util.Mapper.Wrapper
 
wrapper - Variable in class org.glassfish.grizzly.http.server.util.MappingData
 
WrapperAware - Interface in org.glassfish.grizzly.memory
MemoryManagers, which implement this interface, are able to convert frequently used Java buffer types to Grizzly Buffer.
wrapperPath - Variable in class org.glassfish.grizzly.http.server.util.MappingData
 
WritableMessage - Interface in org.glassfish.grizzly.asyncqueue
Common interface for entities that may be written to a Channel.
write(Connection, WritableMessage) - Method in class org.glassfish.grizzly.AbstractWriter
Method writes the WritableMessage.
write(Connection, WritableMessage, CompletionHandler<WriteResult<WritableMessage, L>>) - Method in class org.glassfish.grizzly.AbstractWriter
Method writes the WritableMessage.
write(Connection, L, WritableMessage) - Method in class org.glassfish.grizzly.AbstractWriter
Method writes the WritableMessage to the specific address.
write(Connection, L, WritableMessage, CompletionHandler<WriteResult<WritableMessage, L>>) - Method in class org.glassfish.grizzly.AbstractWriter
Method writes the WritableMessage to the specific address.
write(Connection, SocketAddress, WritableMessage, CompletionHandler<WriteResult<WritableMessage, SocketAddress>>, PushBackHandler, MessageCloner<WritableMessage>) - Method in interface org.glassfish.grizzly.asyncqueue.AsyncQueueWriter
Deprecated.
push back logic is deprecated
write(Connection, Object, Object, CompletionHandler<WriteResult>) - Method in class org.glassfish.grizzly.filterchain.DefaultFilterChain
 
write(Connection, Object, Object, CompletionHandler<WriteResult>, MessageCloner) - Method in class org.glassfish.grizzly.filterchain.DefaultFilterChain
 
write(Connection, Object, Object, CompletionHandler, PushBackHandler) - Method in class org.glassfish.grizzly.filterchain.DefaultFilterChain
Deprecated.
write(Object) - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
 
write(Object, boolean) - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
 
write(Object, CompletionHandler<WriteResult>) - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
 
write(Object, CompletionHandler<WriteResult>, boolean) - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
 
write(Object, Object, CompletionHandler<WriteResult>) - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
 
write(Object, Object, CompletionHandler<WriteResult>, boolean) - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
 
write(Object, Object, CompletionHandler<WriteResult>, PushBackHandler) - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
Deprecated.
write(Object, Object, CompletionHandler<WriteResult>, PushBackHandler, boolean) - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
Deprecated.
write(Object, Object, CompletionHandler<WriteResult>, MessageCloner) - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
 
write(Object, Object, CompletionHandler<WriteResult>, PushBackHandler, MessageCloner) - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
Deprecated.
write(Object, Object, CompletionHandler<WriteResult>, MessageCloner, boolean) - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
 
write(Object, Object, CompletionHandler<WriteResult>, PushBackHandler, MessageCloner, boolean) - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
Deprecated.
write(Buffer) - Method in interface org.glassfish.grizzly.http.io.BinaryNIOOutputSink
Writes the contents of the specified Buffer.
write(char[], int, int) - Method in class org.glassfish.grizzly.http.io.OutputBuffer
 
write(char[]) - Method in class org.glassfish.grizzly.http.io.OutputBuffer
 
write(String) - Method in class org.glassfish.grizzly.http.io.OutputBuffer
 
write(String, int, int) - Method in class org.glassfish.grizzly.http.io.OutputBuffer
 
write(byte[]) - Method in class org.glassfish.grizzly.http.io.OutputBuffer
 
write(byte[], int, int) - Method in class org.glassfish.grizzly.http.io.OutputBuffer
 
write(Connection, SocketAddress, WritableMessage, CompletionHandler<WriteResult<WritableMessage, SocketAddress>>, MessageCloner<WritableMessage>) - Method in class org.glassfish.grizzly.nio.AbstractNIOAsyncQueueWriter
 
write(Connection, SocketAddress, WritableMessage, CompletionHandler<WriteResult<WritableMessage, SocketAddress>>, PushBackHandler) - Method in class org.glassfish.grizzly.nio.AbstractNIOAsyncQueueWriter
Deprecated.
write(Connection, SocketAddress, WritableMessage, CompletionHandler<WriteResult<WritableMessage, SocketAddress>>, PushBackHandler, MessageCloner<WritableMessage>) - Method in class org.glassfish.grizzly.nio.AbstractNIOAsyncQueueWriter
Deprecated.
write(M) - Method in class org.glassfish.grizzly.nio.NIOConnection
 
write(M, CompletionHandler<WriteResult<M, SocketAddress>>) - Method in class org.glassfish.grizzly.nio.NIOConnection
 
write(M, CompletionHandler<WriteResult<M, SocketAddress>>, PushBackHandler) - Method in class org.glassfish.grizzly.nio.NIOConnection
Deprecated.
write(SocketAddress, M, CompletionHandler<WriteResult<M, SocketAddress>>) - Method in class org.glassfish.grizzly.nio.NIOConnection
 
write(SocketAddress, M, CompletionHandler<WriteResult<M, SocketAddress>>, PushBackHandler) - Method in class org.glassfish.grizzly.nio.NIOConnection
Deprecated.
write(Connection, SocketAddress, WritableMessage, CompletionHandler<WriteResult<WritableMessage, SocketAddress>>, MessageCloner<WritableMessage>) - Method in class org.glassfish.grizzly.nio.tmpselectors.TemporarySelectorWriter
Method writes the WritableMessage to the specific address.
write(Connection, SocketAddress, WritableMessage, CompletionHandler<WriteResult<WritableMessage, SocketAddress>>, PushBackHandler) - Method in class org.glassfish.grizzly.nio.tmpselectors.TemporarySelectorWriter
Deprecated.
write(Connection, SocketAddress, WritableMessage, CompletionHandler<WriteResult<WritableMessage, SocketAddress>>, long, TimeUnit) - Method in class org.glassfish.grizzly.nio.tmpselectors.TemporarySelectorWriter
Method writes the WritableMessage to the specific address.
write(Connection, SocketAddress, WritableMessage, CompletionHandler<WriteResult<WritableMessage, SocketAddress>>, PushBackHandler, long, TimeUnit) - Method in class org.glassfish.grizzly.nio.tmpselectors.TemporarySelectorWriter
Method writes the WritableMessage to the specific address.
write(TCPNIOConnection, WritableMessage) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOTransport
 
write(TCPNIOConnection, WritableMessage, WriteResult) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOTransport
 
write(UDPNIOConnection, SocketAddress, WritableMessage) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOTransport
 
write(UDPNIOConnection, SocketAddress, WritableMessage, WriteResult<WritableMessage, SocketAddress>) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOTransport
 
write(Connection, Object, Object, CompletionHandler<WriteResult>) - Method in interface org.glassfish.grizzly.Processor
 
write(Connection, Object, Object, CompletionHandler<WriteResult>, MessageCloner) - Method in interface org.glassfish.grizzly.Processor
 
write(Connection, Object, Object, CompletionHandler<WriteResult>, PushBackHandler) - Method in interface org.glassfish.grizzly.Processor
Deprecated.
write(int) - Method in class org.glassfish.grizzly.servlet.ServletOutputStreamImpl
 
write(byte[]) - Method in class org.glassfish.grizzly.servlet.ServletOutputStreamImpl
 
write(byte[], int, int) - Method in class org.glassfish.grizzly.servlet.ServletOutputStreamImpl
 
write(int) - Method in class org.glassfish.grizzly.servlet.ServletWriterImpl
 
write(char[], int, int) - Method in class org.glassfish.grizzly.servlet.ServletWriterImpl
 
write(char[]) - Method in class org.glassfish.grizzly.servlet.ServletWriterImpl
 
write(String, int, int) - Method in class org.glassfish.grizzly.servlet.ServletWriterImpl
 
write(String) - Method in class org.glassfish.grizzly.servlet.ServletWriterImpl
 
write(Connection, Object, Object, CompletionHandler) - Method in class org.glassfish.grizzly.StandaloneProcessor
 
write(Connection, Object, Object, CompletionHandler, MessageCloner) - Method in class org.glassfish.grizzly.StandaloneProcessor
 
write(Connection, Object, Object, CompletionHandler, PushBackHandler) - Method in class org.glassfish.grizzly.StandaloneProcessor
Deprecated.
write(byte) - Method in class org.glassfish.grizzly.streams.BufferedOutput
 
write(Buffer) - Method in class org.glassfish.grizzly.streams.BufferedOutput
 
write(byte) - Method in interface org.glassfish.grizzly.streams.Output
 
write(Buffer) - Method in interface org.glassfish.grizzly.streams.Output
 
write(byte) - Method in class org.glassfish.grizzly.streams.StreamOutput
 
write(Buffer) - Method in class org.glassfish.grizzly.streams.StreamOutput
 
write(int) - Method in class org.glassfish.grizzly.utils.BufferOutputStream
 
write(byte[]) - Method in class org.glassfish.grizzly.utils.BufferOutputStream
 
write(byte[], int, int) - Method in class org.glassfish.grizzly.utils.BufferOutputStream
 
write(M) - Method in interface org.glassfish.grizzly.Writeable
Method writes the buffer.
write(M, CompletionHandler<WriteResult<M, L>>) - Method in interface org.glassfish.grizzly.Writeable
Method writes the buffer.
write(M, CompletionHandler<WriteResult<M, L>>, PushBackHandler) - Method in interface org.glassfish.grizzly.Writeable
Deprecated.
push back logic is deprecated
write(L, M, CompletionHandler<WriteResult<M, L>>) - Method in interface org.glassfish.grizzly.Writeable
Method writes the buffer to the specific address.
write(L, M, CompletionHandler<WriteResult<M, L>>, PushBackHandler) - Method in interface org.glassfish.grizzly.Writeable
Deprecated.
push back logic is deprecated
write(Connection, WritableMessage) - Method in interface org.glassfish.grizzly.Writer
Method writes the WritableMessage.
write(Connection, WritableMessage, CompletionHandler<WriteResult<WritableMessage, L>>) - Method in interface org.glassfish.grizzly.Writer
Method writes the WritableMessage.
write(Connection, L, WritableMessage) - Method in interface org.glassfish.grizzly.Writer
Method writes the WritableMessage to the specific address.
write(Connection, L, WritableMessage, CompletionHandler<WriteResult<WritableMessage, L>>) - Method in interface org.glassfish.grizzly.Writer
Method writes the WritableMessage to the specific address.
write(Connection, L, WritableMessage, CompletionHandler<WriteResult<WritableMessage, L>>, PushBackHandler) - Method in interface org.glassfish.grizzly.Writer
Deprecated.
push back logic is deprecated
write(Connection, L, WritableMessage, CompletionHandler<WriteResult<WritableMessage, L>>, MessageCloner<WritableMessage>) - Method in interface org.glassfish.grizzly.Writer
Method writes the WritableMessage to the specific address.
write0(NIOConnection, AsyncWriteQueueRecord) - Method in class org.glassfish.grizzly.nio.AbstractNIOAsyncQueueWriter
 
write0(NIOConnection, SocketAddress, WritableMessage, WriteResult<WritableMessage, SocketAddress>, long, TimeUnit) - Method in class org.glassfish.grizzly.nio.tmpselectors.TemporarySelectorWriter
Flush the buffer by looping until the Buffer is empty
write0(NIOConnection, AsyncWriteQueueRecord) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOAsyncQueueWriter
 
write0(NIOConnection, AsyncWriteQueueRecord) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOAsyncQueueWriter
 
Writeable<L> - Interface in org.glassfish.grizzly
Implementations of this interface are able to write data from a Buffer.
writeBoolean(boolean) - Method in class org.glassfish.grizzly.streams.AbstractStreamWriter
Write the boolean value to the StreamWriter.
writeBoolean(boolean) - Method in interface org.glassfish.grizzly.streams.StreamWriter
Write the boolean value to the StreamWriter.
writeBooleanArray(boolean[]) - Method in class org.glassfish.grizzly.streams.AbstractStreamWriter
Write the array of boolean values to the StreamWriter.
writeBooleanArray(boolean[]) - Method in interface org.glassfish.grizzly.streams.StreamWriter
Write the array of boolean values to the StreamWriter.
writeBuffer(Buffer) - Method in class org.glassfish.grizzly.http.io.OutputBuffer
Writes the contents of the specified Buffer to the client.
writeBuffer(Buffer) - Method in class org.glassfish.grizzly.streams.AbstractStreamWriter
Write the Buffer to the StreamWriter.
writeBuffer(Buffer) - Method in interface org.glassfish.grizzly.streams.StreamWriter
Write the Buffer to the StreamWriter.
writeBufferSize - Variable in class org.glassfish.grizzly.AbstractTransport
Transport default buffer size for write operations
writeBufferSize - Variable in class org.glassfish.grizzly.NIOTransportBuilder
 
writeByte(int) - Method in class org.glassfish.grizzly.http.io.OutputBuffer
 
writeByte(byte) - Method in class org.glassfish.grizzly.streams.AbstractStreamWriter
Write the byte value to the StreamWriter.
writeByte(byte) - Method in interface org.glassfish.grizzly.streams.StreamWriter
Write the byte value to the StreamWriter.
writeByteArray(byte[]) - Method in class org.glassfish.grizzly.streams.AbstractStreamWriter
Write the array of byte values to the StreamWriter.
writeByteArray(byte[], int, int) - Method in class org.glassfish.grizzly.streams.AbstractStreamWriter
Write the part of array of byte values to the StreamWriter, using specific offset and length values.
writeByteArray(byte[]) - Method in interface org.glassfish.grizzly.streams.StreamWriter
Write the array of byte values to the StreamWriter.
writeByteArray(byte[], int, int) - Method in interface org.glassfish.grizzly.streams.StreamWriter
Write the part of array of byte values to the StreamWriter, using specific offset and length values.
writeByteBuffer(ByteBuffer) - Method in class org.glassfish.grizzly.http.io.OutputBuffer
Writes the contents of the specified ByteBuffer to the client.
writeChar(int) - Method in class org.glassfish.grizzly.http.io.OutputBuffer
 
writeChar(char) - Method in class org.glassfish.grizzly.streams.AbstractStreamWriter
Write the char value to the StreamWriter.
writeChar(char) - Method in interface org.glassfish.grizzly.streams.StreamWriter
Write the char value to the StreamWriter.
writeCharArray(char[]) - Method in class org.glassfish.grizzly.streams.AbstractStreamWriter
Write the array of char values to the StreamWriter.
writeCharArray(char[]) - Method in interface org.glassfish.grizzly.streams.StreamWriter
Write the array of char values to the StreamWriter.
writeCoderProperties(Buffer) - Method in class org.glassfish.grizzly.compression.lzma.impl.Encoder
 
writeDouble(double) - Method in class org.glassfish.grizzly.streams.AbstractStreamWriter
Write the double value to the StreamWriter.
writeDouble(double) - Method in interface org.glassfish.grizzly.streams.StreamWriter
Write the double value to the StreamWriter.
writeDoubleArray(double[]) - Method in class org.glassfish.grizzly.streams.AbstractStreamWriter
Write the array of double values to the StreamWriter.
writeDoubleArray(double[]) - Method in interface org.glassfish.grizzly.streams.StreamWriter
Write the array of double values to the StreamWriter.
writeFloat(float) - Method in class org.glassfish.grizzly.streams.AbstractStreamWriter
Write the float value to the StreamWriter.
writeFloat(float) - Method in interface org.glassfish.grizzly.streams.StreamWriter
Write the float value to the StreamWriter.
writeFloatArray(float[]) - Method in class org.glassfish.grizzly.streams.AbstractStreamWriter
Write the array of float values to the StreamWriter.
writeFloatArray(float[]) - Method in interface org.glassfish.grizzly.streams.StreamWriter
Write the array of float values to the StreamWriter.
WriteHandler - Interface in org.glassfish.grizzly.http.server.io
Deprecated.
please use WriteHandler
WriteHandler - Interface in org.glassfish.grizzly
Callback notification mechanism that signals the developer it's possible to write content.
writeHandlersQueue - Variable in class org.glassfish.grizzly.asyncqueue.TaskQueue
 
writeInt(int) - Method in class org.glassfish.grizzly.streams.AbstractStreamWriter
 
writeInt(int) - Method in interface org.glassfish.grizzly.streams.StreamWriter
Write the int value to the StreamWriter.
writeIntArray(int[]) - Method in class org.glassfish.grizzly.streams.AbstractStreamWriter
Write the array of int values to the StreamWriter.
writeIntArray(int[]) - Method in interface org.glassfish.grizzly.streams.StreamWriter
Write the array of int values to the StreamWriter.
writeLong(long) - Method in class org.glassfish.grizzly.streams.AbstractStreamWriter
Write the long value to the StreamWriter.
writeLong(long) - Method in interface org.glassfish.grizzly.streams.StreamWriter
Write the long value to the StreamWriter.
writeLongArray(long[]) - Method in class org.glassfish.grizzly.streams.AbstractStreamWriter
Write the array of long values to the StreamWriter.
writeLongArray(long[]) - Method in interface org.glassfish.grizzly.streams.StreamWriter
Write the array of long values to the StreamWriter.
writeNow0(NIOConnection, SocketAddress, WritableMessage, WriteResult<WritableMessage, SocketAddress>) - Method in class org.glassfish.grizzly.nio.tmpselectors.TemporarySelectorWriter
 
writeNow0(NIOConnection, SocketAddress, WritableMessage, WriteResult<WritableMessage, SocketAddress>) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOTemporarySelectorWriter
 
writeNow0(NIOConnection, SocketAddress, WritableMessage, WriteResult<WritableMessage, SocketAddress>) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOTemporarySelectorWriter
 
Writer<L> - Interface in org.glassfish.grizzly
Implementations of this interface are able to write data from a Buffer to Connection.
Writer.Reentrant - Class in org.glassfish.grizzly
Write reentrants counter
WriteResult<K,L> - Class in org.glassfish.grizzly
Result of write operation, returned by Writeable.
writeShort(short) - Method in class org.glassfish.grizzly.streams.AbstractStreamWriter
Write the short value to the StreamWriter.
writeShort(short) - Method in interface org.glassfish.grizzly.streams.StreamWriter
Write the short value to the StreamWriter.
writeShortArray(short[]) - Method in class org.glassfish.grizzly.streams.AbstractStreamWriter
Write the array of short values to the StreamWriter.
writeShortArray(short[]) - Method in interface org.glassfish.grizzly.streams.StreamWriter
Write the array of short values to the StreamWriter.
writeTimeout - Variable in class org.glassfish.grizzly.AbstractTransport
 
writeTimeoutMillis - Variable in class org.glassfish.grizzly.nio.NIOConnection
 
writeTo(WritableByteChannel) - Method in class org.glassfish.grizzly.FileTransfer
Transfers the File backing this FileTransfer to the specified WritableByteChannel.
writeToFileChannel(FileChannel, Buffer) - Static method in class org.glassfish.grizzly.memory.Buffers
Writes data from the Buffer into the FileChannel.
writeTraceMessage(Request, Response) - Static method in class org.glassfish.grizzly.http.server.util.HtmlHelper
 

X

xPoweredBy - Variable in class org.glassfish.grizzly.http.server.filecache.FileCacheEntry
 

Z

Z - Static variable in class org.glassfish.grizzly.http.server.Constants
'Z'.
Z - Static variable in class org.glassfish.grizzly.http.util.Constants
'Z'.
ZERO - Static variable in class org.glassfish.grizzly.streams.AbstractStreamWriter
 
ZERO - Static variable in class org.glassfish.grizzly.streams.BufferedOutput
 
ZERO_READY_FUTURE - Static variable in class org.glassfish.grizzly.streams.AbstractStreamWriter
 
ZERO_READY_FUTURE - Static variable in class org.glassfish.grizzly.streams.BufferedOutput
 
zeroByteReadCount - Variable in class org.glassfish.grizzly.nio.NIOConnection
 

_

_200_BYTES - Static variable in class org.glassfish.grizzly.http.server.Constants
 
_400_BYTES - Static variable in class org.glassfish.grizzly.http.server.Constants
 
_404_BYTES - Static variable in class org.glassfish.grizzly.http.server.Constants
 
_blockSize - Variable in class org.glassfish.grizzly.compression.lzma.impl.lz.InWindow
 
_bufferBase - Variable in class org.glassfish.grizzly.compression.lzma.impl.lz.InWindow
 
_bufferOffset - Variable in class org.glassfish.grizzly.compression.lzma.impl.lz.InWindow
 
_pos - Variable in class org.glassfish.grizzly.compression.lzma.impl.lz.InWindow
 
_return - Variable in class org.glassfish.grizzly.samples.jaxws.addclient.AddResponse
 
_streamPos - Variable in class org.glassfish.grizzly.compression.lzma.impl.lz.InWindow
 
A B C D E F G H I J K L M N O P Q R S T U V W X Z _ 

Copyright © 2014 Oracle Corporation. All rights reserved.