- cache - Variable in class org.simpleframework.common.parse.ParseBuffer
-
This is used to quicken toString
.
- CACHE_CONTROL - Static variable in interface org.simpleframework.http.Protocol
-
Specifies directives that must be obeyed by all caching mechanisms.
- cancel() - Method in interface org.simpleframework.common.lease.Lease
-
This will cancel the lease and release the resource.
- cancel() - Method in interface org.simpleframework.transport.reactor.Operation
-
This is used to cancel the operation if it has timed out.
- capacity - Variable in class org.simpleframework.common.buffer.FilterAllocator
-
This is the default initial minimum capacity of the buffer.
- Certificate - Interface in org.simpleframework.transport
-
The Certificate
interface represents the certificate
that is sent by a client during a secure HTTPS conversation.
- CertificateChallenge - Interface in org.simpleframework.transport
-
The CertificateChallenge
object is used to challenge
a client for their x509 certificate.
- challenge() - Method in interface org.simpleframework.transport.CertificateChallenge
-
This method will challenge the client for their certificate.
- challenge(Runnable) - Method in interface org.simpleframework.transport.CertificateChallenge
-
This method will challenge the client for their certificate.
- Channel - Interface in org.simpleframework.transport
-
The Channel
interface represents a connected channel
through which data can be sent and received.
- CHARSET - Static variable in interface org.simpleframework.http.Protocol
-
Represents the token used to identify the encoding of a message.
- chunk - Variable in class org.simpleframework.http.message.ArrayConsumer
-
This is the size of the chunk of bytes to read each time.
- CHUNKED - Static variable in interface org.simpleframework.http.Protocol
-
Represents the name of a self delimiting transfer encoding.
- ChunkedConsumer - Class in org.simpleframework.http.message
-
The ChunkedConsumer
is reads an decodes a stream
using the chunked transfer coding.
- ChunkedConsumer(Allocator) - Constructor for class org.simpleframework.http.message.ChunkedConsumer
-
Constructor for the ChunkedConsumer
object.
- clean(T) - Method in interface org.simpleframework.common.lease.Cleaner
-
This method is used to clean up after a the keyed resource.
- Cleaner<T> - Interface in org.simpleframework.common.lease
-
The Cleaner
represents an object that is used to
clean up after the keyed resource.
- clear() - Method in class org.simpleframework.common.buffer.ArrayBuffer
-
This will clear all data from the buffer.
- clear() - Method in interface org.simpleframework.common.buffer.Buffer
-
This will clear all data from the buffer.
- clear() - Method in class org.simpleframework.common.buffer.BufferAllocator
-
This will clear all data from the buffer.
- clear() - Method in class org.simpleframework.common.parse.MapParser
-
The clear
method is used to wipe out all the
currently existing tokens from the collection.
- clear() - Method in class org.simpleframework.common.parse.ParseBuffer
-
This will empty the ParseBuffer
so that the
toString
parameter will return null
.
- clear() - Method in class org.simpleframework.http.parse.ContentDispositionParser
-
This is used to clear all previously collected tokens.
- close() - Method in class org.simpleframework.common.buffer.ArrayBuffer
-
This method is used to ensure the buffer can be closed.
- close() - Method in interface org.simpleframework.common.buffer.Buffer
-
This method is used to ensure the buffer can be closed.
- close() - Method in class org.simpleframework.common.buffer.BufferAllocator
-
This method is used to ensure the buffer can be closed.
- close() - Method in class org.simpleframework.common.encode.Base64OutputStream
-
This is used to close the stream and encode the buffered bytes
to base64.
- close() - Method in class org.simpleframework.common.lease.LeaseManager
-
This is used to close the lease provider such that all of
the outstanding leases are canceled.
- close() - Method in interface org.simpleframework.common.lease.LeaseProvider
-
This is used to close the lease provider such that all of
the outstanding leases are canceled.
- CLOSE - Static variable in interface org.simpleframework.http.Protocol
-
Specifies that the server will terminate the connection.
- close() - Method in interface org.simpleframework.http.Response
-
This is used to close the connection and commit the request.
- close() - Method in class org.simpleframework.http.ResponseWrapper
-
This is used to close the connection and commit the request.
- close(Reason) - Method in interface org.simpleframework.http.socket.FrameChannel
-
This is used to close the connection with a specific reason.
- close() - Method in interface org.simpleframework.http.socket.FrameChannel
-
This is used to close the connection without a specific reason.
- close() - Method in interface org.simpleframework.transport.ByteWriter
-
This is used to close the sender and the underlying transport.
- close() - Method in interface org.simpleframework.transport.Channel
-
Because the channel represents a duplex means of communication
there needs to be a means to close it down.
- close() - Method in class org.simpleframework.transport.connect.SocketConnection
-
This is used to close the connection and the server socket
used to accept connections.
- close() - Method in class org.simpleframework.transport.SocketTransport
-
This method is used to flush the internal buffer and close
the underlying socket.
- close() - Method in interface org.simpleframework.transport.Transport
-
This is used to close the transport and the underlying socket.
- close() - Method in class org.simpleframework.transport.TransportChannel
-
Because the channel represents a duplex means of communication
there needs to be a means to close it down.
- close() - Method in class org.simpleframework.transport.TransportWriter
-
This is used to close the writer and the underlying transport.
- CloseCode - Enum in org.simpleframework.http.socket
-
The CloseCode
enumerates the closure codes specified in
RFC 6455.
- code - Variable in enum org.simpleframework.http.socket.CloseCode
-
This is the actual integer value representing the code.
- code - Variable in enum org.simpleframework.http.socket.FrameType
-
This is the integer value for the opcode.
- code - Variable in enum org.simpleframework.http.Status
-
This is the code for the status that this instance represents.
- commit(ByteCursor) - Method in class org.simpleframework.http.message.UpdateConsumer
-
This method can be used to commit the consumer when all data
has been consumed.
- commit() - Method in interface org.simpleframework.http.Response
-
This is used to write the headers that where given to the
Response
.
- commit() - Method in class org.simpleframework.http.ResponseWrapper
-
This is used to write the headers that where given to the
Response
.
- ConcurrentExecutor - Class in org.simpleframework.common.thread
-
The ConcurrentExecutor
object is used to execute tasks
in a thread pool.
- ConcurrentExecutor(Class) - Constructor for class org.simpleframework.common.thread.ConcurrentExecutor
-
Constructor for the ConcurrentExecutor
object.
- ConcurrentExecutor(Class, int) - Constructor for class org.simpleframework.common.thread.ConcurrentExecutor
-
Constructor for the ConcurrentExecutor
object.
- ConcurrentExecutor(Class, int, int) - Constructor for class org.simpleframework.common.thread.ConcurrentExecutor
-
Constructor for the ConcurrentExecutor
object.
- ConcurrentScheduler - Class in org.simpleframework.common.thread
-
The ConcurrentScheduler
object is used to schedule tasks
for execution.
- ConcurrentScheduler(Class) - Constructor for class org.simpleframework.common.thread.ConcurrentScheduler
-
Constructor for the ConcurrentScheduler
object.
- ConcurrentScheduler(Class, int) - Constructor for class org.simpleframework.common.thread.ConcurrentScheduler
-
Constructor for the ConcurrentScheduler
object.
- CONNECT - Static variable in interface org.simpleframework.http.Method
-
For use with a proxy that can dynamically switch to being a tunnel.
- connect(Session) - Method in interface org.simpleframework.http.socket.service.Service
-
This method connects a new session with a service implementation.
- connect(SocketAddress) - Method in interface org.simpleframework.transport.connect.Connection
-
This creates a new background task that will listen to the
specified ServerAddress
for incoming TCP connect
requests.
- connect(SocketAddress, SSLContext) - Method in interface org.simpleframework.transport.connect.Connection
-
This creates a new background task that will listen to the
specified ServerAddress
for incoming TCP connect
requests.
- connect(SocketAddress) - Method in class org.simpleframework.transport.connect.SocketConnection
-
This creates a new background task that will listen to the
specified ServerAddress
for incoming TCP connect
requests.
- connect(SocketAddress, SSLContext) - Method in class org.simpleframework.transport.connect.SocketConnection
-
This creates a new background task that will listen to the
specified ServerAddress
for incoming TCP connect
requests.
- CONNECTION - Static variable in interface org.simpleframework.http.Protocol
-
Specifies options that are desired for that particular connection.
- Connection - Interface in org.simpleframework.transport.connect
-
The Connection
object is used to manage connections
from a server socket.
- ConnectionEvent - Enum in org.simpleframework.transport.connect
-
The ConnectionEvent
enum represents various events that
can occur with a new connection.
- consume(ByteCursor) - Method in class org.simpleframework.http.message.ArrayConsumer
-
This method is used to consume bytes from the provided cursor.
- consume(ByteCursor) - Method in interface org.simpleframework.http.message.ByteConsumer
-
This method is used to consume bytes from the provided cursor.
- consume(ByteCursor) - Method in class org.simpleframework.http.message.EmptyConsumer
-
This method will not consume any bytes from the cursor.
- consume(ByteCursor) - Method in class org.simpleframework.http.message.EntityConsumer
-
This consumes the header and body from the cursor.
- consume(ByteCursor) - Method in class org.simpleframework.http.message.FileUploadConsumer
-
This method is used to consume bytes from the provided cursor.
- consume(ByteCursor) - Method in class org.simpleframework.http.message.UpdateConsumer
-
This method is used to consume bytes from the provided cursor.
- Container - Interface in org.simpleframework.http.core
-
The Container
object is used to process HTTP requests
and compose HTTP responses.
- ContainerEvent - Enum in org.simpleframework.http.core
-
The ContainerEvent
enum represents events that occur when
processing a HTTP transaction.
- ContainerSocketProcessor - Class in org.simpleframework.http.core
-
The ContainerSocketProcessor
object is a connector
that dispatch requests from a connected pipeline.
- ContainerSocketProcessor(Container) - Constructor for class org.simpleframework.http.core.ContainerSocketProcessor
-
Constructor for the ContainerSocketProcessor
object.
- ContainerSocketProcessor(Container, int) - Constructor for class org.simpleframework.http.core.ContainerSocketProcessor
-
Constructor for the ContainerSocketProcessor
object.
- ContainerSocketProcessor(Container, int, int) - Constructor for class org.simpleframework.http.core.ContainerSocketProcessor
-
Constructor for the ContainerSocketProcessor
object.
- ContainerSocketProcessor(Container, Allocator) - Constructor for class org.simpleframework.http.core.ContainerSocketProcessor
-
Constructor for the ContainerSocketProcessor
object.
- ContainerSocketProcessor(Container, Allocator, int) - Constructor for class org.simpleframework.http.core.ContainerSocketProcessor
-
Constructor for the ContainerSocketProcessor
object.
- ContainerSocketProcessor(Container, Allocator, int, int) - Constructor for class org.simpleframework.http.core.ContainerSocketProcessor
-
Constructor for the ContainerSocketProcessor
object.
- ContainerTransportProcessor - Class in org.simpleframework.http.core
-
The ContainerProcessor
object is used to create
channels which can be used to consume and process requests.
- ContainerTransportProcessor(Container, Allocator, int) - Constructor for class org.simpleframework.http.core.ContainerTransportProcessor
-
Constructor for the ContainerProcessor
object.
- ContainerTransportProcessor(Container, Allocator, int, int) - Constructor for class org.simpleframework.http.core.ContainerTransportProcessor
-
Constructor for the ContainerProcessor
object.
- containsKey(Object) - Method in class org.simpleframework.common.parse.MapParser
-
This is used to determine whether a token representing the
name of a pair has been inserted into the internal map.
- containsValue(Object) - Method in class org.simpleframework.common.parse.MapParser
-
This method is used to determine whether any pair that has
been inserted into the internal map had the presented value.
- CONTENT_DISPOSITION - Static variable in interface org.simpleframework.http.Protocol
-
Specifies a tag indicating of its desired presentation semantics.
- CONTENT_ENCODING - Static variable in interface org.simpleframework.http.Protocol
-
Indicates additional content codings have been applied to the body.
- CONTENT_LANGUAGE - Static variable in interface org.simpleframework.http.Protocol
-
Describes the languages of the intended audience for the body.
- CONTENT_LENGTH - Static variable in interface org.simpleframework.http.Protocol
-
Indicates the size of the entity body in decimal number of octets.
- CONTENT_LOCATION - Static variable in interface org.simpleframework.http.Protocol
-
Used to supply the resource location for the entity enclosed.
- CONTENT_MD5 - Static variable in interface org.simpleframework.http.Protocol
-
An MD5 digest of the body for the purpose of checking integrity.
- CONTENT_RANGE - Static variable in interface org.simpleframework.http.Protocol
-
Specifies where in the full body a partial body should be applied.
- CONTENT_TYPE - Static variable in interface org.simpleframework.http.Protocol
-
Indicates the media type of the body sent to the recipient.
- ContentDisposition - Interface in org.simpleframework.http
-
The ContentDisposition
object represents the HTTP
Content-Disposition header of a request.
- ContentDispositionParser - Class in org.simpleframework.http.parse
-
The ContentDispositionParser
object is used to represent
a parser used to parse the Content-Disposition header.
- ContentDispositionParser() - Constructor for class org.simpleframework.http.parse.ContentDispositionParser
-
Constructor for the ContentDispositionParser
object.
- ContentDispositionParser(String) - Constructor for class org.simpleframework.http.parse.ContentDispositionParser
-
Constructor for the ContentDispositionParser
object.
- ContentType - Interface in org.simpleframework.http
-
This provides access to the MIME type parts, that is the primary
type, the secondary type and an optional character set parameter.
- ContentTypeParser - Class in org.simpleframework.http.parse
-
This provides access to the MIME type parts, that is the primary
type, the secondary type and an optional character set parameter.
- ContentTypeParser() - Constructor for class org.simpleframework.http.parse.ContentTypeParser
-
The default constructor will create a ContentParser
that contains no charset, primary or secondary.
- ContentTypeParser(String) - Constructor for class org.simpleframework.http.parse.ContentTypeParser
-
This is primarily a convenience constructor.
- Conversation - Class in org.simpleframework.http.core
-
The Conversation
object is used to set and interpret
the semantics of the HTTP headers with regard to the encoding
used for the response.
- Conversation(RequestHeader, ResponseHeader) - Constructor for class org.simpleframework.http.core.Conversation
-
Constructor for the Conversation
object.
- convert(String) - Method in class org.simpleframework.http.parse.DateParser
-
Convenience method used to convert the specified HTTP date in to a
long representing the time.
- convert(long) - Method in class org.simpleframework.http.parse.DateParser
-
Convenience method used to convert the specified long date in to a
HTTP date format.
- convert(String) - Method in class org.simpleframework.http.socket.DataConverter
-
This method is used to convert text using the character encoding
specified when constructing the converter.
- convert(byte[]) - Method in class org.simpleframework.http.socket.DataConverter
-
This method is used to convert data using the character encoding
specified when constructing the converter.
- convert(byte[], int, int) - Method in class org.simpleframework.http.socket.DataConverter
-
This method is used to convert data using the character encoding
specified when constructing the converter.
- Cookie - Class in org.simpleframework.http
-
This class is used to represent a generic cookie.
- Cookie(String, String) - Constructor for class org.simpleframework.http.Cookie
-
Constructor of the Cookie
that uses a default
version of 1, which is used by RFC 2109.
- Cookie(String, String, boolean) - Constructor for class org.simpleframework.http.Cookie
-
Constructor of the Cookie
that uses a default
version of 1, which is used by RFC 2109.
- Cookie(String, String, String) - Constructor for class org.simpleframework.http.Cookie
-
Constructor of the Cookie
that uses a default
version of 1, which is used by RFC 2109.
- Cookie(String, String, String, boolean) - Constructor for class org.simpleframework.http.Cookie
-
Constructor of the Cookie
that uses a default
version of 1, which is used by RFC 2109.
- cookie(String) - Method in class org.simpleframework.http.message.SegmentConsumer
-
This will accept any cookie header and parse it such that all
cookies within it are converted to Cookie
objects
and made available as typed objects.
- COOKIE - Static variable in interface org.simpleframework.http.Protocol
-
Represents a cookie that contains some information from the client.
- CookieParser - Class in org.simpleframework.http.parse
-
CookieParser is used to parse the cookie header.
- CookieParser() - Constructor for class org.simpleframework.http.parse.CookieParser
-
Create a CookieParser
that contains no cookies.
- CookieParser(String) - Constructor for class org.simpleframework.http.parse.CookieParser
-
This is primarily a convineance constructor.
- cookies - Variable in class org.simpleframework.http.message.SegmentConsumer
-
This is used to parse the cookie headers that are consumed.
- count - Variable in class org.simpleframework.common.parse.ParseBuffer
-
This is the number of char
's stored.
- count - Variable in class org.simpleframework.common.parse.Parser
-
This represents the length of the buffer.
- count - Variable in class org.simpleframework.http.message.ArrayConsumer
-
This is the number of bytes that have been consumed so far.
- create(char[], int, int) - Method in class org.simpleframework.http.parse.LanguageParser
-
This creates a locale object using an offset and a length.
- create(char[], int, int) - Method in class org.simpleframework.http.parse.ListParser
-
This creates an value object using the range of characters
that have been parsed as an item within the list of values.
- create(char[], int, int) - Method in class org.simpleframework.http.parse.ValueParser
-
This creates a string object using an offset and a length.
- get(Object) - Method in class org.simpleframework.common.lease.LeaseMap
-
This is used to acquire the Lease
object that is
mapped to the specified key.
- get(Object) - Method in class org.simpleframework.common.parse.MapParser
-
The get
method is used to acquire the value for
a named pair.
- GET - Static variable in interface org.simpleframework.http.Method
-
Retrieve whatever information is identified by the request.
- getAddress() - Method in interface org.simpleframework.http.message.Header
-
This is used to acquire the address from the request line.
- getAddress() - Method in class org.simpleframework.http.message.RequestConsumer
-
This is used to acquire the address from the request line.
- getAddress() - Method in interface org.simpleframework.http.RequestLine
-
This is used to acquire the address from the request line.
- getAddress() - Method in class org.simpleframework.http.RequestWrapper
-
This is used to acquire the address from the request line.
- getAll(Object) - Method in class org.simpleframework.common.parse.MapParser
-
This method is used to acquire a List
for all of
the values that have been put in to the map.
- getAll(String) - Method in interface org.simpleframework.http.message.Message
-
This is used to acquire all the individual header values from
the message.
- getAll(String) - Method in class org.simpleframework.http.message.MessageHeader
-
This is used to acquire all the individual header values from
the message.
- getAll(Object) - Method in interface org.simpleframework.http.Query
-
This method is used to acquire a List
for all of
the parameter values associated with the specified name.
- getAttribute(Object) - Method in interface org.simpleframework.http.Request
-
This is used as a shortcut for acquiring attributes for the
response.
- getAttribute(Object) - Method in class org.simpleframework.http.RequestWrapper
-
This is used as a shortcut for acquiring attributes for the
response.
- getAttribute(Object) - Method in interface org.simpleframework.http.socket.Session
-
This is used as a shortcut for acquiring attributes for the
response.
- getAttributes() - Method in interface org.simpleframework.http.Request
-
This can be used to retrieve the response attributes.
- getAttributes() - Method in class org.simpleframework.http.RequestWrapper
-
This can be used to retrieve the response attributes.
- getAttributes() - Method in interface org.simpleframework.http.socket.Session
-
This can be used to retrieve the response attributes.
- getAttributes() - Method in interface org.simpleframework.transport.Channel
-
This returns the Map
of attributes used to hold
connection information for the channel.
- getAttributes() - Method in interface org.simpleframework.transport.Socket
-
This method is used to get the Map
of attributes
for this socket.
- getAttributes() - Method in class org.simpleframework.transport.SocketTransport
-
This method is used to get the Map
of attributes
by this pipeline.
- getAttributes() - Method in class org.simpleframework.transport.SocketWrapper
-
This method is used to get the Map
of attributes
by this socket.
- getAttributes() - Method in class org.simpleframework.transport.TransportChannel
-
This returns the Map
of attributes used to hold
connection information for the channel.
- getBinary() - Method in class org.simpleframework.http.socket.BinaryData
-
This returns the binary payload that is to be sent with a frame.
- getBinary() - Method in interface org.simpleframework.http.socket.Data
-
This returns the binary payload that is to be sent with a frame.
- getBinary() - Method in class org.simpleframework.http.socket.DataFrame
-
This returns the binary payload that is to be sent with the frame.
- getBinary() - Method in interface org.simpleframework.http.socket.Frame
-
This returns the binary payload that is to be sent with the frame.
- getBinary() - Method in class org.simpleframework.http.socket.TextData
-
This returns the binary payload that is to be sent with a frame.
- getBody() - Method in interface org.simpleframework.http.message.BodyConsumer
-
This is used to acquire the body that has been consumed.
- getBody() - Method in class org.simpleframework.http.message.ChunkedConsumer
-
This is used to acquire the body that has been consumed.
- getBody() - Method in class org.simpleframework.http.message.EmptyConsumer
-
This is used to acquire the body that has been consumed.
- getBody() - Method in interface org.simpleframework.http.message.Entity
-
This is used to acquire the body for this HTTP entity.
- getBody() - Method in class org.simpleframework.http.message.EntityConsumer
-
This is used to acquire the body for this HTTP entity.
- getBody() - Method in class org.simpleframework.http.message.FileUploadConsumer
-
This is used to acquire the body that has been consumed.
- getBody() - Method in class org.simpleframework.http.message.FixedLengthConsumer
-
This is used to acquire the body that has been consumed.
- getBoolean(Object) - Method in class org.simpleframework.http.parse.QueryParser
-
This extracts a boolean parameter for the named value.
- getBoolean(Object) - Method in interface org.simpleframework.http.Query
-
This extracts a boolean parameter for the named value.
- getByteChannel() - Method in interface org.simpleframework.http.Request
-
This is used to read the content body.
- getByteChannel() - Method in class org.simpleframework.http.RequestWrapper
-
This is used to read the content body.
- getByteChannel() - Method in interface org.simpleframework.http.Response
-
Used to write a message body with the Response
.
- getByteChannel(int) - Method in interface org.simpleframework.http.Response
-
Used to write a message body with the Response
.
- getByteChannel() - Method in class org.simpleframework.http.ResponseWrapper
-
Used to write a message body with the Response
.
- getByteChannel(int) - Method in class org.simpleframework.http.ResponseWrapper
-
Used to write a message body with the Response
.
- getCertificate() - Method in interface org.simpleframework.transport.Channel
-
This is used to acquire the SSL certificate used for security.
- getCertificate() - Method in class org.simpleframework.transport.SocketTransport
-
This is used to acquire the SSL certificate used when the
server is using a HTTPS connection.
- getCertificate() - Method in interface org.simpleframework.transport.Transport
-
This is used to acquire the SSL certificate used when the
server is using a HTTPS connection.
- getCertificate() - Method in class org.simpleframework.transport.TransportChannel
-
This is used to acquire the SSL certificate used for security.
- getChain() - Method in interface org.simpleframework.transport.Certificate
-
This will return the X509 certificate chain, if any, that
has been sent by the client.
- getChallenge() - Method in interface org.simpleframework.transport.Certificate
-
This returns a challenge for the certificate.
- getChannel() - Method in interface org.simpleframework.http.message.Entity
-
This provides the connected channel for the client.
- getChannel() - Method in interface org.simpleframework.http.Request
-
This provides the underlying channel for the request.
- getChannel() - Method in class org.simpleframework.http.RequestWrapper
-
This provides the underlying channel for the request.
- getChannel() - Method in interface org.simpleframework.http.socket.Session
-
Provides a FrameChannel
that can be used to communicate
with the connected client.
- getChannel() - Method in interface org.simpleframework.transport.reactor.Operation
-
This is the SelectableChannel
which is used to
determine if the operation should be executed.
- getChannel() - Method in interface org.simpleframework.transport.Socket
-
This method is used to acquire the SocketChannel
for the connection.
- getChannel() - Method in class org.simpleframework.transport.SocketTransport
-
This method is used to acquire the SocketChannel
for the connection.
- getChannel() - Method in class org.simpleframework.transport.SocketWrapper
-
This method is used to acquire the SocketChannel
for the connection.
- getCharset() - Method in interface org.simpleframework.http.ContentType
-
This is used to retrieve the charset
of this MIME
type.
- getCharset() - Method in class org.simpleframework.http.parse.ContentTypeParser
-
This is used to retrieve the charset
of this MIME
type.
- getClientAddress() - Method in interface org.simpleframework.http.Request
-
This is used to acquire the remote client address.
- getClientAddress() - Method in class org.simpleframework.http.RequestWrapper
-
This is used to acquire the remote client address.
- getClientCertificate() - Method in interface org.simpleframework.http.Request
-
This is used to acquire the SSL certificate used when the
server is using a HTTPS connection.
- getClientCertificate() - Method in class org.simpleframework.http.RequestWrapper
-
This is used to acquire the SSL certificate used when the
server is using a HTTPS connection.
- getCode() - Method in class org.simpleframework.http.ResponseWrapper
-
This represents the status code of the HTTP response.
- getCode() - Method in class org.simpleframework.http.socket.Reason
-
This is used to get the RFC 6455 code describing the type
of close event.
- getCode() - Method in enum org.simpleframework.http.Status
-
This is used to acquire the code of the status object.
- getCode() - Method in interface org.simpleframework.http.StatusLine
-
This represents the status code of the HTTP response.
- getContent() - Method in interface org.simpleframework.http.message.Body
-
This will acquire the contents of the body in UTF-8.
- getContent(String) - Method in interface org.simpleframework.http.message.Body
-
This will acquire the contents of the body in the specified
charset.
- getContent() - Method in interface org.simpleframework.http.Part
-
This is used to acquire the content of the part as a string.
- getContent() - Method in interface org.simpleframework.http.Request
-
This is used to get the content body.
- getContent() - Method in class org.simpleframework.http.RequestWrapper
-
This is used to get the content body.
- getContentLength() - Method in class org.simpleframework.http.core.Conversation
-
This is used to acquire the content length for the response.
- getContentLength() - Method in interface org.simpleframework.http.message.Segment
-
This is a convenience method that can be used to determine
the length of the message body.
- getContentLength() - Method in class org.simpleframework.http.message.SegmentConsumer
-
This is a convenience method that can be used to determine
the length of the message body.
- getContentLength() - Method in interface org.simpleframework.http.RequestHeader
-
This is a convenience method that can be used to determine
the length of the message body.
- getContentLength() - Method in class org.simpleframework.http.RequestWrapper
-
This is a convenience method that can be used to determine
the length of the message body.
- getContentLength() - Method in interface org.simpleframework.http.ResponseHeader
-
This is a convenience method that can be used to determine
the length of the message body.
- getContentLength() - Method in class org.simpleframework.http.ResponseWrapper
-
This is a convenience method that can be used to determine
the length of the message body.
- getContentType() - Method in interface org.simpleframework.http.message.Segment
-
This is a convenience method that can be used to determine the
content type of the message body.
- getContentType() - Method in class org.simpleframework.http.message.SegmentConsumer
-
This is a convenience method that can be used to determine the
content type of the message body.
- getContentType() - Method in interface org.simpleframework.http.Part
-
This is used to acquire the content type for this part.
- getContentType() - Method in interface org.simpleframework.http.RequestHeader
-
This is a convenience method that can be used to determine the
content type of the message body.
- getContentType() - Method in class org.simpleframework.http.RequestWrapper
-
This is a convenience method that can be used to determine the
content type of the message body.
- getContentType() - Method in interface org.simpleframework.http.ResponseHeader
-
This is a convenience method that can be used to determine the
content type of the message body.
- getContentType() - Method in class org.simpleframework.http.ResponseWrapper
-
This is a convenience method that can be used to determine the
content type of the message body.
- getCookie(String) - Method in interface org.simpleframework.http.message.Header
-
This is used to acquire a cookie usiing the name of that cookie.
- getCookie(String) - Method in class org.simpleframework.http.message.HeaderConsumer
-
This is used to acquire a cookie using the name of that cookie.
- getCookie(String) - Method in interface org.simpleframework.http.message.Message
-
This returns the Cookie
object stored under the
specified name.
- getCookie(String) - Method in class org.simpleframework.http.message.MessageHeader
-
This returns the Cookie
object stored under the
specified name.
- getCookie(String) - Method in interface org.simpleframework.http.RequestHeader
-
This is used to acquire a cookie using the name of that cookie.
- getCookie(String) - Method in class org.simpleframework.http.RequestWrapper
-
This is used to acquire a cookie usiing the name of that cookie.
- getCookie(String) - Method in interface org.simpleframework.http.ResponseHeader
-
This returns the Cookie
object stored under the
specified name.
- getCookie(String) - Method in class org.simpleframework.http.ResponseWrapper
-
This returns the Cookie
object stored under the
specified name.
- getCookies() - Method in interface org.simpleframework.http.message.Header
-
This is used to acquire all cookies that were sent in the header.
- getCookies() - Method in class org.simpleframework.http.message.HeaderConsumer
-
This is used to acquire all cookies that were sent in the header.
- getCookies() - Method in interface org.simpleframework.http.message.Message
-
This returns all Cookie
objects stored under the
specified name.
- getCookies() - Method in class org.simpleframework.http.message.MessageHeader
-
This returns all Cookie
objects stored under the
specified name.
- getCookies() - Method in interface org.simpleframework.http.RequestHeader
-
This is used to acquire all cookies that were sent in the header.
- getCookies() - Method in class org.simpleframework.http.RequestWrapper
-
This is used to acquire all cookies that were sent in the header.
- getCookies() - Method in interface org.simpleframework.http.ResponseHeader
-
This returns all Cookie
objects stored under the
specified name.
- getCookies() - Method in class org.simpleframework.http.ResponseWrapper
-
This returns all Cookie
objects stored under the
specified name.
- getCursor() - Method in interface org.simpleframework.transport.Channel
-
This provides a ByteCursor
for this channel.
- getCursor() - Method in class org.simpleframework.transport.TransportChannel
-
This provides a ByteCursor
for this channel.
- getData() - Method in enum org.simpleframework.http.socket.CloseCode
-
This is the data that represents the closure code.
- getDate(String) - Method in interface org.simpleframework.http.message.Header
-
This can be used to get the date of the first message header
that has the specified name.
- getDate(String) - Method in class org.simpleframework.http.message.HeaderConsumer
-
This can be used to get the date of the first message header
that has the specified name.
- getDate(String) - Method in interface org.simpleframework.http.message.Message
-
This can be used to get the value of the first message header
that has the specified name.
- getDate(String) - Method in class org.simpleframework.http.message.MessageHeader
-
This can be used to get the value of the first message header
that has the specified name.
- getDate(String) - Method in class org.simpleframework.http.message.RequestConsumer
-
This can be used to get the date of the first message header
that has the specified name.
- getDate(String) - Method in interface org.simpleframework.http.RequestHeader
-
This can be used to get the date of the first message header
that has the specified name.
- getDate(String) - Method in class org.simpleframework.http.RequestWrapper
-
This can be used to get the date of the first message header
that has the specified name.
- getDate(String) - Method in interface org.simpleframework.http.ResponseHeader
-
This can be used to get the value of the first message header
that has the specified name.
- getDate(String) - Method in class org.simpleframework.http.ResponseWrapper
-
This can be used to get the value of the first message header
that has the specified name.
- getDescription() - Method in class org.simpleframework.http.ResponseWrapper
-
This can be used to retrieve the text of a HTTP status
line.
- getDescription() - Method in enum org.simpleframework.http.Status
-
This is used to provide the status description.
- getDescription(int) - Static method in enum org.simpleframework.http.Status
-
This is used to provide the status description.
- getDescription() - Method in interface org.simpleframework.http.StatusLine
-
This can be used to retrieve the text of a HTTP status
line.
- getDirectory() - Method in class org.simpleframework.http.parse.PathParser
-
This will return the highest directory that exists within
the path.
- getDirectory() - Method in interface org.simpleframework.http.Path
-
This will return the highest directory that exists within
the path.
- getDisposition() - Method in interface org.simpleframework.http.message.Segment
-
This is a convenience method that can be used to determine the
content type of the message body.
- getDisposition() - Method in class org.simpleframework.http.message.SegmentConsumer
-
This is a convenience method that can be used to determine the
content type of the message body.
- getDomain() - Method in interface org.simpleframework.http.Address
-
This is used to retrieve the domain of this URI.
- getDomain() - Method in class org.simpleframework.http.Cookie
-
This returns the domain for this cookie.
- getDomain() - Method in class org.simpleframework.http.parse.AddressParser
-
This is used to retrieve the domain of this URI.
- getEngine() - Method in interface org.simpleframework.transport.Socket
-
This is used to acquire the SSL engine used for security.
- getEngine() - Method in class org.simpleframework.transport.SocketTransport
-
This is used to acquire the SSL engine used for https.
- getEngine() - Method in class org.simpleframework.transport.SocketWrapper
-
This is used to acquire the SSL engine used for HTTPS.
- getExpiry(TimeUnit) - Method in interface org.simpleframework.common.lease.Lease
-
Determines the duration remaining before the lease expires.
- getExpiry() - Method in class org.simpleframework.http.Cookie
-
This returns the number of seconds a cookie lives for.
- getExtension() - Method in class org.simpleframework.http.parse.PathParser
-
This will return the extension that the file name contains.
- getExtension() - Method in interface org.simpleframework.http.Path
-
This will return the extension that the file name contains.
- getFileName() - Method in interface org.simpleframework.http.ContentDisposition
-
This method is used to acquire the file name of the part.
- getFileName() - Method in interface org.simpleframework.http.message.Segment
-
This method is used to acquire the file name of the part.
- getFileName() - Method in class org.simpleframework.http.message.SegmentConsumer
-
This method is used to acquire the file name of the part.
- getFileName() - Method in class org.simpleframework.http.parse.ContentDispositionParser
-
This method is used to acquire the file name of the part.
- getFileName() - Method in interface org.simpleframework.http.Part
-
This method is used to acquire the file name of the part.
- getFloat(Object) - Method in class org.simpleframework.http.parse.QueryParser
-
This extracts a float parameter for the named value.
- getFloat(Object) - Method in interface org.simpleframework.http.Query
-
This extracts a float parameter for the named value.
- getFrame(FrameType) - Method in class org.simpleframework.http.socket.DataFrame
-
This method is used to convert from one frame type to another.
- getFrame(FrameType) - Method in interface org.simpleframework.http.socket.Frame
-
This method is used to convert from one frame type to another.
- getHeader() - Method in interface org.simpleframework.http.message.Entity
-
This provides the HTTP request header for the entity.
- getHeader() - Method in class org.simpleframework.http.message.EntityConsumer
-
This provides the HTTP request header for the entity.
- getHeader() - Method in interface org.simpleframework.http.message.Header
-
This method returns a CharSequence
holding the data
consumed for the request.
- getHeader() - Method in class org.simpleframework.http.message.RequestConsumer
-
This method returns a CharSequence
holding the data
consumed for the request.
- getHeader(String) - Method in interface org.simpleframework.http.Part
-
This is used to acquire the header value for the specified
header name.
- getHeader() - Method in interface org.simpleframework.http.RequestHeader
-
This method returns a CharSequence
holding the header
consumed for the request.
- getHeader() - Method in class org.simpleframework.http.RequestWrapper
-
This method returns a CharSequence
holding the header
consumed for the request.
- getHeader() - Method in interface org.simpleframework.http.ResponseHeader
-
This method returns a CharSequence
holding the header
created for the request.
- getHeader() - Method in class org.simpleframework.http.ResponseWrapper
-
This method returns a CharSequence
holding the header
created for the request.
- getInputStream() - Method in interface org.simpleframework.http.message.Body
-
This is used to acquire the contents of the body as a stream.
- getInputStream() - Method in interface org.simpleframework.http.Part
-
This is used to acquire an InputStream
for the
part.
- getInputStream() - Method in interface org.simpleframework.http.Request
-
This is used to read the content body.
- getInputStream() - Method in class org.simpleframework.http.RequestWrapper
-
This is used to read the content body.
- getInteger(String) - Method in interface org.simpleframework.http.message.Header
-
This can be used to get the integer of the first message header
that has the specified name.
- getInteger(String) - Method in class org.simpleframework.http.message.HeaderConsumer
-
This can be used to get the integer of the first message header
that has the specified name.
- getInteger(String) - Method in interface org.simpleframework.http.message.Message
-
This can be used to get the value of the first message header
that has the specified name.
- getInteger(String) - Method in class org.simpleframework.http.message.MessageHeader
-
This can be used to get the value of the first message header
that has the specified name.
- getInteger(String) - Method in class org.simpleframework.http.message.RequestConsumer
-
This can be used to get the integer of the first message header
that has the specified name.
- getInteger(Object) - Method in class org.simpleframework.http.parse.QueryParser
-
This extracts an integer parameter for the named value.
- getInteger(Object) - Method in interface org.simpleframework.http.Query
-
This extracts an integer parameter for the named value.
- getInteger(String) - Method in interface org.simpleframework.http.RequestHeader
-
This can be used to get the integer of the first message header
that has the specified name.
- getInteger(String) - Method in class org.simpleframework.http.RequestWrapper
-
This can be used to get the integer of the first message header
that has the specified name.
- getInteger(String) - Method in interface org.simpleframework.http.ResponseHeader
-
This can be used to get the value of the first message header
that has the specified name.
- getInteger(String) - Method in class org.simpleframework.http.ResponseWrapper
-
This can be used to get the value of the first message header
that has the specified name.
- getKey() - Method in interface org.simpleframework.common.lease.Lease
-
Provides the key for the resource that this lease represents.
- getKeys() - Method in class org.simpleframework.common.KeyMap
-
This is used to produce a List
of the keys in
the map.
- getLocales() - Method in interface org.simpleframework.http.message.Header
-
This is used to acquire the locales from the request header.
- getLocales() - Method in class org.simpleframework.http.message.SegmentConsumer
-
This is used to acquire the locales from the request header.
- getLocales() - Method in interface org.simpleframework.http.RequestHeader
-
This is used to acquire the locales from the request header.
- getLocales() - Method in class org.simpleframework.http.RequestWrapper
-
This is used to acquire the locales from the request header.
- getLong(String) - Method in class org.simpleframework.http.message.MessageHeader
-
This can be used to get the value of the first message header
that has the specified name.
- getMajor() - Method in interface org.simpleframework.http.message.Header
-
This can be used to get the major number from a HTTP version.
- getMajor() - Method in class org.simpleframework.http.message.RequestConsumer
-
This can be used to get the major number from a HTTP version.
- getMajor() - Method in interface org.simpleframework.http.RequestLine
-
This can be used to get the major number from a HTTP version.
- getMajor() - Method in class org.simpleframework.http.RequestWrapper
-
This can be used to get the major number from a HTTP version.
- getMajor() - Method in class org.simpleframework.http.ResponseWrapper
-
This can be used to get the major number from a HTTP version.
- getMajor() - Method in interface org.simpleframework.http.StatusLine
-
This can be used to get the major number from a HTTP
version.
- getMethod() - Method in interface org.simpleframework.http.message.Header
-
This can be used to get the HTTP method for this request.
- getMethod() - Method in class org.simpleframework.http.message.RequestConsumer
-
This can be used to get the HTTP method for this request.
- getMethod() - Method in interface org.simpleframework.http.RequestLine
-
This can be used to get the HTTP method for this request.
- getMethod() - Method in class org.simpleframework.http.RequestWrapper
-
This can be used to get the HTTP method for this request.
- getMinor() - Method in interface org.simpleframework.http.message.Header
-
This can be used to get the minor number from a HTTP version.
- getMinor() - Method in class org.simpleframework.http.message.RequestConsumer
-
This can be used to get the minor number from a HTTP version.
- getMinor() - Method in interface org.simpleframework.http.RequestLine
-
This can be used to get the major number from a HTTP version.
- getMinor() - Method in class org.simpleframework.http.RequestWrapper
-
This can be used to get the major number from a HTTP version.
- getMinor() - Method in class org.simpleframework.http.ResponseWrapper
-
This can be used to get the minor number from a HTTP version.
- getMinor() - Method in interface org.simpleframework.http.StatusLine
-
This can be used to get the minor number from a HTTP
version.
- getName() - Method in interface org.simpleframework.http.ContentDisposition
-
This method is used to acquire the name of the part.
- getName() - Method in class org.simpleframework.http.Cookie
-
This returns the name for this cookie.
- getName() - Method in interface org.simpleframework.http.message.Segment
-
This method is used to acquire the name of the part.
- getName() - Method in class org.simpleframework.http.message.SegmentConsumer
-
This method is used to acquire the name of the part.
- getName() - Method in class org.simpleframework.http.parse.ContentDispositionParser
-
This method is used to acquire the name of the part.
- getName() - Method in class org.simpleframework.http.parse.PathParser
-
This will return the full name of the file without the path.
- getName() - Method in class org.simpleframework.http.parse.PrincipalParser
-
Gets the users name from the Authorization header value.
- getName() - Method in interface org.simpleframework.http.Part
-
This method is used to acquire the name of the part.
- getName() - Method in interface org.simpleframework.http.Path
-
This will return the full name of the file without the path.
- getName() - Method in interface org.simpleframework.http.Principal
-
The getName
method is used to retreive
the name of the principal.
- getNames() - Method in interface org.simpleframework.http.message.Header
-
This method is used to get a List
of the names
for the headers.
- getNames() - Method in class org.simpleframework.http.message.HeaderConsumer
-
This method is used to get a List
of the names
for the headers.
- getNames() - Method in interface org.simpleframework.http.message.Message
-
This is used to acquire the names of the of the headers that
have been set in the response.
- getNames() - Method in class org.simpleframework.http.message.MessageHeader
-
This is used to acquire the names of the of the headers that
have been set in the response.
- getNames() - Method in class org.simpleframework.http.message.RequestConsumer
-
This method is used to get a List
of the names
for the headers.
- getNames() - Method in interface org.simpleframework.http.RequestHeader
-
This method is used to get a List
of the names
for the headers.
- getNames() - Method in class org.simpleframework.http.RequestWrapper
-
This method is used to get a List
of the names
for the headers.
- getNames() - Method in interface org.simpleframework.http.ResponseHeader
-
This is used to acquire the names of the of the headers that
have been set in the response.
- getNames() - Method in class org.simpleframework.http.ResponseWrapper
-
This is used to acquire the names of the of the headers that
have been set in the response.
- getOutputStream() - Method in interface org.simpleframework.http.Response
-
Used to write a message body with the Response
.
- getOutputStream(int) - Method in interface org.simpleframework.http.Response
-
Used to write a message body with the Response
.
- getOutputStream() - Method in class org.simpleframework.http.ResponseWrapper
-
Used to write a message body with the Response
.
- getOutputStream(int) - Method in class org.simpleframework.http.ResponseWrapper
-
Used to write a message body with the Response
.
- getParameter(String) - Method in interface org.simpleframework.http.ContentType
-
This is used to retrieve an arbitrary parameter from the MIME
type header.
- getParameter(String) - Method in class org.simpleframework.http.parse.ContentTypeParser
-
This is used to retrieve an arbitrary parameter from the MIME
type header.
- getParameter(String) - Method in interface org.simpleframework.http.Request
-
This is used to provide quick access to the parameters.
- getParameter(String) - Method in class org.simpleframework.http.RequestWrapper
-
This is used to provide quick access to the parameters.
- getParameters() - Method in interface org.simpleframework.http.Address
-
This extracts the parameter values from the uniform resource
identifier represented by this object.
- getParameters() - Method in class org.simpleframework.http.parse.AddressParser
-
This extracts the parameter values from the uniform resource
identifier represented by this object.
- getPart(String) - Method in interface org.simpleframework.http.message.Body
-
This method is used to acquire a Part
from the
HTTP request using a known name for the part.
- getPart(String) - Method in interface org.simpleframework.http.Request
-
This method is used to acquire a Part
from the
HTTP request using a known name for the part.
- getPart(String) - Method in class org.simpleframework.http.RequestWrapper
-
This method is used to acquire a Part
from the
HTTP request using a known name for the part.
- getParts() - Method in interface org.simpleframework.http.message.Body
-
This method is used to get all Part
objects that
are associated with the request.
- getParts() - Method in interface org.simpleframework.http.Request
-
This method is used to get all Part
objects that
are associated with the request.
- getParts() - Method in class org.simpleframework.http.RequestWrapper
-
This method is used to get all Part
objects that
are associated with the request.
- getPassword() - Method in class org.simpleframework.http.parse.PrincipalParser
-
Gets the users password parsed from the Authorization
header value.
- getPassword() - Method in interface org.simpleframework.http.Principal
-
The getPassword
method is used to retrieve
the password of the principal.
- getPath() - Method in interface org.simpleframework.http.Address
-
This is used to retrieve the path of this URI.
- getPath() - Method in class org.simpleframework.http.Cookie
-
This returns the path for this cookie.
- getPath() - Method in interface org.simpleframework.http.message.Header
-
This is used to acquire the path as extracted from the
the HTTP request URI.
- getPath() - Method in class org.simpleframework.http.message.RequestConsumer
-
This is used to acquire the path as extracted from the
the HTTP request URI.
- getPath() - Method in class org.simpleframework.http.parse.AddressParser
-
This is used to retrieve the path of this URI.
- getPath() - Method in class org.simpleframework.http.parse.PathParser
-
This will return the normalized path.
- getPath(int) - Method in class org.simpleframework.http.parse.PathParser
-
This will return the normalized path from the specified path
segment.
- getPath(int, int) - Method in class org.simpleframework.http.parse.PathParser
-
This will return the normalized path from the specified path
segment.
- getPath() - Method in interface org.simpleframework.http.Path
-
This will return the normalized path.
- getPath(int) - Method in interface org.simpleframework.http.Path
-
This will return the normalized path from the specified path
segment.
- getPath(int, int) - Method in interface org.simpleframework.http.Path
-
This will return the normalized path from the specified path
segment.
- getPath() - Method in interface org.simpleframework.http.RequestLine
-
This is used to acquire the path as extracted from the HTTP
request URI.
- getPath() - Method in class org.simpleframework.http.RequestWrapper
-
This is used to acquire the path as extracted from the HTTP
request URI.
- getPort() - Method in interface org.simpleframework.http.Address
-
This is used to retrieve the port of the uniform resource
identifier.
- getPort() - Method in class org.simpleframework.http.parse.AddressParser
-
This is used to retrieve the port of the uniform resource
identifier.
- getPrimary() - Method in interface org.simpleframework.http.ContentType
-
This is used to retrieve the primary type of this MIME type.
- getPrimary() - Method in class org.simpleframework.http.parse.ContentTypeParser
-
This is used to retrieve the primary type of this MIME type.
- getPrintStream() - Method in interface org.simpleframework.http.Response
-
This method is provided for convenience so that the HTTP content
can be written using the print
methods provided by
the PrintStream
.
- getPrintStream(int) - Method in interface org.simpleframework.http.Response
-
This method is provided for convenience so that the HTTP content
can be written using the print
methods provided by
the PrintStream
.
- getPrintStream() - Method in class org.simpleframework.http.ResponseWrapper
-
This method is provided for convenience so that the HTTP content
can be written using the print
methods provided by
the PrintStream
.
- getPrintStream(int) - Method in class org.simpleframework.http.ResponseWrapper
-
This method is provided for convenience so that the HTTP content
can be written using the print
methods provided by
the PrintStream
.
- getQuery() - Method in interface org.simpleframework.http.Address
-
This is used to retrieve the query of this URI.
- getQuery() - Method in interface org.simpleframework.http.message.Header
-
This method is used to acquire the query part from the
HTTP request URI target.
- getQuery() - Method in class org.simpleframework.http.message.RequestConsumer
-
This method is used to acquire the query part from the
HTTP request URI target.
- getQuery() - Method in class org.simpleframework.http.parse.AddressParser
-
This is used to retrieve the query of this URI.
- getQuery() - Method in interface org.simpleframework.http.RequestLine
-
This method is used to acquire the query part from the
HTTP request URI target.
- getQuery() - Method in class org.simpleframework.http.RequestWrapper
-
This method is used to acquire the query part from the HTTP
request URI target and a form post if it exists.
- getRelative(String) - Method in class org.simpleframework.http.parse.PathParser
-
This will return the path as it is relative to the issued
path.
- getRelative(String) - Method in interface org.simpleframework.http.Path
-
This will return the path as it is relative to the issued
path.
- getRequest() - Method in class org.simpleframework.http.core.Conversation
-
This provides the Request
object.
- getRequest() - Method in interface org.simpleframework.http.socket.Session
-
Provides the Request
used to initiate the session.
- getRequestTime() - Method in interface org.simpleframework.http.Request
-
This is the time in milliseconds when the request was first
read from the underlying socket.
- getRequestTime() - Method in class org.simpleframework.http.RequestWrapper
-
This is the time in milliseconds when the request was first
read from the underlying socket.
- getResponse() - Method in class org.simpleframework.http.core.Conversation
-
This provides the Response
object.
- getResponse() - Method in interface org.simpleframework.http.socket.Session
-
Provides the Response
used to establish the session
with the remote client.
- getResponseTime() - Method in interface org.simpleframework.http.Response
-
This represents the time at which the response has fully written.
- getResponseTime() - Method in class org.simpleframework.http.ResponseWrapper
-
This represents the time at which the response has fully written.
- getScheme() - Method in interface org.simpleframework.http.Address
-
This allows the scheme of the URL given to be returned.
- getScheme() - Method in class org.simpleframework.http.parse.AddressParser
-
This allows the scheme of the URL given to be returned.
- getScheme() - Method in enum org.simpleframework.http.Scheme
-
This is used to acquire the scheme token for this.
- getSecondary() - Method in interface org.simpleframework.http.ContentType
-
This is used to retrieve the secondary type of this MIME type.
- getSecondary() - Method in class org.simpleframework.http.parse.ContentTypeParser
-
This is used to retrieve the secondary type of this MIME type.
- getSegments() - Method in class org.simpleframework.http.parse.PathParser
-
This method is used to break the path into individual parts
called segments, see RFC 2396.
- getSegments() - Method in interface org.simpleframework.http.Path
-
This method is used to break the path into individual parts
called segments, see RFC 2396.
- getSocket() - Method in interface org.simpleframework.transport.Channel
-
This is the connected socket channel associated with this.
- getSocket() - Method in class org.simpleframework.transport.TransportChannel
-
This is the connected socket channel associated with this.
- getStatus() - Method in class org.simpleframework.http.ResponseWrapper
-
This is used to acquire the status from the response.
- getStatus(int) - Static method in enum org.simpleframework.http.Status
-
This is used to provide the status value.
- getStatus() - Method in interface org.simpleframework.http.StatusLine
-
This is used to acquire the status from the response.
- getTarget() - Method in interface org.simpleframework.http.message.Header
-
This can be used to get the target specified for this HTTP
request.
- getTarget() - Method in class org.simpleframework.http.message.RequestConsumer
-
This can be used to get the target specified for this HTTP
request.
- getTarget() - Method in interface org.simpleframework.http.RequestLine
-
This can be used to get the URI specified for this HTTP
request.
- getTarget() - Method in class org.simpleframework.http.RequestWrapper
-
This can be used to get the URI specified for this HTTP request.
- getText() - Method in class org.simpleframework.http.socket.BinaryData
-
This returns the text payload that is to be sent with a frame.
- getText() - Method in interface org.simpleframework.http.socket.Data
-
This returns the text payload that is to be sent with a frame.
- getText() - Method in class org.simpleframework.http.socket.DataFrame
-
This returns the text payload that is to be sent with the frame.
- getText() - Method in interface org.simpleframework.http.socket.Frame
-
This returns the text payload that is to be sent with the frame.
- getText() - Method in class org.simpleframework.http.socket.Reason
-
This is used to get the textual description for the closure.
- getText() - Method in class org.simpleframework.http.socket.TextData
-
This returns the text payload that is to be sent with a frame.
- getTime() - Method in interface org.simpleframework.http.message.Entity
-
This is the time in milliseconds when the request was first
read from the underlying channel.
- getTrace() - Method in interface org.simpleframework.transport.Channel
-
This gets the Trace
object associated with the
channel.
- getTrace() - Method in interface org.simpleframework.transport.reactor.Operation
-
This is used to acquire the trace object that is associated
with the operation.
- getTrace() - Method in interface org.simpleframework.transport.Socket
-
This is used to acquire the trace object that is associated
with the socket.
- getTrace() - Method in class org.simpleframework.transport.SocketTransport
-
This is used to acquire the trace object that is associated
with the socket.
- getTrace() - Method in class org.simpleframework.transport.SocketWrapper
-
This is used to acquire the trace object that is associated
with the socket.
- getTrace() - Method in class org.simpleframework.transport.TransportChannel
-
This gets the Trace
object associated with the
channel.
- getTransferEncoding() - Method in interface org.simpleframework.http.message.Segment
-
This is a convenience method that can be used to determine the
content type of the message body.
- getTransferEncoding() - Method in class org.simpleframework.http.message.SegmentConsumer
-
This is a convenience method that can be used to determine the
content type of the message body.
- getTransferEncoding() - Method in interface org.simpleframework.http.ResponseHeader
-
This is a convenience method that can be used to determine the
content type of the message body.
- getTransferEncoding() - Method in class org.simpleframework.http.ResponseWrapper
-
This is a convenience method that can be used to determine the
content type of the message body.
- getType() - Method in interface org.simpleframework.http.ContentType
-
This method is used to get the primary and secondary parts
joined together with a "/".
- getType() - Method in class org.simpleframework.http.parse.ContentTypeParser
-
This method is used to get the primary and secondary parts
joined together with a "/".
- getType() - Method in class org.simpleframework.http.socket.DataFrame
-
This is used to determine the type of frame.
- getType() - Method in interface org.simpleframework.http.socket.Frame
-
This is used to determine the type of frame.
- getValue() - Method in class org.simpleframework.http.Cookie
-
This returns the value for this cookie.
- getValue(String) - Method in interface org.simpleframework.http.message.Message
-
This can be used to get the value of the first message header
that has the specified name.
- getValue(String, int) - Method in interface org.simpleframework.http.message.Message
-
This can be used to get the value of the first message header
that has the specified name.
- getValue(String) - Method in class org.simpleframework.http.message.MessageHeader
-
This can be used to get the value of the first message header
that has the specified name.
- getValue(String, int) - Method in class org.simpleframework.http.message.MessageHeader
-
This can be used to get the value of the first message header
that has the specified name.
- getValue(String) - Method in interface org.simpleframework.http.message.Segment
-
This can be used to get the value of the first message header
that has the specified name.
- getValue(String, int) - Method in interface org.simpleframework.http.message.Segment
-
This can be used to get the value of the first message header
that has the specified name.
- getValue(String) - Method in class org.simpleframework.http.message.SegmentConsumer
-
This can be used to get the value of the first message header
that has the specified name.
- getValue(String, int) - Method in class org.simpleframework.http.message.SegmentConsumer
-
This can be used to get the value of the first message header
that has the specified name.
- getValue(String) - Method in interface org.simpleframework.http.RequestHeader
-
This can be used to get the value of the first message header
that has the specified name.
- getValue(String, int) - Method in interface org.simpleframework.http.RequestHeader
-
This can be used to get the value of the first message header
that has the specified name.
- getValue(String) - Method in class org.simpleframework.http.RequestWrapper
-
This can be used to get the value of the first message header
that has the specified name.
- getValue(String, int) - Method in class org.simpleframework.http.RequestWrapper
-
This can be used to get the value of the first message header
that has the specified name.
- getValue(String) - Method in interface org.simpleframework.http.ResponseHeader
-
This can be used to get the value of the first message header
that has the specified name.
- getValue(String, int) - Method in interface org.simpleframework.http.ResponseHeader
-
This can be used to get the value of the first message header
that has the specified name.
- getValue(String) - Method in class org.simpleframework.http.ResponseWrapper
-
This can be used to get the value of the first message header
that has the specified name.
- getValue(String, int) - Method in class org.simpleframework.http.ResponseWrapper
-
This can be used to get the value of the first message header
that has the specified name.
- getValues() - Method in class org.simpleframework.common.KeyMap
-
This is used to produce a List
of the values in
the map.
- getValues(String) - Method in interface org.simpleframework.http.message.Message
-
This can be used to get the values of HTTP message headers
that have the specified name.
- getValues(List<String>) - Method in interface org.simpleframework.http.message.Message
-
This can be used to get the values of HTTP message headers
that have the specified name.
- getValues(String) - Method in class org.simpleframework.http.message.MessageHeader
-
This can be used to get the values of HTTP message headers
that have the specified name.
- getValues(List<String>) - Method in class org.simpleframework.http.message.MessageHeader
-
This can be used to get the values of HTTP message headers
that have the specified name.
- getValues(String) - Method in interface org.simpleframework.http.message.Segment
-
This can be used to get the values of HTTP message headers
that have the specified name.
- getValues(String) - Method in class org.simpleframework.http.message.SegmentConsumer
-
This can be used to get the values of HTTP message headers
that have the specified name.
- getValues(String) - Method in interface org.simpleframework.http.RequestHeader
-
This can be used to get the values of HTTP message headers
that have the specified name.
- getValues(String) - Method in class org.simpleframework.http.RequestWrapper
-
This can be used to get the values of HTTP message headers
that have the specified name.
- getValues(String) - Method in interface org.simpleframework.http.ResponseHeader
-
This can be used to get the values of HTTP message headers
that have the specified name.
- getValues(String) - Method in class org.simpleframework.http.ResponseWrapper
-
This can be used to get the values of HTTP message headers
that have the specified name.
- getVersion() - Method in class org.simpleframework.http.Cookie
-
This returns the version for this cookie.
- getWriter() - Method in interface org.simpleframework.transport.Channel
-
This provides a ByteWriter
for the channel.
- getWriter() - Method in class org.simpleframework.transport.TransportChannel
-
This provides a ByteWriter
for the channel.
- IF_MATCH - Static variable in interface org.simpleframework.http.Protocol
-
Specifies the entity tag for a request to make it conditional.
- IF_MODIFIED_SINCE - Static variable in interface org.simpleframework.http.Protocol
-
If variant has not been modified since the time specified.
- IF_NONE_MATCH - Static variable in interface org.simpleframework.http.Protocol
-
Verify that none of those entities is current by including a list.
- IF_RANGE - Static variable in interface org.simpleframework.http.Protocol
-
If the entity is unchanged send me the part that I am missing.
- IF_UNMODIFIED_SINCE - Static variable in interface org.simpleframework.http.Protocol
-
If the requested resource has not been modified since this time.
- IMAGE - Static variable in interface org.simpleframework.http.Protocol
-
Represents a message type for an image such as a PNG or JPEG.
- init() - Method in class org.simpleframework.common.parse.Parser
-
This will initialize the Parser
when it is ready
to parse a new String
.
- init() - Method in class org.simpleframework.http.parse.AddressParser
-
This will empty each tokens cache.
- init() - Method in class org.simpleframework.http.parse.ContentDispositionParser
-
This will initialize the Parser
when it is ready
to parse a new String
.
- init() - Method in class org.simpleframework.http.parse.ContentTypeParser
-
This will initialize the parser when it is ready to parse
a new String
.
- init() - Method in class org.simpleframework.http.parse.CookieParser
-
Resets the cookie and the buffer variables for this
CookieParser
.
- init() - Method in class org.simpleframework.http.parse.DateParser
-
This is used to reset the date and the buffer variables
for this DateParser
.
- init() - Method in class org.simpleframework.http.parse.ListParser
-
Initializes the parser so that tokens can be extracted from
the list.
- init() - Method in class org.simpleframework.http.parse.PathParser
-
This will initialize the parser so that it is in a ready state.
- init() - Method in class org.simpleframework.http.parse.PrincipalParser
-
This will initialize the Parser
when it is ready
to parse a new String
.
- init() - Method in class org.simpleframework.http.parse.QueryParser
-
This initializes the parser so that it can be used several
times.
- interrupt() - Method in class org.simpleframework.common.thread.Daemon
-
This is used to interrupt the internal thread.
- isActive() - Method in class org.simpleframework.common.thread.Daemon
-
This is used to determine if the runner is active.
- isChainPresent() - Method in interface org.simpleframework.transport.Certificate
-
This is used to determine if the X509 certificate chain is
present for the request.
- isChunkable() - Method in class org.simpleframework.http.core.Conversation
-
The isChunkable
method is used to determine if
the client supports chunked encoding.
- isChunkedEncoded() - Method in class org.simpleframework.http.core.Conversation
-
The isChunkedEncoded
is used to determine whether
the chunked encoding scheme is desired.
- isClose() - Method in enum org.simpleframework.http.socket.FrameType
-
This is used to determine if a frame is a close frame.
- isCommitted() - Method in interface org.simpleframework.http.Response
-
This can be used to determine whether the Response
has been committed.
- isCommitted() - Method in class org.simpleframework.http.ResponseWrapper
-
This can be used to determine whether the Response
has been committed.
- isConnect() - Method in class org.simpleframework.http.core.Conversation
-
This is used to determine if the method was a CONNECT.
- isEmpty() - Method in class org.simpleframework.common.parse.MapParser
-
This method is used to determine whether the parser has any
tokens available.
- isEmpty() - Method in class org.simpleframework.http.core.Conversation
-
This is used to determine if the Response
has a
message body.
- isExpectContinue() - Method in interface org.simpleframework.http.message.Header
-
This is used to determine if the header represents one that
requires the HTTP/1.1 continue expectation.
- isExpectContinue() - Method in class org.simpleframework.http.message.SegmentConsumer
-
This is used to determine if the header represents one that
requires the HTTP/1.1 continue expectation.
- isFile() - Method in interface org.simpleframework.http.ContentDisposition
-
This method is used to determine the type of a part.
- isFile() - Method in interface org.simpleframework.http.message.Segment
-
This method is used to determine the type of a part.
- isFile() - Method in class org.simpleframework.http.message.SegmentConsumer
-
This method is used to determine the type of a part.
- isFile() - Method in class org.simpleframework.http.parse.ContentDispositionParser
-
This method is used to determine the type of a part.
- isFile() - Method in interface org.simpleframework.http.Part
-
This method is used to determine the type of a part.
- isFinal() - Method in class org.simpleframework.http.socket.DataFrame
-
This is used to determine if the frame is the final frame in
a sequence of fragments or a whole frame.
- isFinal() - Method in interface org.simpleframework.http.socket.Frame
-
This is used to determine if the frame is the final frame in
a sequence of fragments or a whole frame.
- isFinished() - Method in class org.simpleframework.http.message.ArrayConsumer
-
When the terminal token is read from the cursor this will be
true.
- isFinished() - Method in interface org.simpleframework.http.message.ByteConsumer
-
This is used to determine whether the consumer has finished
reading.
- isFinished() - Method in class org.simpleframework.http.message.EmptyConsumer
-
This will return true immediately.
- isFinished() - Method in class org.simpleframework.http.message.EntityConsumer
-
This is determined finished when the body has been consumed.
- isFinished() - Method in class org.simpleframework.http.message.FileUploadConsumer
-
This is used to determine whether the consumer has finished
reading.
- isFinished() - Method in class org.simpleframework.http.message.UpdateConsumer
-
This is used to determine whether the consumer has finished
reading.
- isHead() - Method in class org.simpleframework.http.core.Conversation
-
This is used to determine if the request method was HEAD.
- isHeaderFinished() - Method in class org.simpleframework.http.message.EntityConsumer
-
This is used to determine if the header has finished.
- isKeepAlive() - Method in class org.simpleframework.http.core.Conversation
-
The isKeepAlive
method is used to determine if
the connection semantics are set to maintain the connection.
- isKeepAlive() - Method in interface org.simpleframework.http.Request
-
This is a convenience method that is used to determine whether
or not this message has the Connection: close
header.
- isKeepAlive() - Method in class org.simpleframework.http.RequestWrapper
-
This is a convenience method that is used to determine whether
or not this message has the Connection: close
header.
- isKeepAlive() - Method in interface org.simpleframework.http.Response
-
This is used to determine if the HTTP response message is a
keep alive message or if the underlying socket was closed.
- isKeepAlive() - Method in class org.simpleframework.http.ResponseWrapper
-
This is used to determine if the HTTP response message is a
keep alive message or if the underlying socket was closed.
- isNew() - Method in class org.simpleframework.http.Cookie
-
This is used to determine if the cookie is new.
- isOpen() - Method in interface org.simpleframework.transport.ByteCursor
-
Determines whether the cursor is still open.
- isOpen() - Method in class org.simpleframework.transport.TransportCursor
-
Determines whether the cursor is still open.
- isPersistent() - Method in class org.simpleframework.http.core.Conversation
-
This checks the protocol version used in the request to check
whether it supports persistent HTTP connections.
- isPing() - Method in enum org.simpleframework.http.socket.FrameType
-
This is used to determine if a frame is a ping frame.
- isPong() - Method in enum org.simpleframework.http.socket.FrameType
-
This is used to determine if a frame is a pong frame.
- isProtected() - Method in class org.simpleframework.http.Cookie
-
This is used to determine if the cookie is protected against
cross site scripting.
- isReady() - Method in interface org.simpleframework.transport.ByteCursor
-
Determines whether the cursor is ready for reading.
- isReady() - Method in class org.simpleframework.transport.TransportCursor
-
Determines whether the cursor is ready for reading.
- isSecure() - Method in class org.simpleframework.http.Cookie
-
This determines whether the cookie is secure.
- isSecure() - Method in interface org.simpleframework.http.Request
-
This is used to determine if the request has been transferred
over a secure connection.
- isSecure() - Method in class org.simpleframework.http.RequestWrapper
-
This is used to determine if the request has been transferred
over a secure connection.
- isSecure() - Method in enum org.simpleframework.http.Scheme
-
This is used to determine if the scheme is secure or not.
- isSecure() - Method in interface org.simpleframework.transport.Channel
-
This is used to determine if the channel is secure and that
data read from and data written to the request is encrypted.
- isSecure() - Method in class org.simpleframework.transport.TransportChannel
-
This is used to determine if the channel is secure and that
data read from and data written to the request is encrypted.
- isText() - Method in enum org.simpleframework.http.socket.FrameType
-
This is used to determine if a frame is a text frame.
- isTunnel() - Method in class org.simpleframework.http.core.Conversation
-
This is used to determine if a tunnel should be established.
- isWebSocket() - Method in class org.simpleframework.http.core.Conversation
-
This is used to determine if a WebSocket upgrade was requested
and established.
- iterator() - Method in class org.simpleframework.common.KeyMap
-
This is used to produce an Iterator
of values
that can be used to acquire the contents of the key map within
a for each loop.
- iterator() - Method in class org.simpleframework.http.parse.CookieParser
-
This is used to acquire the cookie values from the provided
the provided source text.
- scan() - Method in class org.simpleframework.http.message.ArrayConsumer
-
This method is used to scan for the terminal token.
- scan - Variable in class org.simpleframework.http.message.SegmentConsumer
-
This is used to track how much of the terminal is read.
- scan() - Method in class org.simpleframework.http.message.SegmentConsumer
-
This method is used to scan for the terminal token.
- Scheduler - Interface in org.simpleframework.common.thread
-
The Scheduler
interface represents a means to execute
a task immediately or after a specified delay.
- Scheme - Enum in org.simpleframework.http
-
The Scheme
represents a scheme used for a URI.
- scheme - Variable in enum org.simpleframework.http.Scheme
-
This is the actual scheme token that is to be used in the URI.
- SEC_WEBSOCKET_ACCEPT - Static variable in interface org.simpleframework.http.Protocol
-
Represents the SHA-1 digest of the clients globally unique identifier.
- SEC_WEBSOCKET_KEY - Static variable in interface org.simpleframework.http.Protocol
-
Represents the globally unique identifier sent by the client.
- SEC_WEBSOCKET_PROTOCOL - Static variable in interface org.simpleframework.http.Protocol
-
Specifies the protocol that should be used by the connected parties.
- SEC_WEBSOCKET_VERSION - Static variable in interface org.simpleframework.http.Protocol
-
Represents the version of the protocol that should be used.
- secure - Variable in enum org.simpleframework.http.Scheme
-
This is used to determine if the connection is secure or not.
- Segment - Interface in org.simpleframework.http.message
-
The Segment
object represents a collection of header
values that is followed by a body.
- SegmentConsumer - Class in org.simpleframework.http.message
-
The SegmentConsumer
object provides a consumer that is
used to consume a HTTP header.
- SegmentConsumer() - Constructor for class org.simpleframework.http.message.SegmentConsumer
-
Constructor for the SegmentConsumer
object.
- SegmentConsumer(int) - Constructor for class org.simpleframework.http.message.SegmentConsumer
-
Constructor for the SegmentConsumer
object.
- send(byte[]) - Method in interface org.simpleframework.http.socket.FrameChannel
-
This is used to send data to the connected client.
- send(String) - Method in interface org.simpleframework.http.socket.FrameChannel
-
This is used to send text to the connected client.
- send(Frame) - Method in interface org.simpleframework.http.socket.FrameChannel
-
This is used to send data to the connected client.
- SERVER - Static variable in interface org.simpleframework.http.Protocol
-
Contains information about the software used by the origin server.
- Service - Interface in org.simpleframework.http.socket.service
-
The Service
interface represents a service that can be
used to communicate with the WebSocket protocol defined in RFC 6455.
- ServiceEvent - Enum in org.simpleframework.http.socket.service
-
The ServiceEvent
enumeration contains the events that
are dispatched processing a WebSocket.
- Session - Interface in org.simpleframework.http.socket
-
The Session
object represents a simple WebSocket session
that contains the connection handshake details and the actual socket.
- SET_COOKIE - Static variable in interface org.simpleframework.http.Protocol
-
Represents some value from the server that the client should keep.
- setCharset(String) - Method in interface org.simpleframework.http.ContentType
-
This will set the charset
to whatever value the
string contains.
- setCharset(String) - Method in class org.simpleframework.http.parse.ContentTypeParser
-
This will set the charset
to whatever value the
string contains.
- setChunkedEncoded() - Method in class org.simpleframework.http.core.Conversation
-
This is used when the output is encoded in the chunked encoding.
- setCode(int) - Method in class org.simpleframework.http.ResponseWrapper
-
This method allows the status for the response to be
changed.
- setCode(int) - Method in interface org.simpleframework.http.StatusLine
-
This method allows the status for the response to be
changed.
- setConnectionUpgrade() - Method in class org.simpleframework.http.core.Conversation
-
This is used to set the response to a connection upgrade.
- setContentLength(long) - Method in class org.simpleframework.http.core.Conversation
-
This is used to set the content length for the response.
- setContentLength(long) - Method in interface org.simpleframework.http.Response
-
This should be used when the size of the message body is known.
- setContentLength(long) - Method in class org.simpleframework.http.ResponseWrapper
-
This should be used when the size of the message body is known.
- setContentType(String) - Method in interface org.simpleframework.http.Response
-
This is used to set the content type for the response.
- setContentType(String) - Method in class org.simpleframework.http.ResponseWrapper
-
This is used to set the content type for the response.
- setCookie(String, String) - Method in interface org.simpleframework.http.message.Message
-
The setCookie
method is used to set a cookie value
with the cookie name.
- setCookie(Cookie) - Method in interface org.simpleframework.http.message.Message
-
The setCookie
method is used to set a cookie value
with the cookie name.
- setCookie(String, String) - Method in class org.simpleframework.http.message.MessageHeader
-
The setCookie
method is used to set a cookie value
with the cookie name.
- setCookie(Cookie) - Method in class org.simpleframework.http.message.MessageHeader
-
The setCookie
method is used to set a cookie value
with the cookie name.
- setCookie(Cookie) - Method in interface org.simpleframework.http.ResponseHeader
-
The setCookie
method is used to set a cookie value
with the cookie name.
- setCookie(String, String) - Method in interface org.simpleframework.http.ResponseHeader
-
The setCookie
method is used to set a cookie value
with the cookie name.
- setCookie(Cookie) - Method in class org.simpleframework.http.ResponseWrapper
-
The setCookie
method is used to set a cookie value
with the cookie name.
- setCookie(String, String) - Method in class org.simpleframework.http.ResponseWrapper
-
The setCookie
method is used to set a cookie value
with the cookie name.
- setDate(String, long) - Method in interface org.simpleframework.http.message.Message
-
This is used as a convenience method for adding a header that
needs to be parsed into a HTTP date string.
- setDate(String, long) - Method in class org.simpleframework.http.message.MessageHeader
-
This is used as a convenience method for adding a header that
needs to be parsed into a HTTP date string.
- setDate(String, long) - Method in interface org.simpleframework.http.ResponseHeader
-
This is used as a convenience method for adding a header that
needs to be parsed into a HTTP date string.
- setDate(String, long) - Method in class org.simpleframework.http.ResponseWrapper
-
This is used as a convenience method for adding a header that
needs to be parsed into a HTTP date string.
- setDescription(String) - Method in class org.simpleframework.http.ResponseWrapper
-
This is used to set the text of the HTTP status line.
- setDescription(String) - Method in interface org.simpleframework.http.StatusLine
-
This is used to set the text of the HTTP status line.
- setDomain(String) - Method in class org.simpleframework.http.Cookie
-
This enables the domain for this Cookie
to be
set.
- setDomain(String) - Method in class org.simpleframework.http.parse.AddressParser
-
This will set the domain to whatever value is in the
string parameter.
- setExpiry(int) - Method in class org.simpleframework.http.Cookie
-
This allows a lifetime to be specified for the cookie.
- setIdentityEncoded() - Method in class org.simpleframework.http.core.Conversation
-
This will remove all explicit transfer encoding headers from
the response header.
- setInteger(String, int) - Method in interface org.simpleframework.http.message.Message
-
This can be used to set a HTTP message header to this object.
- setInteger(String, int) - Method in class org.simpleframework.http.message.MessageHeader
-
This can be used to set a HTTP message header to this object.
- setInteger(String, int) - Method in interface org.simpleframework.http.ResponseHeader
-
This can be used to set a HTTP message header to this object.
- setInteger(String, int) - Method in class org.simpleframework.http.ResponseWrapper
-
This can be used to set a HTTP message header to this object.
- setLong(String, long) - Method in class org.simpleframework.http.message.MessageHeader
-
This can be used to set a HTTP message header to this object.
- setLong(String, long) - Method in interface org.simpleframework.http.ResponseHeader
-
This can be used to set a HTTP message header to this object.
- setLong(String, long) - Method in class org.simpleframework.http.ResponseWrapper
-
This can be used to set a HTTP message header to this object.
- setMajor(int) - Method in class org.simpleframework.http.ResponseWrapper
-
This can be used to set the major number from a HTTP version.
- setMajor(int) - Method in interface org.simpleframework.http.StatusLine
-
This can be used to specify the major version.
- setMinor(int) - Method in class org.simpleframework.http.ResponseWrapper
-
This can be used to get the minor number from a HTTP version.
- setMinor(int) - Method in interface org.simpleframework.http.StatusLine
-
This can be used to specify the minor version.
- setParameter(String, String) - Method in interface org.simpleframework.http.ContentType
-
This will add a named parameter to the content type header.
- setParameter(String, String) - Method in class org.simpleframework.http.parse.ContentTypeParser
-
This will add a named parameter to the content type header.
- setPath(String) - Method in class org.simpleframework.http.Cookie
-
This is used to set the cookie path for this cookie.
- setPath(String) - Method in class org.simpleframework.http.parse.AddressParser
-
This will set the path to whatever value it is given.
- setPath(Path) - Method in class org.simpleframework.http.parse.AddressParser
-
This will set the path to whatever value it is given.
- setPort(int) - Method in class org.simpleframework.http.parse.AddressParser
-
This will set the port to whatever value it is given.
- setPrimary(String) - Method in interface org.simpleframework.http.ContentType
-
This sets the primary type to whatever value is in the string
provided is.
- setPrimary(String) - Method in class org.simpleframework.http.parse.ContentTypeParser
-
This sets the primary type to whatever value is in the string
provided is.
- setProtected(boolean) - Method in class org.simpleframework.http.Cookie
-
This is used to protect the cookie from cross site scripting
vulnerabilities.
- setQuery(String) - Method in class org.simpleframework.http.parse.AddressParser
-
This will set the query to whatever value it is given.
- setQuery(Query) - Method in class org.simpleframework.http.parse.AddressParser
-
This will set the query to whatever value it is given.
- setScheme(String) - Method in class org.simpleframework.http.parse.AddressParser
-
This allows the scheme for the URI to be specified.
- setSecondary(String) - Method in interface org.simpleframework.http.ContentType
-
This sets the secondary type to whatever value is in the string
provided is.
- setSecondary(String) - Method in class org.simpleframework.http.parse.ContentTypeParser
-
This sets the secondary type to whatever value is in the string
provided is.
- setSecure(boolean) - Method in class org.simpleframework.http.Cookie
-
This is used to determine if the client browser should send
this cookie over a secure protocol.
- setStatus(Status) - Method in class org.simpleframework.http.ResponseWrapper
-
This is used to set the status code and description
for this response.
- setStatus(Status) - Method in interface org.simpleframework.http.StatusLine
-
This is used to set the status code and description
for this response.
- setValue(String) - Method in class org.simpleframework.http.Cookie
-
This enables the value of the cookie to be changed.
- setValue(String, String) - Method in interface org.simpleframework.http.message.Message
-
This can be used to set a HTTP message header to this object.
- setValue(String, String) - Method in class org.simpleframework.http.message.MessageHeader
-
This can be used to set a HTTP message header to this object.
- setValue(String, String) - Method in interface org.simpleframework.http.ResponseHeader
-
This can be used to set a HTTP message header to this object.
- setValue(String, String) - Method in class org.simpleframework.http.ResponseWrapper
-
This can be used to set a HTTP message header to this object.
- setVersion(int) - Method in class org.simpleframework.http.Cookie
-
This enables the version of the Cookie
to be
set.
- size() - Method in class org.simpleframework.common.parse.MapParser
-
This obviously enough provides the number of tokens that
have been inserted into the internal map.
- skip(String) - Method in class org.simpleframework.common.parse.Parser
-
This is used to skip an arbitrary String
within the
char
buf.
- skip(String) - Method in class org.simpleframework.http.parse.CookieParser
-
This is used to skip an arbitrary String
within the
char
buf.
- Socket - Interface in org.simpleframework.transport
-
This is a Socket
interface that is used to represent
a socket.
- SocketConnection - Class in org.simpleframework.transport.connect
-
The SocketConnection
is used to manage connections
from a server socket.
- SocketConnection(SocketProcessor) - Constructor for class org.simpleframework.transport.connect.SocketConnection
-
Constructor for the SocketConnection
object.
- SocketConnection(SocketProcessor, TraceAnalyzer) - Constructor for class org.simpleframework.transport.connect.SocketConnection
-
Constructor for the SocketConnection
object.
- SocketProcessor - Interface in org.simpleframework.transport
-
The SocketProcessor
interface represents a processor that
is used to accept Socket
objects.
- SocketTransport - Class in org.simpleframework.transport
-
The SocketTransport
object offers a transport that can
send and receive bytes in a non-blocking manner.
- SocketTransport(Socket, Reactor) - Constructor for class org.simpleframework.transport.SocketTransport
-
Constructor for the SocketTransport
object.
- SocketTransport(Socket, Reactor, int) - Constructor for class org.simpleframework.transport.SocketTransport
-
Constructor for the SocketTransport
object.
- SocketTransport(Socket, Reactor, int, int) - Constructor for class org.simpleframework.transport.SocketTransport
-
Constructor for the SocketTransport
object.
- SocketWrapper - Class in org.simpleframework.transport
-
This is a SocketWrapper
objects that represents a TCP
socket connections.
- SocketWrapper(SocketChannel, Trace) - Constructor for class org.simpleframework.transport.SocketWrapper
-
This creates a SocketWrapper
from a socket channel.
- SocketWrapper(SocketChannel, Trace, SSLEngine) - Constructor for class org.simpleframework.transport.SocketWrapper
-
This creates a SecureSocket
from a socket channel.
- source - Variable in class org.simpleframework.common.buffer.FilterAllocator
-
This is the allocator the underlying buffer is allocated with.
- space(char) - Method in class org.simpleframework.common.parse.Parser
-
This is used to determine if a given ISO-8859-1 character is
a space character.
- space(byte) - Method in class org.simpleframework.http.message.SegmentConsumer
-
This identifies a given ISO-8859-1 byte as a space character.
- start() - Method in class org.simpleframework.common.thread.Daemon
-
This is used to start the internal thread.
- Status - Enum in org.simpleframework.http
-
The Status
enumeration is used to specify status codes
and the descriptions of those status codes.
- StatusLine - Interface in org.simpleframework.http
-
The StatusLine
is used to represent a HTTP status
line.
- stop() - Method in class org.simpleframework.common.thread.ConcurrentExecutor
-
This is used to stop the executor by interrupting all running
tasks and shutting down the threads within the pool.
- stop(long) - Method in class org.simpleframework.common.thread.ConcurrentExecutor
-
This is used to stop the executor by interrupting all running
tasks and shutting down the threads within the pool.
- stop() - Method in class org.simpleframework.common.thread.ConcurrentScheduler
-
This is used to stop the scheduler by interrupting all running
tasks and shutting down the threads within the pool.
- stop(long) - Method in class org.simpleframework.common.thread.ConcurrentScheduler
-
This is used to stop the scheduler by interrupting all running
tasks and shutting down the threads within the pool.
- stop() - Method in class org.simpleframework.common.thread.Daemon
-
This method is used to stop the thread without forcing it to
stop.
- stop() - Method in class org.simpleframework.http.core.ContainerSocketProcessor
-
This method is used to stop the connector in such a way that it
will not accept and process any further messages.
- stop() - Method in class org.simpleframework.http.core.ContainerTransportProcessor
-
This method is used to stop the connector in such a way that it
will not accept and process any further messages.
- stop() - Method in class org.simpleframework.transport.reactor.ExecutorReactor
-
This is used to stop the reactor so that further requests to
execute operations does nothing.
- stop() - Method in interface org.simpleframework.transport.reactor.Reactor
-
This is used to stop the reactor so that further requests to
execute operations does nothing.
- stop() - Method in class org.simpleframework.transport.reactor.SynchronousReactor
-
This is used to stop the reactor so that further requests to
execute operations does nothing.
- stop() - Method in interface org.simpleframework.transport.SocketProcessor
-
This method is used to stop the SocketProcessor
such
that it will accept no more sockets.
- stop() - Method in interface org.simpleframework.transport.trace.TraceAnalyzer
-
This is used to stop the agent and clear all trace information.
- stop() - Method in interface org.simpleframework.transport.TransportProcessor
-
This method is used to stop the TransportProcessor
such that it will accept no more pipelines.
- stop() - Method in class org.simpleframework.transport.TransportSocketProcessor
-
This is implemented to shut down the server asynchronously.
- SynchronousExecutor - Class in org.simpleframework.common.thread
-
The SynchronousExecutor
object is used for synchronous
execution of tasks.
- SynchronousExecutor() - Constructor for class org.simpleframework.common.thread.SynchronousExecutor
-
- SynchronousReactor - Class in org.simpleframework.transport.reactor
-
The SynchronousReactor
object is used to execute the
ready operations of within a single synchronous thread.
- SynchronousReactor() - Constructor for class org.simpleframework.transport.reactor.SynchronousReactor
-
Constructor for the SynchronousReactor
object.
- SynchronousReactor(boolean) - Constructor for class org.simpleframework.transport.reactor.SynchronousReactor
-
Constructor for the SynchronousReactor
object.