- cache - Variable in class org.simpleframework.util.parse.ParseBuffer
-
This is used to quicken toString
.
- cancel(Session<T>) - Method in interface org.simpleframework.http.session.Observer
-
This method is called after the session has been canceled or
expired.
- cancel() - Method in interface org.simpleframework.transport.reactor.Operation
-
This is used to cancel the operation if it has timed out.
- cancel() - Method in interface org.simpleframework.util.lease.Lease
-
This will cancel the lease and release the resource.
- capacity - Variable in class org.simpleframework.util.buffer.FilterAllocator
-
This is the default initial minimum capacity of the buffer.
- clean(T) - Method in interface org.simpleframework.util.lease.Cleaner
-
This method is used to clean up after a the keyed resource.
- Cleaner<T> - Interface in org.simpleframework.util.lease
-
The Cleaner
represents an object that is used to
clean up after the keyed resource.
- clear() - Method in class org.simpleframework.util.buffer.ArrayBuffer
-
This will clear all data from the buffer.
- clear() - Method in interface org.simpleframework.util.buffer.Buffer
-
This will clear all data from the buffer.
- clear() - Method in class org.simpleframework.util.buffer.BufferAllocator
-
This will clear all data from the buffer.
- clear() - Method in class org.simpleframework.util.parse.MapParser
-
The clear
method is used to wipe out all the
currently existing tokens from the collection.
- clear() - Method in class org.simpleframework.util.parse.ParseBuffer
-
This will empty the ParseBuffer
so that the
toString
parameter will return null
.
- 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() - Method in class org.simpleframework.http.session.SessionManager
-
This close
method is used to close the manager and
release all resources associated with it.
- close() - Method in interface org.simpleframework.http.session.SessionProvider
-
This close
method is used to close the provider and
release all resources associated with it.
- 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 interface org.simpleframework.transport.Transport
-
This is used to close the transport and the underlying socket.
- close() - Method in interface org.simpleframework.util.buffer.Allocator
-
This method is used to close the allocator so that resources
that are occupied by the allocator can be freed.
- close() - Method in class org.simpleframework.util.buffer.ArrayAllocator
-
This method is used to close the allocator so that resources
that are occupied by the allocator can be freed.
- close() - Method in class org.simpleframework.util.buffer.ArrayBuffer
-
This method is used to ensure the buffer can be closed.
- close() - Method in interface org.simpleframework.util.buffer.Buffer
-
This method is used to ensure the buffer can be closed.
- close() - Method in class org.simpleframework.util.buffer.BufferAllocator
-
This method is used to ensure the buffer can be closed.
- close() - Method in class org.simpleframework.util.buffer.FileAllocator
-
This method is used to close the allocator so that resources
that are occupied by the allocator can be freed.
- close() - Method in class org.simpleframework.util.buffer.FilterAllocator
-
This method is used to close the allocator so that resources
that are occupied by the allocator can be freed.
- close() - Method in class org.simpleframework.util.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.util.lease.LeaseProvider
-
This is used to close the lease provider such that all of
the outstanding leases are canceled.
- 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
.
- 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 - Interface in org.simpleframework.transport.connect
-
The Connection
object is used to manage connections
from a server socket.
- Container - Interface in org.simpleframework.http.core
-
The Container
object is used to process HTTP requests
and compose HTTP responses.
- ContainerProcessor - Class in org.simpleframework.http.core
-
The ContainerProcessor
object is used to create
channels which can be used to consume and process requests.
- ContainerProcessor(Container, Allocator, int) - Constructor for class org.simpleframework.http.core.ContainerProcessor
-
Constructor for the ContainerProcessor
object.
- ContainerProcessor(Container, Allocator, int, int) - Constructor for class org.simpleframework.http.core.ContainerProcessor
-
Constructor for the ContainerProcessor
object.
- ContainerServer - Class in org.simpleframework.http.core
-
The ContainerServer
object provides a processor
that dispatch requests from a connected pipeline.
- ContainerServer(Container) - Constructor for class org.simpleframework.http.core.ContainerServer
-
Constructor for the ContainerServer
object.
- ContainerServer(Container, int) - Constructor for class org.simpleframework.http.core.ContainerServer
-
Constructor for the ContainerServer
object.
- ContainerServer(Container, Allocator) - Constructor for class org.simpleframework.http.core.ContainerServer
-
Constructor for the ContainerServer
object.
- ContainerServer(Container, Allocator, int) - Constructor for class org.simpleframework.http.core.ContainerServer
-
Constructor for the ContainerServer
object.
- contains(String) - Method in interface org.simpleframework.http.RequestHeader
-
This is used to see if there is a HTTP message header with the
given name in this container.
- contains(String) - Method in class org.simpleframework.http.RequestWrapper
-
This is used to see if there is a HTTP message header with the
given name in this container.
- contains(String) - Method in interface org.simpleframework.http.ResponseHeader
-
This is used to see if there is a HTTP message header with the
given name in this container.
- contains(String) - Method in class org.simpleframework.http.ResponseWrapper
-
This is used to see if there is a HTTP message header with the
given name in this container.
- containsKey(Object) - Method in class org.simpleframework.util.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.util.parse.MapParser
-
This method is used to determine whether any pair that has
been inserted into the internal map had the presented value.
- ContentParser - 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.
- ContentParser() - Constructor for class org.simpleframework.http.parse.ContentParser
-
The default constructor will create a ContentParser
that contains no charset, type or subtype.
- ContentParser(String) - Constructor for class org.simpleframework.http.parse.ContentParser
-
This is primarily a convenience constructor.
- 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.
- Context - Interface in org.simpleframework.http.resource
-
The Context
interface is used to give a view of the
file system to the ResourceEngine
.
- 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.
- Cookie - Class in org.simpleframework.http
-
This class is used to represent a generic cookie.
- Cookie() - Constructor for class org.simpleframework.http.Cookie
-
Constructor of the Cookie
that does not need
the name or value to be set.
- 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.
- 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.
- count - Variable in class org.simpleframework.util.parse.ParseBuffer
-
This is the number of char
's stored.
- count - Variable in class org.simpleframework.util.parse.Parser
-
This represents the length of the buffer.
- 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.
- create(Session<T>) - Method in interface org.simpleframework.http.session.Observer
-
This method is called after the session has been created but
before it is used.
- Cursor - Interface in org.simpleframework.transport
-
The Cursor
object is used to acquire bytes from a
given source.
- get(Object) - Method in class org.simpleframework.util.lease.LeaseMap
-
This is used to acquire the Lease
object that is
mapped to the specified key.
- get(Object) - Method in class org.simpleframework.util.parse.MapParser
-
The get
method is used to acquire the value for
a named pair.
- 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 interface org.simpleframework.http.Query
-
This method is used to acquire a List
for all of
the parameter values associated with the specified name.
- getAll(Object) - Method in class org.simpleframework.util.parse.MapParser
-
This method is used to acquire a List
for all of
the values that have been put in to the map.
- 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.
- 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.transport.Socket
-
This method is used to get the Map
of attributes
for this socket.
- getBasePath() - Method in interface org.simpleframework.http.resource.Context
-
This is used to retrieve the base path of the context.
- getBasePath() - Method in class org.simpleframework.http.resource.FileContext
-
This is used to retrieve the base path of the context.
- 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
.
- 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.
- 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.ContentParser
-
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.
- getCode() - Method in class org.simpleframework.http.ResponseWrapper
-
This represents the status code of the HTTP response.
- 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.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 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.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(String) - Method in interface org.simpleframework.http.resource.Context
-
This method will extract the type attribute of this URI.
- getContentType(String) - Method in class org.simpleframework.http.resource.FileContext
-
This method will extract the type attribute of this URI.
- getContentType() - Method in interface org.simpleframework.http.resource.Index
-
This allows the MIME type of this Index
to
be acquired.
- 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.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.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.
- getDate() - Static method in class org.simpleframework.http.parse.DateParser
-
The parser contains this method so that the a date does not
have to be parsed from System.currentTimeMillis
.
- 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 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.
- 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.
- getDirectory(String) - Method in interface org.simpleframework.http.resource.Context
-
This is used to translate the HTTP request URI into the
File
object that it represent the parent directory
of the URI.
- getDirectory(String) - Method in class org.simpleframework.http.resource.FileContext
-
This is used to translate the HTTP request URI into the
File
object that it represent the parent directory
of the URI.
- getDirectory() - Method in interface org.simpleframework.http.resource.Index
-
This is used to acquire the File
directory
for the index target.
- 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 retrive the domain of this URI.
- getEngine() - Method in interface org.simpleframework.transport.Socket
-
This is used to acquire the SSL engine used for security.
- getExpiry() - Method in class org.simpleframework.http.Cookie
-
This returns the number of seconds a cookie lives for.
- getExpiry(TimeUnit) - Method in interface org.simpleframework.util.lease.Lease
-
Determines the duration remaining before the lease expires.
- 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.
- getFile(String) - Method in interface org.simpleframework.http.resource.Context
-
This is used to translate the HTTP request URI into the
File
object that it represents.
- getFile(String) - Method in class org.simpleframework.http.resource.FileContext
-
This is used to translate the HTTP request URI into the
File
object that it represents.
- getFile() - Method in interface org.simpleframework.http.resource.Index
-
This is used to acquire the File
reference
for the index target.
- 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.
- getForm() - Method in interface org.simpleframework.http.Request
-
This is used to acquire all the form parameters from the
HTTP request.
- getForm() - Method in class org.simpleframework.http.RequestWrapper
-
This is used to acquire all the form parameters from the
HTTP request.
- getHeader(String) - Method in interface org.simpleframework.http.Part
-
This is used to acquire the header value for the specified
header name.
- getIndex(String) - Method in interface org.simpleframework.http.resource.Context
-
This is an all in one method that allows all the information
on the target URI to be gathered at once.
- getIndex(String) - Method in class org.simpleframework.http.resource.FileContext
-
This is an all in one method that allows all the information
on the target URI to be gathered at once.
- 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.
- getInputStream() - Method in class org.simpleframework.util.buffer.ArrayBuffer
-
This method is used so that the buffer can be represented as a
stream of bytes.
- getInputStream() - Method in class org.simpleframework.util.buffer.BufferAllocator
-
This method is used so that a buffer can be represented as a
stream of bytes.
- getInputStream() - Method in interface org.simpleframework.util.buffer.Stream
-
This method is used so that a buffer can be represented as a
stream of bytes.
- 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.util.lease.Lease
-
Provides the key for the resource that this lease represents.
- getKeys() - Method in class org.simpleframework.util.KeyMap
-
This is used to produce a List
of the keys in
the map.
- getLease() - Method in interface org.simpleframework.http.session.Session
-
This is used to acquire the Lease
object to control
the session.
- 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.
- 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.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.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 class org.simpleframework.http.Cookie
-
This returns the name for this cookie.
- 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.
- getName(String) - Method in interface org.simpleframework.http.resource.Context
-
This will parse and return the file name that this request URI
references.
- getName(String) - Method in class org.simpleframework.http.resource.FileContext
-
This will parse and return the file name that this request URI
references.
- getName() - Method in interface org.simpleframework.http.resource.Index
-
This allows the name for this object to be acquired.
- getName() - Method in class org.simpleframework.util.thread.Daemon
-
This is used to acquire the name of the thread.
- 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.ContentParser
-
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.Form
-
This method is used to acquire a Part
from the
form 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
form 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
form using a known name for the part.
- getParts() - Method in interface org.simpleframework.http.Form
-
This method provides all parts for this Form
.
- 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 class org.simpleframework.http.parse.AddressParser
-
This is used to retrive 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.
- getPath(String) - Method in interface org.simpleframework.http.resource.Context
-
This is used to translate the HTTP request URI into the
Path
object that it represents.
- getPath(String) - Method in class org.simpleframework.http.resource.FileContext
-
This is used to translate the HTTP request URI into the
Path
object that it represents.
- getPath() - Method in interface org.simpleframework.http.resource.Index
-
This is used to acquire the Path
object that
exposes various parts of the URI path.
- 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 retrive 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.ContentParser
-
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 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.
- getRealPath(String) - Method in interface org.simpleframework.http.resource.Context
-
This is used to translate the HTTP request URI into the OS
specific path that it represents.
- getRealPath(String) - Method in class org.simpleframework.http.resource.FileContext
-
This is used to translate the HTTP request URI into the OS
specific path that it represents.
- getRealPath() - Method in interface org.simpleframework.http.resource.Index
-
This is used to get the path that this object refers to.
- 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.
- getRequestPath(String) - Method in interface org.simpleframework.http.resource.Context
-
This is used to translate the HTTP request URI into the URI
path normalized and without query or parameter parts.
- getRequestPath(String) - Method in class org.simpleframework.http.resource.FileContext
-
This is used to translate the HTTP request URI into the URI
path normalized and without query or parameter parts.
- getRequestPath() - Method in interface org.simpleframework.http.resource.Index
-
This is used to acquire the normalized URI style path for
the index target.
- 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.
- 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.ContentParser
-
This is used to retrieve the secondary type of this MIME type.
- getSecure() - Method in class org.simpleframework.http.Cookie
-
This determines whether the cookie is secure.
- 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.
- getSession() - Method in interface org.simpleframework.http.Request
-
This method is used to acquire a Session
for the
request.
- getSession(boolean) - Method in interface org.simpleframework.http.Request
-
This method is used to acquire a Session
for the
request.
- getSession() - Method in class org.simpleframework.http.RequestWrapper
-
This method is used to acquire a Session
for the
request.
- getSession(boolean) - Method in class org.simpleframework.http.RequestWrapper
-
This method is used to acquire a Session
for the
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.ResponseWrapper
-
This can be used to retrieve the text of a HTTP status
line.
- getText() - Method in interface org.simpleframework.http.StatusLine
-
This can be used to retrieve the text of a HTTP status
line.
- 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.
- getValue() - Method in class org.simpleframework.http.Cookie
-
This returns the value for this cookie.
- 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) - 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) - 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(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.
- getValues() - Method in class org.simpleframework.util.KeyMap
-
This is used to produce a List
of the values in
the map.
- getVersion() - Method in class org.simpleframework.http.Cookie
-
This returns the version for this cookie.
- parse() - Method in class org.simpleframework.http.parse.AddressParser
-
This will check to see what type of URI this is if it is an
absoluteURI
or a relativeURI
.
- parse() - Method in class org.simpleframework.http.parse.ContentParser
-
Reads and parses the MIME type from the given String
object.
- parse() - Method in class org.simpleframework.http.parse.CookieParser
-
This will extract the next Cookie
from the
buffer.
- parse(long) - Method in class org.simpleframework.http.parse.DateParser
-
This is used to extract the date from a long
.
- parse() - Method in class org.simpleframework.http.parse.DateParser
-
This is used to parse the contents of the buf
.
- parse(List<String>) - Method in class org.simpleframework.http.parse.ListParser
-
This allows multiple header values to be represented as one
single comma separated list.
- parse() - Method in class org.simpleframework.http.parse.ListParser
-
This ensures that tokens are taken from the comma separated
list as long as there bytes left to be examined within the
source text.
- parse() - Method in class org.simpleframework.http.parse.PathParser
-
This will parse the path in such a way that it ensures that at no
stage there are trailing back references, using path normalization.
- parse() - Method in class org.simpleframework.http.parse.PrincipalParser
-
Used to parse the actual header data.
- parse() - Method in class org.simpleframework.http.parse.QueryParser
-
This performs the actual parsing of the parameter text.
- parse(String) - Method in class org.simpleframework.util.parse.Parser
-
This is used to parse the String
given to it.
- parse() - Method in class org.simpleframework.util.parse.Parser
-
This is the method that should be implemented to read
the buf.
- ParseBuffer - Class in org.simpleframework.util.parse
-
This is primarily used to replace the StringBuffer
class, as a way for the Parser
to store the char's
for a specific region within the parse data that constitutes a
desired value.
- ParseBuffer() - Constructor for class org.simpleframework.util.parse.ParseBuffer
-
Constructor for ParseBuffer
.
- ParseBuffer(int) - Constructor for class org.simpleframework.util.parse.ParseBuffer
-
This creates a ParseBuffer
with a specific
default size.
- Parser - Class in org.simpleframework.util.parse
-
This Parser
object is to be used as a simple template
for parsing uncomplicated expressions.
- Parser() - Constructor for class org.simpleframework.util.parse.Parser
-
This is a no argument constructor for the Parser
.
- Part - Interface in org.simpleframework.http
-
The Part
object is used to represent a part within
a request message.
- Path - Interface in org.simpleframework.http
-
The Path
represents the path part of a URI.
- PathParser - Class in org.simpleframework.http.parse
-
This is used to parse a path given as part of a URI.
- PathParser() - Constructor for class org.simpleframework.http.parse.PathParser
-
The default constructor will create a PathParser
that
contains no specifics.
- PathParser(String) - Constructor for class org.simpleframework.http.parse.PathParser
-
This is primarily a convineance constructor.
- PoolExecutor - Class in org.simpleframework.util.thread
-
The PoolExecutor
object is used to execute tasks in
a thread pool.
- PoolExecutor(Class<? extends Runnable>) - Constructor for class org.simpleframework.util.thread.PoolExecutor
-
Constructor for the PoolExecutor
object.
- PoolExecutor(Class<? extends Runnable>, int) - Constructor for class org.simpleframework.util.thread.PoolExecutor
-
Constructor for the PoolExecutor
object.
- PoolExecutor(Class<? extends Runnable>, int, int) - Constructor for class org.simpleframework.util.thread.PoolExecutor
-
Constructor for the PoolExecutor
object.
- Principal - Interface in org.simpleframework.http
-
The Principal
interface is used to describe a
user that has a name and password.
- PrincipalParser - Class in org.simpleframework.http.parse
-
PrincipalParser is a parser class for the HTTP basic authorization
header.
- PrincipalParser() - Constructor for class org.simpleframework.http.parse.PrincipalParser
-
Creates a Parser
for the basic authorization
scheme.
- PrincipalParser(String) - Constructor for class org.simpleframework.http.parse.PrincipalParser
-
Creates a Parser
for the basic authorization
scheme.
- process(Transport) - Method in class org.simpleframework.http.core.ContainerProcessor
-
This is used to process the requests from a provided transport
and deliver a response to those requests.
- process(Socket) - Method in class org.simpleframework.http.core.ContainerServer
-
Used to process the Socket
which is a full duplex
communication link that may contain several HTTP requests.
- process(Transport) - Method in interface org.simpleframework.transport.Processor
-
This is used to process the requests from a provided transport
and deliver a response to those requests.
- process(Socket) - Method in class org.simpleframework.transport.ProcessorServer
-
Used to process the Pipeline
which is a full duplex
communication link that may contain several HTTP requests.
- process(Operation) - Method in class org.simpleframework.transport.reactor.DirectReactor
-
This method is used to execute the provided operation without
the need to specifically check for I/O events.
- process(Operation, int) - Method in class org.simpleframework.transport.reactor.DirectReactor
-
This method is used to execute the provided operation when there
is an I/O event that task is interested in.
- process(Operation) - Method in class org.simpleframework.transport.reactor.ExecutorReactor
-
This method is used to execute the provided operation without
the need to specifically check for I/O events.
- process(Operation, int) - Method in class org.simpleframework.transport.reactor.ExecutorReactor
-
This method is used to execute the provided operation when there
is an I/O event that task is interested in.
- process(Operation) - Method in interface org.simpleframework.transport.reactor.Reactor
-
This method is used to execute the provided operation without
the need to specifically check for I/O events.
- process(Operation, int) - Method in interface org.simpleframework.transport.reactor.Reactor
-
This method is used to execute the provided operation when there
is an I/O event that task is interested in.
- process(Socket) - Method in interface org.simpleframework.transport.Server
-
Used to process the Socket
which is a full duplex
communication link that may contain several HTTP requests.
- Processor - Interface in org.simpleframework.transport
-
This is the Processor
used to process HTTP requests
from a connected transport.
- ProcessorServer - Class in org.simpleframework.transport
-
The ProcessorServer
is used to convert pipelines
to transports.
- ProcessorServer(Processor) - Constructor for class org.simpleframework.transport.ProcessorServer
-
Constructor for the ProcessorServer
object.
- ProcessorServer(Processor, int) - Constructor for class org.simpleframework.transport.ProcessorServer
-
Constructor for the ProcessorServer
object.
- ProcessorServer(Processor, int, int) - Constructor for class org.simpleframework.transport.ProcessorServer
-
Constructor for the ProcessorServer
object.
- push(byte[]) - Method in interface org.simpleframework.transport.Cursor
-
Pushes the provided data on to the cursor.
- push(byte[], int, int) - Method in interface org.simpleframework.transport.Cursor
-
Pushes the provided data on to the cursor.
- push(byte[]) - Method in class org.simpleframework.transport.TransportCursor
-
Pushes the provided data on to the cursor.
- push(byte[], int, int) - Method in class org.simpleframework.transport.TransportCursor
-
Pushes the provided data on to the cursor.
- put(T, T) - Method in class org.simpleframework.util.parse.MapParser
-
The put
method is used to insert the name and
value provided into the collection of tokens.
- putAll(Map<? extends T, ? extends T>) - Method in class org.simpleframework.util.parse.MapParser
-
This method is used to insert a collection of tokens into
the parsers map.
- Scheduler - Class in org.simpleframework.util.thread
-
The Scheduler
object is used to schedule tasks for
execution.
- Scheduler(int) - Constructor for class org.simpleframework.util.thread.Scheduler
-
Constructor for the Scheduler
object.
- Server - Interface in org.simpleframework.transport
-
The Server
interface represents a handler that is
used to process Socket
objects.
- Session<T> - Interface in org.simpleframework.http.session
-
The Session
object is a simple leased container for
state within a web application.
- SessionException - Exception in org.simpleframework.http.session
-
The SessionException
is used to indicate that some
operation failed when trying to access a session or when trying
to perform some operation on an existing session.
- SessionException(String, Object...) - Constructor for exception org.simpleframework.http.session.SessionException
-
This constructor is used if there is a description of the
event that caused the exception required.
- SessionManager<T> - Class in org.simpleframework.http.session
-
The SessionManager
object is used to create sessions
that are active for a given time period.
- SessionManager() - Constructor for class org.simpleframework.http.session.SessionManager
-
Constructor for the SessionManager
object.
- SessionManager(Observer<T>) - Constructor for class org.simpleframework.http.session.SessionManager
-
Constructor for the SessionManager
object.
- SessionManager(long, TimeUnit) - Constructor for class org.simpleframework.http.session.SessionManager
-
Constructor for the SessionManager
object.
- SessionManager(Observer<T>, long, TimeUnit) - Constructor for class org.simpleframework.http.session.SessionManager
-
Constructor for the SessionManager
object.
- SessionProvider<T> - Interface in org.simpleframework.http.session
-
The SessionProvider
object is used to create sessions
that are active for a given time period.
- set(String, String) - Method in interface org.simpleframework.http.ResponseHeader
-
This can be used to set a HTTP message header to this object.
- set(String, int) - Method in interface org.simpleframework.http.ResponseHeader
-
This can be used to set a HTTP message header to this object.
- set(String, String) - Method in class org.simpleframework.http.ResponseWrapper
-
This can be used to set a HTTP message header to this object.
- set(String, int) - Method in class org.simpleframework.http.ResponseWrapper
-
This can be used to set a HTTP message header to this object.
- 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.ContentParser
-
This will set the charset
to whatever value the
string contains.
- 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.
- setContentLength(int) - Method in interface org.simpleframework.http.Response
-
This should be used when the size of the message body is known.
- setContentLength(int) - Method in class org.simpleframework.http.ResponseWrapper
-
This should be used when the size of the message body is known.
- 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.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.
- 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.
- 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.ContentParser
-
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.ContentParser
-
This sets the primary type to whatever value is in the string
provided is.
- 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.ContentParser
-
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.
- setText(String) - Method in class org.simpleframework.http.ResponseWrapper
-
This is used to set the text of the HTTP status line.
- setText(String) - Method in interface org.simpleframework.http.StatusLine
-
This is used to set the text of the HTTP status line.
- setValue(String) - Method in class org.simpleframework.http.Cookie
-
This enables the value of the cookie to be changed.
- 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.util.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.http.parse.CookieParser
-
This is used to skip an arbitrary String
within the
char
buf.
- skip(String) - Method in class org.simpleframework.util.parse.Parser
-
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(Server) - Constructor for class org.simpleframework.transport.connect.SocketConnection
-
Constructor for the SocketConnection
object.
- SocketConnection(Container) - Constructor for class org.simpleframework.transport.connect.SocketConnection
-
Constructor for the SocketConnection
object.
- source - Variable in class org.simpleframework.util.buffer.FilterAllocator
-
This is the allocator the underlying buffer is allocated with.
- space(char) - Method in class org.simpleframework.util.parse.Parser
-
This is used to determine if a given ISO-8859-1 character is
a space character.
- start() - Method in class org.simpleframework.util.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.http.core.ContainerProcessor
-
This method is used to stop the Processor
such
that it will accept no more pipelines.
- stop() - Method in class org.simpleframework.http.core.ContainerServer
-
This method is used to stop the Processor
such that
it will accept no more pipelines.
- stop() - Method in interface org.simpleframework.transport.Processor
-
This method is used to stop the Processor
such
that it will accept no more pipelines.
- stop() - Method in class org.simpleframework.transport.ProcessorServer
-
This method is used to stop the Processor
such that
it will accept no more pipelines.
- stop() - Method in class org.simpleframework.transport.reactor.DirectReactor
-
This is used to stop the reactor so that further requests to
execute operations does nothing.
- 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 interface org.simpleframework.transport.Server
-
This method is used to stop the Server
such that
it will accept no more sockets.
- stop() - Method in class org.simpleframework.util.thread.PoolExecutor
-
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.util.thread.Scheduler
-
This is used to stop the executor by interrupting all running
tasks and shutting down the threads within the pool.
- Stream - Interface in org.simpleframework.util.buffer
-
The Stream
interface is used to represent anything that
can be streamed.