|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
HttpSession
from the javax.servlet
package.SessionHandler
when a session is first accessed by a request.
JSON.Convertor
for a class or interface.
JSON.Convertor
for a named class or interface.
WebAppContext.setEventListeners(EventListener[])
ServletHandler.addFilterWithMapping(Class, String, int)
instead
Server.addBean(Object)
principals
collection.
DeploymentManager
DeploymentManager
.App
s to the DeploymentManager
UserIdentity.isUserInRole(String, org.eclipse.jetty.server.UserIdentity.Scope)
B64Code
BufferCache.CachedBuffer
objects.java.lang.Object.clone
method to return a copy of this cookie.
SessionHandler
when a session is last accessed by a request.
"java -jar start.jar"
.service
method)
to allow a servlet to handle a DELETE request.
doFilter
method of the Filter is called by the container
each time a request/response pair is passed through the chain due
to a client request for a resource at the end of the chain.
service
method) to
allow a servlet to handle a GET request.
service
method and handles the
request.
service
method)
to allow a servlet to handle a OPTIONS request.
service
method)
to allow a servlet to handle a POST request.
service
method)
to allow a servlet to handle a PUT request.
service
method)
to allow a servlet to handle a TRACE request.
sendRedirect
method or, if encoding is not needed,
returns the URL unchanged.
ContextHandler.setErrorHandler(ErrorHandler)
or
Server.addBean(Object)
.ExecutorService
as a ThreadPool
and
LifeCycle
interfaces so that it may be used by the Jetty org.eclipse.jetty.server.Server
Edge.getFrom()
or incoming
Edge.getTo()
end point.
Edge.getFrom()
the specific node.
SslSelectChannelConnector.getSslKeyManagerFactoryAlgorithm()
or
SslSelectChannelConnector.getSslTrustManagerFactoryAlgorithm()
App
s by Node
null
if no object is bound under the name.
null
if there is no attribute by that name.
Object
,
or null
if no attribute of the given name exists.
Enumeration
of String
objects
containing the names of all the objects bound to this session.
Enumeration
containing the
attribute names available
within this servlet context.
Enumeration
containing the
names of the attributes available to this request.
Node
bound objects.
Node
Node
null
if the cookie has no comment.
ContextDeployer.setContextsDir(String)
null
if the type is not known.
ServletContext
object that
corresponds to a specified URL on the server.
App
relating to how it is installed on the
jetty server side.
ContinuationSupport.getContinuation(ServletRequest)
Cookie
objects the client sent with this request.
RolloverFileOutputStream
.
long
value that represents a
Date
object.
ContextDeployer.setContextsDir(String)
String
.
HttpBuffers.getRequestHeaderSize()
or HttpBuffers.getResponseHeaderSize()
Enumeration
of String
objects.
HttpSession
with the given session id
Enumeration
and will be removed
in a future version of this API.
String
containing the value of the
named initialization parameter, or null
if
the parameter does not exist.
String
containing the value of the named
initialization parameter, or null
if the parameter does
not exist.
String
containing the value of the
named initialization parameter, or null
if
the parameter does not exist.
String
containing the value of the named
context-wide initialization parameter, or null
if the
parameter does not exist.
Enumeration
of String
objects,
or an empty Enumeration
if the filter has
no initialization parameters.
Enumeration
of String
objects,
or an empty Enumeration
if the servlet has no
initialization parameters.
Enumeration
of String
objects,
or an empty Enumeration
if the servlet has
no initialization parameters.
Enumeration
of String
objects, or an
empty Enumeration
if the context has no initialization
parameters.
ServletInputStream
.
int
.
HttpServletRequest
object was last modified,
in milliseconds since midnight January 1, 1970 GMT.
Locale
that the client will
accept content in, based on the Accept-Language header.
ServletResponse.setLocale(java.util.Locale)
method.
Enumeration
of Locale
objects
indicating, in decreasing order starting with the preferred locale, the
locales that are acceptable to the client based on the Accept-Language
header.
-1
indicating the cookie will persist
until browser shutdown.
AbstractSessionManager.getIdManager()
SessionManager.getIdManager()
null
if
the MIME type is not known.
RequestDispatcher
object that acts
as a wrapper for the named servlet.
App
as specified by the AppProvider
ServletOutputStream
suitable for writing binary
data in the response.
WebAppContext.getOverrideDescriptors()
String
,
or null
if the parameter does not exist.
Enumeration
of String
objects containing the names of the parameters contained
in this request.
String
objects containing
all of the values the given request parameter has, or
null
if the parameter does not exist.
Graph.getPath(Node, Node)
BufferedReader
.
String
containing the real path
for a given virtual path.
ServletContext.getRealPath(java.lang.String)
instead.
null
if the user
has not been authenticated.
RequestDispatcher
object that acts
as a wrapper for the resource located at the given path.
RequestDispatcher
object that acts as a wrapper for
the resource located at the given path.
HttpServletRequest
object.
InputStream
object.
http
, https
, or ftp
.
true
if the browser is sending cookies
only over a secure protocol, or false
if the
browser can send cookies using any protocol.
This method was originally defined to retrieve a servlet
from a ServletContext
. In this version, this method
always returns null
and remains only to preserve
binary compatibility. This method will be permanently removed
in a future version of the Java Servlet API.
In lieu of this method, servlets can share information using the
ServletContext
class and can perform shared business logic
by invoking methods on common non-servlet classes.
ServletConfig
object.
ServletConfig
object, which contains
initialization and startup parameters for this servlet.
ServletContext
in which the caller
is executing.
ServletContext
in which this servlet
is running.
ServletContext
in which the caller
is executing.
This method was originally defined to return an
Enumeration
of all the servlet names known to this context. In this version,
this method always returns an empty Enumeration
and
remains only to preserve binary compatibility. This method will
be permanently removed in a future version of the Java Servlet API.
This method was originally defined to return an Enumeration
of all the servlets known to this servlet context. In this
version, this method always returns an empty enumeration and
remains only to preserve binary compatibility. This method
will be permanently removed in a future version of the Java
Servlet API.
HttpSession
associated with this request or, if there is no
current session and create
is true, returns
a new session.
HttpClient.getTimeout()
instead.
java.security.Principal
object containing
the name of the current authenticated user.
HttpSession.getAttribute(java.lang.String)
.
AbstractSessionManager.Session.getAttribute(java.lang.String)
HttpSession.getAttributeNames()
AbstractSessionManager.Session.getAttributeNames()
PrintWriter
object that
can send character text to the client.
HandlerWrapper
acts as a Handler
but delegates the handle
method and
life cycle
events to a delegate.HandlerContainer
that allows a hot swap
of a wrapped handler.Connector
.CachedExchange
insteadContentExchange
insteadServletRequest
interface
to provide request information for HTTP servlets.ServletResponse
interface to provide HTTP-specific
functionality in sending a response.HttpSessionBindingListener
when it is bound or
unbound from a session, or to a HttpSessionAttributeListener
that has been configured in the deployment descriptor when any attribute is
bound, unbound or replaced in a session.HttpUtils
object.
super.init(config)
.
Graph.insertNode(Edge, Node)
HttpSession.invalidate()
on all known sessions for the given id.
Client Error
message category as defined in the RFC 1945 - HTTP/1.0,
and RFC 2616 -
HTTP/1.1.
Client Error
message category as defined in the RFC 1945 - HTTP/1.0, and RFC 2616 - HTTP/1.1.
Informational
message category as defined in the RFC 1945 - HTTP/1.0,
and RFC 2616 -
HTTP/1.1.
Informational
message category as defined in the RFC 1945 - HTTP/1.0, and RFC 2616 - HTTP/1.1.
true
if the client does not yet know about the
session or if the client chooses not to join the session.
boolean
indicating
whether the servlet is permanently unavailable.
Redirection
message category as defined in the RFC 1945 - HTTP/1.0,
and RFC 2616 -
HTTP/1.1.
Redirection
message category as defined in the RFC 1945 - HTTP/1.0, and RFC 2616 - HTTP/1.1.
HttpServletRequest.isRequestedSessionIdFromURL()
instead.
Server Error
message category as defined in the RFC 1945 - HTTP/1.0,
and RFC 2616 -
HTTP/1.1.
Server Error
message category as defined in the RFC 1945 - HTTP/1.0, and RFC 2616 - HTTP/1.1.
Success
message category as defined in the RFC 1945 - HTTP/1.0,
and RFC 2616 -
HTTP/1.1.
Success
message category as defined in the RFC 1945 - HTTP/1.0, and RFC 2616 - HTTP/1.1.
javaRootURLContext
instance.
Logger
based on Logger
.ContinuationSupport
when it detects that the application is deployed in a jetty-6 server.stopped
.
stopped
.
JSON.Generator
that holds a pre-generated string on JSON text.JSON.toString(Object)
.
JSON.Convertible
.Date
to JSON.Enum
to JSON.
-Djava.security.auth.login.config=etc/ldap-loginModule.conf
Throwable
exception
to the servlet log file, prepended by the servlet's name.
ServletContext.log(String message, Throwable throwable)
instead.
This method was originally defined to write an exception's stack trace and an explanatory error message to the servlet log file.
Throwable
exception
to the servlet log file.
NamingContext
instance.
HttpSession
.
Resource.newResource(URL)
enables extensions to
provide alternate resource implementations.
ServletRequestListener.requestDestroyed(javax.servlet.ServletRequestEvent)
The response may still be written to during the call.
END
state.
JSON.parse(Reader)
JSON.parse(Reader, boolean)
HashTable
object
with key-value pairs.
PathMap
for pattern matching.String
to the client,
without a carriage return-line feed (CRLF)
character at the end.
boolean
value to the client,
with no carriage return-line feed (CRLF)
character at the end.
long
value to the client,
with no carriage return-line feed (CRLF) at the end.
float
value to the client,
with no carriage return-line feed (CRLF) at the end.
double
value to the client,
with no carriage return-line feed (CRLF) at the end.
String
to the client,
followed by a carriage return-line feed (CRLF).
boolean
value to the client,
followed by a
carriage return-line feed (CRLF).
long
value to the client, followed by a
carriage return-line feed (CRLF).
float
value to the client,
followed by a carriage return-line feed (CRLF).
double
value to the client,
followed by a carriage return-line feed (CRLF).
AppLifeCycle
binding.
ConnectHandler
HttpSession.setAttribute(java.lang.String, java.lang.Object)
AbstractSessionManager.Session.setAttribute(java.lang.String, java.lang.Object)
buffer
from the given endPoint
.
ServerSocketChannel
JSON.Convertor
for a class or interface.
Server.getConnectors()
and Server.setConnectors(Connector[])
to
remove a connector.
Server.removeBean(Object)
HttpSession.removeAttribute(java.lang.String)
AbstractSessionManager.Session.removeAttribute(java.lang.String)
App
through the AppLifeCycle
to the desired Node
, executing each lifecycle step
in the process to reach the desired state.
App
through the AppLifeCycle
to the desired Node
, executing each lifecycle step
in the process to reach the desired state.
RequestLog
can be attached to a RequestLogHandler
to enable
logging of requests/responses.PathMap
path with a fixed string.RuntimeException
used to signal that there
was an IOException
thrown by underlying Writer
Content-Length
.
Request-Line
is not allowed for the resource
identified by the Request-URI
.
Request-URI
is longer
than the server is willing to interpret.
Location
field.
SelectorManager
.SelectChannelConnector
at the passed port.
SelectChannelConnector
at the passed address.
service
method and dispatches
them to the do
XXX methods defined in
this class.
service
method.
ContinuationSupport
when it detects that the application has been deployed in a non-jetty Servlet 3
server.readLine
method
for reading data one line at a time.Response.setHeader(String, String)
or
Response.addHeader(String, String)
.
SslSelectChannelConnector.setSslKeyManagerFactoryAlgorithm(String)
or
SslSelectChannelConnector.setSslTrustManagerFactoryAlgorithm(String)
ContextDeployer.setContextsDir(String)
ContextDeployer.setContextsDir(String)
ContextDeployer.setContextsDir(String)
ContextHandlerCollection
.
ContextDeployer.setContextsDir(String)
ServletRequest.getServerName()
and
ServletRequest.getServerPort()
.
XmlConfiguration.getIdMap()
.put(...)
SelectChannelConnector.getLowResourcesConnections()
connections.
Socket.setSoTimeout(int)
call, although with NIO
implementations other mechanisms may be used to implement the timeout.
AbstractSessionManager.setIdManager(SessionIdManager)
ScanningAppProvider.setMonitoredDirResource(Resource)
ScanningAppProvider.setMonitoredDirName(String)
WebAppContext.setOverrideDescriptors(List)
XmlConfiguration.getProperties()
.put(...)
SessionHandler
.
HttpClient.setTimeout(long)
instead.
setStatus(int)
, to send an error with a description
use sendError(int, String)
.
Sets the status code and message for this response.
Server
will make a JNI call to set the unix UID.QueuedThreadPool.interruptThread(long)
in preference
ServletResponse
.
ServletResponse
.
UnavailableException.UnavailableException(String)
instead.
UnavailableException.UnavailableException(String, int)
instead.
PrintWriter
that re-throws the instances of
IOException
thrown by the underlying implementation of
Writer
as RuntimeIOException
instances.HttpExchange.waitForDone()
instead
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |