- 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
-
- 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
-
- AbstractNIOAsyncQueueReader(NIOTransport) - Constructor for class org.glassfish.grizzly.nio.AbstractNIOAsyncQueueReader
-
- AbstractNIOAsyncQueueWriter - Class in org.glassfish.grizzly.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
-
- 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
-
- 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() - Method in interface org.glassfish.grizzly.SocketAcceptor
-
- acceptAsync() - Method in class org.glassfish.grizzly.nio.transport.TCPNIOServerConnection
-
- 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
-
- 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
-
- 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
-
- 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
-
- addCloseListener(Connection.CloseListener) - Method in interface org.glassfish.grizzly.Connection
-
- addCloseListener(CloseListener) - Method in class org.glassfish.grizzly.nio.NIOConnection
-
- 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
-
- addContentEncoding(ContentEncoding) - Method in class org.glassfish.grizzly.http.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
-
- 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
-
- 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
-
- 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
-
- addToFileCache(Request, Response, File) - Method in class org.glassfish.grizzly.http.server.StaticHttpHandlerBase
-
- addTransferEncoding(TransferEncoding) - Method in class org.glassfish.grizzly.http.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
-
- 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
-
- 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
-
- AjpHttpResponse - Class in org.glassfish.grizzly.http.ajp
-
- 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
-
- 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
-
- allocateFromPool(ThreadLocalPool, int) - Method in class org.glassfish.grizzly.memory.AbstractMemoryManager
-
- 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
-
- appendBuffers(MemoryManager, Buffer, Buffer, boolean) - Static method in class org.glassfish.grizzly.memory.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
-
- AsyncQueue - Interface in org.glassfish.grizzly.asyncqueue
-
- 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
-
- 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
-
- 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
-
- asyncWriteQueue - Variable in class org.glassfish.grizzly.nio.NIOConnection
-
- AsyncWriteQueueRecord - Class in org.glassfish.grizzly.asyncqueue
-
- 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
-
- attach(Connection) - Method in class org.glassfish.grizzly.connectionpool.SingleEndpointPool
-
- attach() - Method in class org.glassfish.grizzly.ssl.SSLConnectionContext
-
- attachment - Variable in class org.glassfish.grizzly.comet.CometEvent
-
- 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
Attribute
s.
- 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
Attribute
s.
- 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
-
- 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 - 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- canWrite(int) - Method in class org.glassfish.grizzly.http.io.OutputBuffer
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- cloneBuffer(Buffer, int, int) - Static method in class org.glassfish.grizzly.memory.Buffers
-
- 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(CompletionHandler<Closeable>) - Method in interface org.glassfish.grizzly.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() - 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() - 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() - 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
-
- 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
-
- 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
-
- 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
Buffer
s 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
-
- 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(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
-
- configureBlocking(boolean) - Method in interface org.glassfish.grizzly.Connection
-
- 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
-
- 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
-
- connect(SocketAddress, SocketAddress, CompletionHandler<Connection>) - Method in class org.glassfish.grizzly.nio.transport.UDPNIOConnectorHandler
-
- connect() - Method in class org.glassfish.grizzly.nio.transport.UDPNIOTransport
-
- 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
-
- Connection.CloseType - Enum in org.glassfish.grizzly
-
- 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
-
- connectorHandler(ConnectorHandler<E>) - Method in class org.glassfish.grizzly.connectionpool.SingleEndpointPool.Builder
-
- 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
-
- 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
-
- 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
-
- convert(ByteChunk, boolean, boolean) - Static method in class org.glassfish.grizzly.http.util.UDecoder
-
- 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
-
- 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
Connection
s, 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
-
- 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
-
- create() - Static method in class org.glassfish.grizzly.impl.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
-
- createAddResponse() - Method in class org.glassfish.grizzly.samples.jaxws.addclient.ObjectFactory
-
- createAddResponse(AddResponse) - Method in class org.glassfish.grizzly.samples.jaxws.addclient.ObjectFactory
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- createURLClassLoader(String, ClassLoader) - Static method in class org.glassfish.grizzly.http.server.util.ClassLoaderUtil
-
- 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
-
- CustomStrategy() - Constructor for class org.glassfish.grizzly.samples.strategy.CustomStrategy
-
- 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
-
- 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
-
- EmptyCompletionHandler() - Constructor for class org.glassfish.grizzly.EmptyCompletionHandler
-
- EmptyIOEventProcessingHandler - Class in org.glassfish.grizzly
-
- 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(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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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.
- 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(AttributeStorage) - Method in class org.glassfish.grizzly.attributes.Attribute
-
- 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
-
- getAddOns() - Method in class org.glassfish.grizzly.http.server.NetworkListener
-
Return the array of the registered
AddOn
s.
- 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
-
- 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
-
- 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
-
- getAttributes() - Method in class org.glassfish.grizzly.Context
-
- getAttributes() - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
-
- getAttributes() - Method in class org.glassfish.grizzly.http.HttpContext
-
- getAttributes() - Method in class org.glassfish.grizzly.http.HttpHeader
-
- 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
-
- 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
-
- getBuffer() - Method in interface org.glassfish.grizzly.streams.Output
-
- 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
-
- 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
-
- 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
-
- getCharsetEncoder(Charset) - Static method in class org.glassfish.grizzly.utils.Charsets
-
- 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
-
- getCometContext() - Method in class org.glassfish.grizzly.comet.CometEvent
-
- 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
-
- 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
-
- 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
-
- getCompression() - Method in class org.glassfish.grizzly.http.server.NetworkListener
-
- 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
-
- 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
-
- 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
-
- 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
-
- getConnection() - Method in interface org.glassfish.grizzly.Result
-
- getConnection() - Method in class org.glassfish.grizzly.ssl.SSLConnectionContext
-
- getConnection() - Method in class org.glassfish.grizzly.streams.AbstractStreamReader
-
- getConnection() - Method in class org.glassfish.grizzly.streams.AbstractStreamWriter
-
- getConnection() - Method in interface org.glassfish.grizzly.streams.Stream
-
- getConnection() - Method in interface org.glassfish.grizzly.streams.StreamWriter
-
- getConnection() - Method in class org.glassfish.grizzly.websockets.ProtocolHandler
-
- getConnection() - Method in class org.glassfish.grizzly.WriteResult
-
- 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
Connection
s.
- getConnectionMonitoringConfig() - Method in interface org.glassfish.grizzly.Transport
-
Get the monitoring configuration for Transport
Connection
s.
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- getDefaultErrorPageGenerator() - Method in class org.glassfish.grizzly.http.server.ServerFilterConfiguration
-
- 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
-
- 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
-
- 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
-
- 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
-
- getHeaders() - Method in interface org.glassfish.grizzly.http.HttpPacketParsing
-
- getHeaders() - Method in class org.glassfish.grizzly.http.HttpTrailer
-
- getHeaders() - Method in interface org.glassfish.grizzly.http.MimeHeadersPacket
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- getInvokeAction(Object) - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
-
- getInvokeAction(E, Appender<E>) - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
-
- getIoEvent() - Method in class org.glassfish.grizzly.Context
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- getMonitoringConfig() - Method in interface org.glassfish.grizzly.Connection
-
- getMonitoringConfig() - Method in class org.glassfish.grizzly.http.HttpCodecFilter
-
- getMonitoringConfig() - Method in class org.glassfish.grizzly.http.KeepAlive
-
- getMonitoringConfig() - Method in class org.glassfish.grizzly.http.server.filecache.FileCache
-
- getMonitoringConfig() - Method in class org.glassfish.grizzly.http.server.HttpServerFilter
-
- 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
-
- getMonitoringConfig() - Method in interface org.glassfish.grizzly.monitoring.MonitoringAware
-
- getMonitoringConfig() - Method in class org.glassfish.grizzly.nio.NIOConnection
-
- getMonitoringConfig() - Method in class org.glassfish.grizzly.threadpool.AbstractThreadPool
-
- getMonitoringConfig() - Method in class org.glassfish.grizzly.threadpool.GrizzlyExecutorService
-
- getMonitoringConfig() - Method in interface org.glassfish.grizzly.Transport
-
- getMonitoringProbes() - Method in class org.glassfish.grizzly.AbstractSocketConnectorHandler
-
- getMultipartContext() - Method in class org.glassfish.grizzly.http.multipart.MultipartEntry
-
Get multipart processing context.
- getName() - Method in class org.glassfish.grizzly.AbstractTransport
-
- 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
-
- 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
-
- getNIOOutputStream() - Method in class org.glassfish.grizzly.http.server.Response
-
- getNIOReader() - Method in class org.glassfish.grizzly.http.multipart.MultipartEntry
-
- getNIOReader() - Method in class org.glassfish.grizzly.http.server.Request
-
- getNIOWriter() - Method in class org.glassfish.grizzly.http.server.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
-
- 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
-
- 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
Connection
s in the pool.
- getOpenConnectionsCount() - Method in class org.glassfish.grizzly.connectionpool.SingleEndpointPool
-
Returns the number of connected
Connection
s 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
-
- 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
-
- getProcessor() - Method in class org.glassfish.grizzly.AbstractSocketConnectorHandler
-
- getProcessor() - Method in class org.glassfish.grizzly.AbstractTransport
-
- getProcessor() - Method in interface org.glassfish.grizzly.Connection
-
- getProcessor() - Method in class org.glassfish.grizzly.Context
-
- 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
-
- getProcessorSelector() - Method in class org.glassfish.grizzly.AbstractBindingHandler
-
- getProcessorSelector() - Method in class org.glassfish.grizzly.AbstractSocketConnectorHandler
-
- getProcessorSelector() - Method in class org.glassfish.grizzly.AbstractTransport
-
- getProcessorSelector() - Method in interface org.glassfish.grizzly.Connection
-
- 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
-
- 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 -
PUProtocol
s.
- 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.
- 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
-
- getReadBufferSize() - Method in interface org.glassfish.grizzly.Connection
-
Get the default size of
Buffer
s, 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
Buffer
s, 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
Buffer
s, 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
-
- getReader() - Method in interface org.glassfish.grizzly.asyncqueue.AsyncQueueIO
-
- getReader() - Method in class org.glassfish.grizzly.asyncqueue.AsyncQueueIO.ImmutableAsyncQueueIO
-
- getReader() - Method in class org.glassfish.grizzly.asyncqueue.AsyncQueueIO.MutableAsyncQueueIO
-
- getReader() - Method in class org.glassfish.grizzly.http.server.Request
-
- getReader() - Method in class org.glassfish.grizzly.nio.tmpselectors.TemporarySelectorIO
-
- getReader(Connection) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOTransport
-
- 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
-
- 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
-
- 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
Connection
s 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- getStopAction(Object) - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
-
- getStopAction(E, Appender<E>) - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
-
- getStreamReader(Connection) - Method in class org.glassfish.grizzly.StandaloneProcessor
-
- getStreamWriter(Connection) - Method in class org.glassfish.grizzly.StandaloneProcessor
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- getTransport() - Method in interface org.glassfish.grizzly.Connection
-
- 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
-
- getTransportFilter() - Method in interface org.glassfish.grizzly.filterchain.FilterChainEnabledTransport
-
- 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
WebSocket
s, 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
-
- getWriteBufferSize() - Method in interface org.glassfish.grizzly.Connection
-
Get the default size of
Buffer
s, 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
Buffer
s, 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
Buffer
s, 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
-
- getWriter() - Method in interface org.glassfish.grizzly.asyncqueue.AsyncQueueIO
-
- getWriter() - Method in class org.glassfish.grizzly.asyncqueue.AsyncQueueIO.ImmutableAsyncQueueIO
-
- getWriter() - Method in class org.glassfish.grizzly.asyncqueue.AsyncQueueIO.MutableAsyncQueueIO
-
- getWriter() - Method in class org.glassfish.grizzly.http.server.Response
-
- getWriter() - Method in class org.glassfish.grizzly.nio.tmpselectors.TemporarySelectorIO
-
- getWriter(Connection) - Method in class org.glassfish.grizzly.nio.transport.TCPNIOTransport
-
- 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
-
- 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
-
- 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_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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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(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
-
- 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
-
- 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
-
- 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
HttpHandler
s
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
-
- httpHeader - Variable in class org.glassfish.grizzly.http.HttpContent
-
- HttpHeader - Class in org.glassfish.grizzly.http
-
- 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
-
- 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
-
- HttpServer(HttpServer) - Constructor for class org.glassfish.grizzly.http.server.jmx.HttpServer
-
- HttpServerFilter - Class in org.glassfish.grizzly.http
-
- HttpServerFilter() - Constructor for class org.glassfish.grizzly.http.HttpServerFilter
-
- HttpServerFilter(boolean, int, KeepAlive, DelayedExecutor) - Constructor for class org.glassfish.grizzly.http.HttpServerFilter
-
- HttpServerFilter(boolean, int, String, KeepAlive, DelayedExecutor) - Constructor for class org.glassfish.grizzly.http.HttpServerFilter
-
- HttpServerFilter(boolean, int, String, KeepAlive, DelayedExecutor, int, int) - Constructor for class org.glassfish.grizzly.http.HttpServerFilter
-
- 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
-
- 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
-
- 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
AttributeHolder
s.
- IndexedAttributeAccessor - Interface in org.glassfish.grizzly.attributes
-
- 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
-
- IndexedAttributeHolder(AttributeBuilder) - Constructor for class org.glassfish.grizzly.attributes.IndexedAttributeHolder
-
- IndexedAttributeHolder.IndexedAttributeAccessorImpl - Class in org.glassfish.grizzly.attributes
-
- 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
-
- 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(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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- isAsync() - Method in class org.glassfish.grizzly.jaxws.JaxwsHandler
-
- isAsyncEnabled() - Method in class org.glassfish.grizzly.http.io.InputBuffer
-
- isAsyncEnabled() - Method in class org.glassfish.grizzly.http.io.OutputBuffer
-
- 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
-
- 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
-
- 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
ByteBuffer
s, 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
-
- 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
-
- 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
Connection
s 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
Connection
s 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
-
- 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
-
- 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
-
- isReady(Connection) - Method in class org.glassfish.grizzly.nio.AbstractNIOAsyncQueueWriter
-
- 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
-
- 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
-
- isSet(AttributeStorage) - Method in class org.glassfish.grizzly.attributes.Attribute
-
- 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
-
- 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
-
- 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.
- 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
-
- obtainContext(Connection) - Method in interface org.glassfish.grizzly.Processor
-
- 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
-
- obtainProcessor(IOEvent) - Method in interface org.glassfish.grizzly.Connection
-
- obtainProcessor(IOEvent) - Method in class org.glassfish.grizzly.nio.NIOConnection
-
- obtainProcessor(IOEvent, Connection) - Method in interface org.glassfish.grizzly.Transport
-
- 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
-
- 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
-
- onBufferAllocateEvent(int) - Method in interface org.glassfish.grizzly.memory.MemoryProbe
-
- 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
-
- onClose(WebSocket, DataFrame) - Method in interface org.glassfish.grizzly.websockets.WebSocketListener
-
- 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
-
- onComplete(FilterChainContext) - Method in interface org.glassfish.grizzly.filterchain.FilterChainContext.CompletionListener
-
- 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
-
- onComplete(Context, Object) - Method in interface org.glassfish.grizzly.IOEventProcessingHandler
-
- 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
-
- onContentEncodingParseResultEvent(Connection, HttpHeader, Buffer, ContentEncoding) - Method in interface org.glassfish.grizzly.http.HttpProbe
-
- 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
-
- onContextResume(Context) - Method in class org.glassfish.grizzly.IOEventProcessingHandler.Adapter
-
- onContextResume(Context) - Method in interface org.glassfish.grizzly.IOEventProcessingHandler
-
- onContextSuspend(Context) - Method in class org.glassfish.grizzly.EmptyIOEventProcessingHandler
-
- onContextSuspend(Context) - Method in class org.glassfish.grizzly.IOEventProcessingHandler.Adapter
-
- onContextSuspend(Context) - Method in interface org.glassfish.grizzly.IOEventProcessingHandler
-
- onCopy(FilterChainContext, FilterChainContext) - Method in interface org.glassfish.grizzly.filterchain.FilterChainContext.CopyListener
-
- 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
-
- 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
-
- 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
-
- onFragment(WebSocket, byte[], boolean) - Method in interface org.glassfish.grizzly.websockets.WebSocketListener
-
- 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
-
- onIOEventDisableEvent(Connection, IOEvent) - Method in interface org.glassfish.grizzly.ConnectionProbe
-
- onIOEventEnableEvent(Connection, IOEvent) - Method in class org.glassfish.grizzly.ConnectionProbe.Adapter
-
- onIOEventEnableEvent(Connection, IOEvent) - Method in interface org.glassfish.grizzly.ConnectionProbe
-
- onIOEventReadyEvent(Connection, IOEvent) - Method in class org.glassfish.grizzly.ConnectionProbe.Adapter
-
- onIOEventReadyEvent(Connection, IOEvent) - Method in interface org.glassfish.grizzly.ConnectionProbe
-
- 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
-
- onLeave(Context) - Method in class org.glassfish.grizzly.IOEventProcessingHandler.Adapter
-
- onLeave(Context) - Method in interface org.glassfish.grizzly.IOEventProcessingHandler
-
- 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
-
- onMessage(WebSocket, byte[]) - Method in interface org.glassfish.grizzly.websockets.WebSocketListener
-
- 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
-
- onNotRun(Context) - Method in class org.glassfish.grizzly.IOEventProcessingHandler.Adapter
-
- onNotRun(Context) - Method in interface org.glassfish.grizzly.IOEventProcessingHandler
-
- 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
-
- 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
-
- 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
-
- onReregister(Context) - Method in class org.glassfish.grizzly.IOEventProcessingHandler.Adapter
-
- onReregister(Context) - Method in interface org.glassfish.grizzly.IOEventProcessingHandler
-
- onRerun(Context, Context) - Method in class org.glassfish.grizzly.EmptyIOEventProcessingHandler
-
- onRerun(Context, Context) - Method in class org.glassfish.grizzly.IOEventProcessingHandler.Adapter
-
- onRerun(Context, Context) - Method in interface org.glassfish.grizzly.IOEventProcessingHandler
-
- 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
-
- onTerminate(CometEvent) - Method in class org.glassfish.grizzly.comet.concurrent.DefaultConcurrentCometHandler
-
- 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
-
- onThreadAllocateEvent(AbstractThreadPool, Thread) - Method in class org.glassfish.grizzly.threadpool.ThreadPoolProbe.Adapter
-
- onThreadAllocateEvent(AbstractThreadPool, Thread) - Method in interface org.glassfish.grizzly.threadpool.ThreadPoolProbe
-
- onThreadPoolStartEvent(AbstractThreadPool) - Method in class org.glassfish.grizzly.threadpool.ThreadPoolProbe.Adapter
-
- onThreadPoolStartEvent(AbstractThreadPool) - Method in interface org.glassfish.grizzly.threadpool.ThreadPoolProbe
-
- onThreadPoolStopEvent(AbstractThreadPool) - Method in class org.glassfish.grizzly.threadpool.ThreadPoolProbe.Adapter
-
- onThreadPoolStopEvent(AbstractThreadPool) - Method in interface org.glassfish.grizzly.threadpool.ThreadPoolProbe
-
- 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
-
- onWorkerExit(AbstractThreadPool.Worker) - Method in class org.glassfish.grizzly.threadpool.SyncThreadPool
-
- onWorkerStarted(AbstractThreadPool.Worker) - Method in class org.glassfish.grizzly.threadpool.AbstractThreadPool
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
UDPNIOConnection
s
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
-
- peek(AttributeStorage) - Method in class org.glassfish.grizzly.attributes.Attribute
-
- 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
Charset
s 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- PushBackContext(AsyncWriteQueueRecord) - Constructor for class org.glassfish.grizzly.asyncqueue.PushBackContext
-
Deprecated.
- PushBackHandler - Interface in org.glassfish.grizzly.asyncqueue
-
- 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
- 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
-
- ReadHandler - Interface in org.glassfish.grizzly.http.server.io
-
- 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(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() - 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
-
- register(String) - Method in class org.glassfish.grizzly.comet.CometEngine
-
- register(String, Class<? extends NotificationHandler>) - Method in class org.glassfish.grizzly.comet.CometEngine
-
- 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
-
- register(PUProtocol) - Method in class org.glassfish.grizzly.portunif.PUFilter
-
- 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
-
- release(Connection) - Method in class org.glassfish.grizzly.connectionpool.SingleEndpointPool
-
- 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(E) - Method in interface org.glassfish.grizzly.memory.MemoryManager
-
- 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
QueueMonitor
s 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(AttributeStorage) - Method in class org.glassfish.grizzly.attributes.Attribute
-
- 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
-
- 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
-
- 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
Buffer
s, 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
-
- 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
-
- removeCometHandler(CometHandler, boolean) - Method in class org.glassfish.grizzly.comet.CometContext
-
- removeCompletionListener(FilterChainContext.CompletionListener) - Method in class org.glassfish.grizzly.filterchain.FilterChainContext
-
- removeContentEncoding(ContentEncoding) - Method in class org.glassfish.grizzly.http.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
-
- removeHttpHandler(HttpHandler) - Method in class org.glassfish.grizzly.http.server.ServerConfiguration
-
- removeJmxEventListener(JmxEventListener) - Method in class org.glassfish.grizzly.http.server.ServerConfiguration
-
- removeLifeCycleListener(OutputBuffer.LifeCycleListener) - Method in class org.glassfish.grizzly.http.io.OutputBuffer
-
- removeListener(String) - Method in class org.glassfish.grizzly.http.server.HttpServer
-
- removeMonitoringProbe(ConnectionProbe) - Method in class org.glassfish.grizzly.AbstractSocketConnectorHandler
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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(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
-
- SafeFutureImpl<R> - Class in org.glassfish.grizzly.impl
-
- SafeFutureImpl() - Constructor for class org.glassfish.grizzly.impl.SafeFutureImpl
-
Creates SafeFutureImpl
- SameThreadIOStrategy - Class in org.glassfish.grizzly.strategies
-
- 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
-
- 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
-
- 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 - 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
-
- 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
HttpHandler
s.
- Server() - Constructor for class org.glassfish.grizzly.samples.httpserver.priorities.Server
-
- Server - Class in org.glassfish.grizzly.samples.jaxws
-
- 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
-
- 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
-
- 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(AttributeStorage, T) - Method in class org.glassfish.grizzly.attributes.Attribute
-
- 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(BufferChunk, Charset) - Method in class org.glassfish.grizzly.http.util.CharChunk
-
- 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
-
- setAsyncEnabled(boolean) - Method in class org.glassfish.grizzly.http.io.OutputBuffer
-
- 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
-
- setAttributeBuilder(AttributeBuilder) - Method in class org.glassfish.grizzly.NIOTransportBuilder
-
- setAttributeBuilder(AttributeBuilder) - Method in interface org.glassfish.grizzly.Transport
-
- 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
-
- 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
-
- setCompression(String) - Method in class org.glassfish.grizzly.http.server.NetworkListener
-
- 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
-
- setCompressionMode(CompressionConfig.CompressionMode) - Method in class org.glassfish.grizzly.http.CompressionConfig
-
- setConnection(Connection) - Method in class org.glassfish.grizzly.Context
-
- 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
-
- 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
-
- 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
-
- setDefaultErrorPageGenerator(ErrorPageGenerator) - Method in class org.glassfish.grizzly.http.server.ServerFilterConfiguration
-
- 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
-
- 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
ByteBuffer
s, 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
-
- 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
-
- 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
-
- setIoEvent(IOEvent, IOEventProcessingHandler) - Method in class org.glassfish.grizzly.Context
-
- setIOStrategy(IOStrategy) - Method in class org.glassfish.grizzly.AbstractTransport
-
- setIOStrategy(IOStrategy) - Method in class org.glassfish.grizzly.NIOTransportBuilder
-
- setIOStrategy(IOStrategy) - Method in interface org.glassfish.grizzly.Transport
-
- setJmxEnabled(boolean) - Method in class org.glassfish.grizzly.http.server.ServerConfiguration
-
- 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
-
- setKernelThreadPoolConfig(ThreadPoolConfig) - Method in interface org.glassfish.grizzly.Transport
-
- 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
-
- setMemoryManager(MemoryManager) - Method in class org.glassfish.grizzly.AbstractTransformer
-
- setMemoryManager(MemoryManager) - Method in class org.glassfish.grizzly.AbstractTransport
-
- 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
-
- setMemoryManager(MemoryManager) - Method in class org.glassfish.grizzly.threadpool.ThreadPoolConfig
-
- setMemoryManager(MemoryManager) - Method in interface org.glassfish.grizzly.Transport
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
HttpHandler
s.
- 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
-
- setProcessor(Processor) - Method in class org.glassfish.grizzly.AbstractSocketConnectorHandler
-
- setProcessor(Processor) - Method in class org.glassfish.grizzly.AbstractTransport
-
- setProcessor(Processor) - Method in interface org.glassfish.grizzly.Connection
-
- setProcessor(Processor) - Method in class org.glassfish.grizzly.Context
-
- 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
-
- setProcessorSelector(ProcessorSelector) - Method in class org.glassfish.grizzly.AbstractBindingHandler
-
- setProcessorSelector(ProcessorSelector) - Method in class org.glassfish.grizzly.AbstractSocketConnectorHandler
-
- setProcessorSelector(ProcessorSelector) - Method in class org.glassfish.grizzly.AbstractTransport
-
- setProcessorSelector(ProcessorSelector) - Method in interface org.glassfish.grizzly.Connection
-
- 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
-
- 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
-
- setReadBufferSize(int) - Method in interface org.glassfish.grizzly.Connection
-
Set the default size of
Buffer
s, 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
Buffer
s, 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
Buffer
s, 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
-
- 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
-
- setSelectorHandler(SelectorHandler) - Method in class org.glassfish.grizzly.nio.NIOTransport
-
- setSelectorHandler(SelectorHandler) - Method in class org.glassfish.grizzly.NIOTransportBuilder
-
- setSelectorPool(TemporarySelectorPool) - Method in class org.glassfish.grizzly.nio.tmpselectors.TemporarySelectorIO
-
- setSelectorProvider(SelectorProvider) - Method in class org.glassfish.grizzly.nio.NIOTransport
-
- setSelectorProvider(SelectorProvider) - Method in class org.glassfish.grizzly.NIOTransportBuilder
-
- 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
-
- setSendFileEnabled(boolean) - Method in class org.glassfish.grizzly.http.server.NetworkListener
-
- setSendFileEnabled(boolean) - Method in class org.glassfish.grizzly.http.server.ServerFilterConfiguration
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- setup(NetworkListener, FilterChainBuilder) - Method in class org.glassfish.grizzly.http.server.util.AggregatorAddOn
-
- setup(NetworkListener, FilterChainBuilder) - Method in class org.glassfish.grizzly.websockets.WebSocketAddOn
-
- 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
-
- setWorkerThreadPoolConfig(ThreadPoolConfig) - Method in class org.glassfish.grizzly.NIOTransportBuilder
-
- setWorkerThreadPoolConfig(ThreadPoolConfig) - Method in interface org.glassfish.grizzly.Transport
-
- setWrappedCookie(Cookie) - Method in class org.glassfish.grizzly.servlet.CookieWrapper
-
- setWriteBufferSize(int) - Method in class org.glassfish.grizzly.AbstractTransport
-
- setWriteBufferSize(int) - Method in interface org.glassfish.grizzly.Connection
-
Set the default size of
Buffer
s, 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
Buffer
s, 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
Buffer
s, 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
-
- 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
-
- 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
Connection
s 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
-
- 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
-
- 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, 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
Transport
s, 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
-
- SSLBaseFilter(SSLEngineConfigurator, boolean) - Constructor for class org.glassfish.grizzly.ssl.SSLBaseFilter
-
- 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
Transformer
s.
- 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
-
- 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
-
- SSLEngineConfigurator(SSLContextConfigurator, boolean, boolean, boolean) - Constructor for class org.glassfish.grizzly.ssl.SSLEngineConfigurator
-
- 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
-
- SSLFilter(SSLEngineConfigurator, SSLEngineConfigurator, boolean) - Constructor for class org.glassfish.grizzly.ssl.SSLFilter
-
- 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
-
- SSLStreamReader(StreamReader) - Constructor for class org.glassfish.grizzly.ssl.SSLStreamReader
-
- SSLStreamWriter - Class in org.glassfish.grizzly.ssl
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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(long, TimeUnit) - Method in class org.glassfish.grizzly.http.server.Response
-
- suspend(long, TimeUnit, CompletionHandler<Response>) - Method in class org.glassfish.grizzly.http.server.Response
-
- suspend(long, TimeUnit, CompletionHandler<Response>, TimeoutHandler) - Method in class org.glassfish.grizzly.http.server.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
-
- 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
-
- 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
WebSocket
s 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
WebSocketApplication
s 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
-
- willAllocateDirect(int) - Method in class org.glassfish.grizzly.memory.HeapMemoryManager
-
- willAllocateDirect(int) - Method in interface org.glassfish.grizzly.memory.MemoryManager
-
- 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
-
- 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
-
- wrap(MemoryManager, String, Charset) - Static method in class org.glassfish.grizzly.memory.Buffers
-
- 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
-
- 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
-
- wrap(String, Charset) - Method in class org.glassfish.grizzly.memory.ByteBufferManager
-
- wrap(ByteBuffer) - Method in class org.glassfish.grizzly.memory.ByteBufferManager
-
- 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
-
- wrap(String, Charset) - Method in class org.glassfish.grizzly.memory.HeapMemoryManager
-
- wrap(ByteBuffer) - Method in class org.glassfish.grizzly.memory.HeapMemoryManager
-
- 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
-
- wrap(String, Charset) - Method in interface org.glassfish.grizzly.memory.WrapperAware
-
- wrap(ByteBuffer) - Method in interface org.glassfish.grizzly.memory.WrapperAware
-
- 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
-
MemoryManager
s, 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
-
- write(Connection, WritableMessage, CompletionHandler<WriteResult<WritableMessage, L>>) - Method in class org.glassfish.grizzly.AbstractWriter
-
- write(Connection, L, WritableMessage) - Method in class org.glassfish.grizzly.AbstractWriter
-
- write(Connection, L, WritableMessage, CompletionHandler<WriteResult<WritableMessage, L>>) - Method in class org.glassfish.grizzly.AbstractWriter
-
- write(Connection, SocketAddress, WritableMessage, CompletionHandler<WriteResult<WritableMessage, SocketAddress>>, PushBackHandler, MessageCloner<WritableMessage>) - Method in interface org.glassfish.grizzly.asyncqueue.AsyncQueueWriter
-
- 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
-
- 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
-
- write(Connection, SocketAddress, WritableMessage, CompletionHandler<WriteResult<WritableMessage, SocketAddress>>, PushBackHandler, long, TimeUnit) - Method in class org.glassfish.grizzly.nio.tmpselectors.TemporarySelectorWriter
-
- 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
-
- 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
-
- write(Connection, WritableMessage) - Method in interface org.glassfish.grizzly.Writer
-
- write(Connection, WritableMessage, CompletionHandler<WriteResult<WritableMessage, L>>) - Method in interface org.glassfish.grizzly.Writer
-
- write(Connection, L, WritableMessage) - Method in interface org.glassfish.grizzly.Writer
-
- write(Connection, L, WritableMessage, CompletionHandler<WriteResult<WritableMessage, L>>) - Method in interface org.glassfish.grizzly.Writer
-
- write(Connection, L, WritableMessage, CompletionHandler<WriteResult<WritableMessage, L>>, PushBackHandler) - Method in interface org.glassfish.grizzly.Writer
-
- write(Connection, L, WritableMessage, CompletionHandler<WriteResult<WritableMessage, L>>, MessageCloner<WritableMessage>) - Method in interface org.glassfish.grizzly.Writer
-
- 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
-
- 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
-
- writeToFileChannel(FileChannel, Buffer) - Static method in class org.glassfish.grizzly.memory.Buffers
-
- writeTraceMessage(Request, Response) - Static method in class org.glassfish.grizzly.http.server.util.HtmlHelper
-