|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Expect header.
HttpHandler and its associated array of mapping.
HttpHandler
with its associated mapping(s).
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.
listener to the server instance.
HttpServer addon interface, responsible for adding
features like WebSockets, Comet to HttpServer.Request using
Request.addAfterServiceListener(org.glassfish.grizzly.http.server.AfterServiceListener)
and be notified once the Request processing will be completed.AggregatorFilter into HttpServer FilterChain.Mapper.Context and
Mapper.Wrapper when invoking Mapper.addHost(java.lang.String, java.lang.String[], java.lang.Object), Mapper.addContext(java.lang.String, java.lang.String, java.lang.Object, java.lang.String[], javax.naming.Context) etc.
Buffer to the internal composite
Buffer.
ConcurrentHashMap of attributes.
NIOInputSources to obtain the
incoming Buffer directly without having to
use intermediate objects to copy the data to.NIOOutputSinks to write a
Buffer instead of having to convert to those types supported by
OutputStream.Response.resume()
length parameter will be ignored. Pls. use NIOOutputSink.canWrite().
length parameter will be ignored. Please use OutputBuffer.canWrite().
ClassLoader utility.Note associated with this Request.
URLClassLoader based on a canonical file location.
URLClassLoader based on a canonical file location.
FilterChain context,
related to this HTTP request/response
HttpServer will bind to in order to service HTTP
requests.
HttpServer will bind to in order to service HTTP
requests.
AddOn from this NetworkListener.
HttpServer and may be overridden by custom
implementations to perform implementation specific resource reclaimation
tasks.
Request and Response,
checks the HTTP acknowledgment and decodes URL if required.
Enumeration around a Java2
collection classes object Iterator so that existing APIs
returning Enumerations can easily run on top of the new collections.Iterable.
Iterable.
ReadHandler,
if available, of any read error that has occurred during processing.
FileCache instance.
FileCache.FileCacheProbe adapter that provides no-op implementations for
all interface methods allowing easy extension by the developer.ReadHandler.onAllDataRead()
on the current ReadHandler (if any).
AddOns.
null.
Set if there are none.
Buffer that backs this
NIOInputSource.
Buffer used to buffer
incoming request data.
Response CompletionHandler.
null if no content type was set.
null
null
null if this
header has not been set.
HttpHandler map.
<description>/<version>.
InputStream for this Request.
JROUTE cookie or appended to the
session identifier encoded in the URI (if cookies have been disabled).
Accept-Language header
that was encountered.
Accept-Language
headers that were encountered.
sendError()
for this Response.
NIOInputStream for this Request.
NIOOutputStream associated with this Response.
NIOReader associated with this Request.
NIOWriter associated with this Response.
Note value associated with this Request,
or null if no such binding exists.
Set containing the String names of all note bindings
that exist for this request.
OutputStream associated with this Response.
null.
Map of the parameters of this request.
null.
Reader associated with this Request.
HttpResponsePacket.
Response timeout.
Response TimeoutHandler.
NIOWriter associated with this Response.
HttpHandlers
every time a new HTTP request is ready to be handled.HttpServer.HttpServerFilter.HttpServerFilter.HttpServerProbe adapter that provides no-op implementations for
all interface methods allowing easy extension by the developer.true if custom status messages (reason phrases)
are allowed for this response, or false otherwise.
- isAllowEncodedSlash() -
Method in class org.glassfish.grizzly.http.server.HttpHandler
- Is HTTP URL request allowed to contains encoded slash.
- isAsyncEnabled() -
Method in class org.glassfish.grizzly.http.server.io.InputBuffer
- Deprecated. will always return true
- isAsyncEnabled() -
Method in class org.glassfish.grizzly.http.server.io.OutputBuffer
- Deprecated. will always return true
- isAuthPassthroughEnabled() -
Method in class org.glassfish.grizzly.http.server.NetworkListener
-
- isCacheEnabled() -
Method in class org.glassfish.grizzly.http.server.Response
- Is the file cache enabled?
- isChunkingEnabled() -
Method in class org.glassfish.grizzly.http.server.jmx.NetworkListener
-
- isChunkingEnabled() -
Method in class org.glassfish.grizzly.http.server.NetworkListener
-
- isClosed() -
Method in class org.glassfish.grizzly.http.server.io.InputBuffer
-
- isClosed() -
Method in class org.glassfish.grizzly.http.server.io.OutputBuffer
-
- isCommitted() -
Method in class org.glassfish.grizzly.http.server.Response
- Has the output of this response already been committed?
- isDefaultContext -
Variable in class org.glassfish.grizzly.http.server.util.MappingData
-
- isDisableUploadTimeout() -
Method in class org.glassfish.grizzly.http.server.NetworkListener
-
- 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.server.Response
- Error flag accessor.
- isFileCacheEnabled() -
Method in class org.glassfish.grizzly.http.server.filecache.jmx.FileCache
-
- isFileCacheEnabled() -
Method in class org.glassfish.grizzly.http.server.StaticHttpHandler
- Returns true if this StaticHttpHandler has been
configured to use file cache to serve static resources,
or false otherwise.
- isFinished() -
Method in class org.glassfish.grizzly.http.server.io.InputBuffer
-
- isFinished() -
Method in interface org.glassfish.grizzly.http.server.io.NIOInputSource
-
- isJmxEnabled() -
Method in class org.glassfish.grizzly.http.server.ServerConfiguration
-
- isLocked() -
Method in class org.glassfish.grizzly.http.server.util.ParameterMap
- Return the locked state of this parameter map.
- isMaxDispatchDepthReached() -
Method in class org.glassfish.grizzly.http.server.Request
- Check if the application dispatching has reached the maximum
- isPassTraceRequest() -
Method in class org.glassfish.grizzly.http.server.ServerFilterConfiguration
-
- isPaused() -
Method in class org.glassfish.grizzly.http.server.jmx.NetworkListener
-
- isPaused() -
Method in class org.glassfish.grizzly.http.server.NetworkListener
-
- isRcmSupportEnabled() -
Method in class org.glassfish.grizzly.http.server.NetworkListener
-
- isReady() -
Method in interface org.glassfish.grizzly.http.server.io.NIOInputSource
-
- isRequestedSessionIdFromCookie() -
Method in class org.glassfish.grizzly.http.server.Request
- Return
true if the session identifier included in this
request came from a cookie.
- 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.
- isRequestedSessionIdValid() -
Method in class org.glassfish.grizzly.http.server.Request
- Return true if the session identifier included in this
request identifies a valid session.
- 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.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?
- isSendFileEnabled() -
Method in class org.glassfish.grizzly.http.server.NetworkListener
-
- isSendFileEnabled() -
Method in class org.glassfish.grizzly.http.server.Response
-
- isSendFileEnabled() -
Method in class org.glassfish.grizzly.http.server.ServerFilterConfiguration
-
Returns
true if File resources may be be sent using
FileChannel.transferTo(long, long, java.nio.channels.WritableByteChannel).
- 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
-
- isSuspended() -
Method in class org.glassfish.grizzly.http.server.Response
- Return true/tt> if that
Response.suspend() has been
invoked and set to true
- isSuspended() -
Method in class org.glassfish.grizzly.http.server.Response.SuspendedContextImpl
-
- isSuspended() -
Method in interface org.glassfish.grizzly.http.server.SuspendContext
- Returns true, if the
Response is suspended, or
false otherwise.
- isTraceEnabled() -
Method in class org.glassfish.grizzly.http.server.NetworkListener
-
- isTraceEnabled() -
Method in class org.glassfish.grizzly.http.server.ServerFilterConfiguration
-
- isValid() -
Method in class org.glassfish.grizzly.http.server.Session
- Is the current Session valid?
- isWhite(char) -
Method in class org.glassfish.grizzly.http.server.util.StringParser
- Is the specified character considered to be whitespace?
HttpServer
instance.<jsp-file> value associated with this servlet,
if any.
FileCacheKey object.ClassLoader
Response as cancelled, if expectedModCount corresponds
to the current modCount.
Response as resumed, but doesn't resume associated
FilterChainContext invocation.
JmxObject
that can be registered with the GrizzlyJmxManager.NetworkListener.NetworkListener using the specified name.
NetworkListener using the specified name, which,
depending on isBindToInherited will or will not be bound to an inherited Channel.
NetworkListener using the specified name and host.
NetworkListener using the specified name, host, and
port.
NetworkListener using the specified name, host, and
port.
InputStream or
Reader to notify the developer when and how much
data is ready to be read without blocking.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.ReadHandler that will be notified when any data
becomes available to read without blocking.
ReadHandler that will be notified when the specified
amount of data is available to be read without blocking.
ReadHandler when any number of bytes
can be read without blocking.
ReadHandler when the number of bytes that
can be read without blocking is greater or equal to the specified
size.
NIOOutputSink to invoke the provided
WriteHandler when it is possible to write more bytes (or characters).
length parameter will be ignored. Pls. use NIOOutputSink.notifyCanWrite(org.glassfish.grizzly.WriteHandler).
length parameter will be ignored. Please use OutputBuffer.notifyCanWrite(org.glassfish.grizzly.WriteHandler).
FileCacheProbes about the "entry added" event.
FileCacheProbes about the "entry hit event.
FileCacheProbes about the "entry missed" event.
FileCacheProbes about the "entry removed" event.
FileCacheProbes about the error.
Request processing will be completed.
FileCache.
FileCache.
Request
wasn't found, so StaticHttpHandler implementation may try to
workaround this situation.
Request processing is cancelled
after suspend.
Request processing is cancelled
after suspend.
Request processing will be completed.
Request processing will be completed.
Request will come.
Request will come.
Request processing is resumed.
Request processing is resumed.
Request processing is suspended.
Request processing is suspended.
Request processing is timeout
after suspend.
Request processing is timeout
after suspend.
Response timeout expired.
locked property.Reader implementation.
Buffer that backs this
NIOInputSource.
Buffer of a given size,
which represents a chunk of the underlying
Buffer that backs this
NIOInputSource.
ReadHandlerInputBuffer for reuse.
AddOn on this NetworkListener.
Request.addAfterServiceListener(org.glassfish.grizzly.http.server.AfterServiceListener).
HttpHandler
HttpHandler.
JmxEventListener.
NetworkListener associated with the specified
name.
Note value associated with this request.
Response and finish/commit it.
File
that exists, is not a directory, and is readable.
File using sendfile.
Expect: 100-Continue
with a response line with the status 100 followed by the final response
to this request.
write(file, 0, file.length()).
FileChannel.transferTo(long, long, java.nio.channels.WritableByteChannel)
to send file to the remote endpoint.
HttpServer instance.HttpServerFilter configuration.Request to the proper HttpHandler
Request URI, try to map the file from the
StaticHttpHandler.getDocRoots(), and send it back to a client.
Mapper.Host, Mapper.Context and
Mapper.Wrapper when invoking Mapper.addHost(java.lang.String, java.lang.String[], java.lang.Object), Mapper.addContext(java.lang.String, java.lang.String, java.lang.Object, java.lang.String[], javax.naming.Context) etc.
Request and character decoding
wasn't started yet.
FileCache.
FilterChain to be used by the TCPNIOTransport associated with this listener.
JMX for this HttpServer.
Connection.
FileCache.getMinEntrySize().
HttpServer instance.
Note value to this Request,
replacing any existing binding for this name.
HttpHandlers.
File resources via FileChannel.transferTo(long, long, java.nio.channels.WritableByteChannel).
SSLEngine used by this listener.
Response timeout.
TCPNIOTransport implementation to be used by this
listener.
HttpServer in order to
initialize the AddOn on the passed NetworkListener.
HttpServer in order to
initialize the AddOn on the passed NetworkListener.
InputBuffer.skip(long), the block parameter will be ignored
HttpHandler's
container is started by invoking HttpServer.start().
HttpServer.
HttpHandler, which processes requests to a static resources.HttpServer instance.
Response.
Response.
Response.
Response.ReadHandler.onError(Throwable) (assuming a ReadHandler
is available) } passing a {#link CancellationException}
if the current Connection is open, or a {#link EOFException} if
the connection was unexpectedly closed.
Response timeout and is able
to either confirm it or reset.Request path values.
Buffer.
Buffer to the client.
ByteBuffer to the client.
WriteHandler
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||