A B C D E F G H I K L M N O P Q R S T U V W X Z
All Classes All Packages
All Classes All Packages
All Classes All Packages
S
- secure - Variable in class org.glassfish.grizzly.http.Cookie
- secure - Variable in class org.glassfish.grizzly.http.HttpHeader
- SEE_OTHER_303 - Static variable in class org.glassfish.grizzly.http.util.HttpStatus
- SEMI_COLON - Static variable in class org.glassfish.grizzly.http.util.Constants
-
SEMI_COLON.
- sendfile(File, long, long, CompletionHandler<WriteResult>) - Method in class org.glassfish.grizzly.http.io.OutputBuffer
-
Will use
FileChannel.transferTo(long, long, java.nio.channels.WritableByteChannel)to send file to the remote endpoint. - sendfile(File, CompletionHandler<WriteResult>) - Method in class org.glassfish.grizzly.http.io.OutputBuffer
-
Calls
write(file, 0, file.length()). - sendfileEnabled - Variable in class org.glassfish.grizzly.http.io.OutputBuffer
- serializeClientCookies(StringBuilder, boolean, boolean, Cookie...) - Static method in class org.glassfish.grizzly.http.util.CookieSerializerUtils
- serializeClientCookies(StringBuilder, 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
- serializeClientCookies(Buffer, 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
HttpContentusing specific transfer encoding. - serializePacket(FilterChainContext, HttpContent) - Method in class org.glassfish.grizzly.http.FixedLengthTransferEncoding
-
Serialize HTTP packet payload, represented by
HttpContentusing specific transfer encoding. - serializePacket(FilterChainContext, HttpContent) - Method in interface org.glassfish.grizzly.http.TransferEncoding
-
Serialize HTTP packet payload, represented by
HttpContentusing specific transfer encoding. - 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(StringBuilder, boolean, boolean, boolean, Cookie) - Static method in class org.glassfish.grizzly.http.util.CookieSerializerUtils
- serializeServerCookie(StringBuilder, 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
- serializeServerCookie(Buffer, boolean, boolean, Cookie) - Static method in class org.glassfish.grizzly.http.util.CookieSerializerUtils
- serializeServerCookie(Buffer, Cookie) - Static method in class org.glassfish.grizzly.http.util.CookieSerializerUtils
- serializeToDataChunk(DataChunk) - Method in class org.glassfish.grizzly.http.util.ContentType
-
Serializes this ContentType value into a passed
DataChunk. - serializeToDataChunk(DataChunk) - Method in class org.glassfish.grizzly.http.util.HeaderValue
-
Serializes this HeaderValue value into a passed
DataChunk. - 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 - org.glassfish.grizzly.http.util.Header
- ServerCookiesBuilder(boolean, boolean) - Constructor for class org.glassfish.grizzly.http.CookiesBuilder.ServerCookiesBuilder
- serverName() - Method in class org.glassfish.grizzly.http.HttpRequestPacket
-
Return the buffer holding the server name, if any.
- serverNameRaw() - Method in class org.glassfish.grizzly.http.HttpRequestPacket
-
Return the buffer holding the server name, if any.
- SERVICE_UNAVAILABLE_503 - Static variable in class org.glassfish.grizzly.http.util.HttpStatus
- set(int, int, int, int) - Method in class org.glassfish.grizzly.http.HttpCodecFilter.HeaderParsingState
- set(String) - Method in class org.glassfish.grizzly.http.util.ContentType
-
Sets the content type.
- set(String) - Method in class org.glassfish.grizzly.http.util.ContentType.SettableContentType
- set(CompressionConfig) - Method in class org.glassfish.grizzly.http.CompressionConfig
-
Copies the source CompressionConfig object value into this object.
- set(BufferChunk, Charset) - Method in class org.glassfish.grizzly.http.util.CharChunk
-
Set
BufferChunkcontent to CharChunk using givenCharset. - set(ByteChunk, Charset) - Method in class org.glassfish.grizzly.http.util.CharChunk
- set(ContentType) - Method in class org.glassfish.grizzly.http.util.ContentType
-
Sets the content type.
- set(ContentType) - Method in class org.glassfish.grizzly.http.util.ContentType.SettableContentType
- set(DataChunk) - Method in class org.glassfish.grizzly.http.util.DataChunk
- set(DataChunk, int, int) - Method in class org.glassfish.grizzly.http.util.DataChunk
- setAcknowledgement(boolean) - Method in class org.glassfish.grizzly.http.HttpResponsePacket
-
Mark this packet as an acknowledgment to a client expectation.
- setAllowCustomReasonPhrase(boolean) - Method in class org.glassfish.grizzly.http.HttpResponsePacket
-
Sets if the custom status reason phrases are allowed for this response.
- setAllowEncodedSlash(boolean) - Method in class org.glassfish.grizzly.http.util.UDecoder
-
Override the default value
- setAllowPayloadForUndefinedHttpMethods(boolean) - Method in class org.glassfish.grizzly.http.HttpServerFilter
-
The flag, which enables/disables payload support for HTTP methods, for which HTTP spec doesn't clearly state whether they support payload.
- setAsyncEnabled(boolean) - Method in class org.glassfish.grizzly.http.io.InputBuffer
-
Deprecated.
- setAsyncEnabled(boolean) - Method in class org.glassfish.grizzly.http.io.OutputBuffer
-
Deprecated.
- setAttribute(String, Object) - Method in class org.glassfish.grizzly.http.HttpRequestPacket
-
Set the specified request attribute to the specified value.
- setBuffer(Buffer) - Method in class org.glassfish.grizzly.http.util.BufferChunk
- setBuffer(Buffer) - Method in class org.glassfish.grizzly.http.util.DataChunk
- setBuffer(Buffer, int, int) - Method in class org.glassfish.grizzly.http.util.DataChunk
- 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
- 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[]) - Method in class org.glassfish.grizzly.http.util.DataChunk
- 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[], 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
- 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.util.ContentType
-
Sets the the character encoding (the content-type's charset attribute value).
- setCharacterEncoding(String) - Method in class org.glassfish.grizzly.http.util.ContentType.SettableContentType
- 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.
- setChunked(boolean) - Method in class org.glassfish.grizzly.http.HttpHeader
-
Set true, if this
HttpPacketcontent 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.
- setComment(String) - Method in class org.glassfish.grizzly.http.Cookie
-
Specifies a comment that describes a cookie's purpose.
- setCommitted(boolean) - Method in class org.glassfish.grizzly.http.HttpHeader
-
Is this HttpHeader written? true, if this HttpHeader has been already serialized, and only
HttpContentmessages might be serialized for thisHttpPacket. - setCompressableMimeTypes(String...) - Method in class org.glassfish.grizzly.http.CompressionConfig
-
Deprecated.
- setCompressableMimeTypes(Set<String>) - Method in class org.glassfish.grizzly.http.CompressionConfig
-
Deprecated.
- setCompressibleMimeTypes(String...) - Method in class org.glassfish.grizzly.http.CompressionConfig
-
Sets the set of the mime-types, which are allowed to be compressed.
- setCompressibleMimeTypes(Set<String>) - Method in class org.glassfish.grizzly.http.CompressionConfig
-
Sets the set of the mime-types, which are allowed to be compressed.
- setCompressionMinSize(int) - Method in class org.glassfish.grizzly.http.CompressionConfig
-
Sets the minimum size of an entity, which will be compressed.
- setCompressionMode(CompressionConfig.CompressionMode) - Method in class org.glassfish.grizzly.http.CompressionConfig
-
Sets the
CompressionConfig.CompressionMode. - setConnection(Connection) - Method in class org.glassfish.grizzly.http.HttpRequestPacket
-
Sets the underlying connection used by the request.
- 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.
- 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-Languageresponse header. - setContentLength(int) - Method in class org.glassfish.grizzly.http.HttpHeader
-
Set the length of this HTTP message.
- setContentLengthLong(long) - Method in class org.glassfish.grizzly.http.HttpHeader
-
Set the content-length of this
HttpPacket. - setContentLengthLong(long) - Method in class org.glassfish.grizzly.http.HttpResponsePacket
- setContentType(String) - Method in class org.glassfish.grizzly.http.HttpHeader
-
Sets the content type.
- setContentType(ContentType) - Method in class org.glassfish.grizzly.http.HttpHeader
-
Sets the content type.
- SetCookie - org.glassfish.grizzly.http.util.Header
- setCreationTime(long) - Method in class org.glassfish.grizzly.http.util.TimeStamp
- setDecodedURI(String) - Method in class org.glassfish.grizzly.http.util.RequestURIRef
- setDecompressionEnabled(boolean) - Method in class org.glassfish.grizzly.http.CompressionConfig
-
If set to
truecontent-encoding header for incoming data will be respected and data will be decompressed and the decompressed stream will be passed on. - 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
HttpRequestPacketand character decoding wasn't started yet. - setDefaultResponseContentType(String) - Method in class org.glassfish.grizzly.http.HttpServerFilter
- setDefaultURIEncoding(Charset) - Method in class org.glassfish.grizzly.http.util.RequestURIRef
- setDomain(String) - Method in class org.glassfish.grizzly.http.Cookie
-
Specifies the domain within which this cookie should be presented.
- setEncoding(String) - Method in class org.glassfish.grizzly.http.util.UEncoder
- setEncoding(Charset) - Method in class org.glassfish.grizzly.http.util.Parameters
- 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.
- setError(boolean) - Method in class org.glassfish.grizzly.http.ProcessingState
-
This flag indicates whether error occurred during the HTTP processing.
- setExpectContent(boolean) - Method in class org.glassfish.grizzly.http.HttpHeader
- setFactory(MessageBytes.MessageBytesFactory) - Static method in class org.glassfish.grizzly.http.util.MessageBytes
- setHeader(String, 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(String, String) - Method in interface org.glassfish.grizzly.http.MimeHeadersPacket
-
Set the value, of the specific HTTP mime header.
- setHeader(String, HeaderValue) - Method in class org.glassfish.grizzly.http.HttpHeader
-
Set the value, of the specific HTTP mime header.
- setHeader(String, HeaderValue) - Method in class org.glassfish.grizzly.http.HttpTrailer
-
Set the value, of the specific HTTP mime header.
- setHeader(String, HeaderValue) - Method in interface org.glassfish.grizzly.http.MimeHeadersPacket
-
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(Header, String) - Method in class org.glassfish.grizzly.http.HttpTrailer
-
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(Header, HeaderValue) - Method in class org.glassfish.grizzly.http.HttpHeader
-
Set the value, of the specific HTTP mime header.
- setHeader(Header, HeaderValue) - Method in class org.glassfish.grizzly.http.HttpTrailer
-
Set the value, of the specific HTTP mime header.
- setHeader(Header, HeaderValue) - Method in interface org.glassfish.grizzly.http.MimeHeadersPacket
-
Set the value, of the specific HTTP mime header.
- setHeaderParsed(boolean) - Method in interface org.glassfish.grizzly.http.HttpPacketParsing
- setHeaders(MimeHeaders) - Method in class org.glassfish.grizzly.http.Cookies
- setHeaders(MimeHeaders) - Method in class org.glassfish.grizzly.http.util.Parameters
- setHeaders(MimeHeaders, boolean) - Method in class org.glassfish.grizzly.http.Cookies
- setHtmlEncodingCustomReasonPhrase(boolean) - Method in class org.glassfish.grizzly.http.HttpResponsePacket
-
Sets if we need to encode HTML sensitive characters in custom reason phrase.
- setHttpContext(HttpContext) - Method in class org.glassfish.grizzly.http.ProcessingState
-
Sets the
HttpContextassociated with the processing. - 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).
- setId(int) - Method in class org.glassfish.grizzly.http.util.TimeStamp
- setIdleTimeoutInSeconds(int) - Method in class org.glassfish.grizzly.http.KeepAlive
-
Configures idle connection timeout behavior.
- setIgnoreContentModifiers(boolean) - Method in class org.glassfish.grizzly.http.HttpHeader
-
Set true if parser has to ignore "Transfer-Encoding" and "Content-Encoding" headers and act as none of them were specified.
- setInt(int) - Method in class org.glassfish.grizzly.http.util.MessageBytes
-
Set the buffer to the representation of an int
- setKeepAlive(boolean) - Method in class org.glassfish.grizzly.http.ProcessingState
-
This flag controls the connection keep-alive feature.
- setLast(boolean) - Method in class org.glassfish.grizzly.http.HttpContent
- 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
- setLocale(Locale) - Method in class org.glassfish.grizzly.http.HttpResponsePacket
-
Called explicitly by user to set the Content-Language and the default encoding
- 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.
- setLong(long) - Method in class org.glassfish.grizzly.http.util.MessageBytes
-
Set the buffer to the representation of an long
- setMaxAge(int) - Method in class org.glassfish.grizzly.http.Cookie
-
Sets the maximum age of the cookie in seconds.
- setMaxInactiveInterval(long) - Method in class org.glassfish.grizzly.http.util.TimeStamp
- setMaxNumHeaders(int) - Method in class org.glassfish.grizzly.http.util.MimeHeaders
- setMaxPayloadRemainderToSkip(long) - Method in class org.glassfish.grizzly.http.HttpCodecFilter
-
Set the maximum request payload remainder (in bytes) HttpServerFilter will try to swallow after HTTP request processing is over in order to keep the connection alive.
- 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.
- 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.
- setMimeType(String) - Method in class org.glassfish.grizzly.http.util.ContentType
-
Sets the mime-type part of the content-type (the part without charset attribute).
- setMimeType(String) - Method in class org.glassfish.grizzly.http.util.ContentType.SettableContentType
- setName(String) - Method in class org.glassfish.grizzly.http.Cookie
- setNew(boolean) - Method in class org.glassfish.grizzly.http.util.TimeStamp
- 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(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.
- setNote(Note<E>, E) - Method in class org.glassfish.grizzly.http.HttpRequestPacket
-
Bind the
Notevalue to this Request, replacing any existing binding for this name. - setOffset(int) - Method in class org.glassfish.grizzly.http.util.ByteChunk
- setOptimizedWrite(boolean) - Method in class org.glassfish.grizzly.http.util.ByteChunk
- setOptimizedWrite(boolean) - Method in class org.glassfish.grizzly.http.util.CharChunk
- setParent(Object) - Method in class org.glassfish.grizzly.http.util.TimeStamp
-
Returns the owner of this stamp ( the object that is time-stamped ).
- setPath(String) - Method in class org.glassfish.grizzly.http.Cookie
-
Specifies a path for the cookie to which the client should return the cookie.
- setPreserveHeaderCase(boolean) - Method in class org.glassfish.grizzly.http.HttpCodecFilter
-
Set to
trueto preserve header case. - setProtocol(Protocol) - Method in class org.glassfish.grizzly.http.HttpHeader
-
Set the HTTP message protocol version.
- setQuery(DataChunk) - Method in class org.glassfish.grizzly.http.util.Parameters
- setQueryString(String) - Method in class org.glassfish.grizzly.http.HttpRequestPacket
-
Set the
queryportion of the request URI. - setQueryStringEncoding(Charset) - Method in class org.glassfish.grizzly.http.util.Parameters
- 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.
- setRemoveHandledContentEncodingHeaders(boolean) - Method in class org.glassfish.grizzly.http.HttpCodecFilter
-
If enabled the content-encoding header for handled content-encodings is removed.
- setRequest(HttpRequestPacket) - Method in class org.glassfish.grizzly.http.HttpResponsePacket
-
Associates the request that triggered this response.
- setRequestURI(String) - Method in class org.glassfish.grizzly.http.HttpRequestPacket
-
Set the request URL.
- setResponse(HttpResponsePacket) - Method in class org.glassfish.grizzly.http.HttpRequestPacket
- 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
- setSerialized(int, boolean) - Method in class org.glassfish.grizzly.http.util.MimeHeaders
-
Set the header's "serialized" flag.
- setServerPort(int) - Method in class org.glassfish.grizzly.http.HttpRequestPacket
-
Sets the Internet Protocol (IP) port specified in the
Hostrequest header. - 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. - 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.
- 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.
- 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
- setTrailers(Supplier<Map<String, String>>) - Method in class org.glassfish.grizzly.http.io.OutputBuffer
- setTrailers(MimeHeaders) - Method in class org.glassfish.grizzly.http.HttpTrailer
-
Set the mime trailers.
- setTrainThreshold(int) - Static method in class org.glassfish.grizzly.http.util.StringCache
- setTransferEncoding(TransferEncoding) - Method in class org.glassfish.grizzly.http.HttpHeader
-
Set the
TransferEncoding, responsible for the parsing/serialization of the HTTP message content. - setUpgrade(String) - Method in class org.glassfish.grizzly.http.HttpHeader
-
Sets the "Upgrade" header value
- setURI(String) - Method in class org.glassfish.grizzly.http.util.RequestURIRef
- 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 .
- 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.
- size() - Method in class org.glassfish.grizzly.http.util.MimeHeaders
-
Returns the current number of header fields.
- skip(long) - Method in class org.glassfish.grizzly.http.io.InputBuffer
-
Skips the specified number of bytes/characters.
- skip(long, boolean) - Method in class org.glassfish.grizzly.http.io.InputBuffer
-
Deprecated.pls. use
InputBuffer.skip(long), the block parameter will be ignored - skipSpaces(byte[], int, int, int) - Static method in class org.glassfish.grizzly.http.util.HttpCodecUtils
- skipSpaces(Buffer, int, int) - Static method in class org.glassfish.grizzly.http.util.HttpCodecUtils
- SP - Static variable in class org.glassfish.grizzly.http.util.Constants
-
SP.
- start - Variable in class org.glassfish.grizzly.http.HttpCodecFilter.HeaderParsingState
- 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.ByteChunk
-
Returns true if the message bytes starts with the specified string.
- startsWith(String) - Method in class org.glassfish.grizzly.http.util.CharChunk
-
Returns true if the message bytes 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.
- startsWith(String, int) - 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.DataChunk
-
Returns
trueif theDataChunkstarts with the specified string. - startsWith(Buffer, int, int, byte[]) - Static method in class org.glassfish.grizzly.http.util.BufferChunk
- 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
trueif theDataChunkstarts 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.
- state - Variable in class org.glassfish.grizzly.http.HttpCodecFilter.HeaderParsingState
- 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.
- statusDropsConnection(int) - Static method in class org.glassfish.grizzly.http.HttpCodecFilter
-
Determine if we must drop the connection because of the HTTP status code.
- statusMatches(int) - Method in class org.glassfish.grizzly.http.util.HttpStatus
- strictVersionOneCompliant - Variable in class org.glassfish.grizzly.http.CookiesBuilder.AbstractCookiesBuilder
- String - org.glassfish.grizzly.http.util.DataChunk.Type
- 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
- 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.
- subState - Variable in class org.glassfish.grizzly.http.HttpCodecFilter.HeaderParsingState
- substract() - Method in class org.glassfish.grizzly.http.util.ByteChunk
- substract() - Method in class org.glassfish.grizzly.http.util.CharChunk
- substract(byte[], int, int) - Method in class org.glassfish.grizzly.http.util.ByteChunk
- substract(char[], int, int) - Method in class org.glassfish.grizzly.http.util.CharChunk
- substract(ByteChunk) - Method in class org.glassfish.grizzly.http.util.ByteChunk
- substract(CharChunk) - Method in class org.glassfish.grizzly.http.util.CharChunk
- SWITCHING_PROTOCOLS_101 - Static variable in class org.glassfish.grizzly.http.util.HttpStatus
All Classes All Packages