|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||
| org.eclipse.jetty.http.spi 中 Handler 的使用 |
|---|
| 实现 Handler 的 org.eclipse.jetty.http.spi 中的类 | |
|---|---|
class |
HttpSpiContextHandler
Jetty handler that bridges requests to HttpHandler. |
| org.eclipse.jetty.rewrite.handler 中 Handler 的使用 |
|---|
| 实现 Handler 的 org.eclipse.jetty.rewrite.handler 中的类 | |
|---|---|
class |
RewriteHandler
Rewrite handler is responsible for managing the rules. |
| org.eclipse.jetty.security 中 Handler 的使用 |
|---|
| 实现 Handler 的 org.eclipse.jetty.security 中的类 | |
|---|---|
class |
ConstraintSecurityHandler
Handler to enforce SecurityConstraints. |
class |
SecurityHandler
Abstract SecurityHandler. |
| org.eclipse.jetty.server 中 Handler 的使用 |
|---|
| org.eclipse.jetty.server 中 Handler 的子接口 | |
|---|---|
static interface |
Server.Graceful
|
| 实现 Handler 的 org.eclipse.jetty.server 中的类 | |
|---|---|
class |
Server
Jetty HTTP Servlet Server. |
| 类型参数类型为 Handler 的 org.eclipse.jetty.server 中的方法 | ||
|---|---|---|
|
HandlerContainer.getChildHandlerByClass(Class<T> byclass)
|
|
| 返回 Handler 的 org.eclipse.jetty.server 中的方法 | |
|---|---|
Handler[] |
HandlerContainer.getChildHandlers()
|
Handler[] |
HandlerContainer.getChildHandlersByClass(Class<?> byclass)
|
Handler[] |
HandlerContainer.getHandlers()
|
| org.eclipse.jetty.server.handler 中 Handler 的使用 |
|---|
| 实现 Handler 的 org.eclipse.jetty.server.handler 中的类 | |
|---|---|
class |
AbstractHandler
AbstractHandler. |
class |
AbstractHandlerContainer
Abstract Handler Container. |
class |
ConnectHandler
Implementation of a tunneling proxy that supports HTTP CONNECT. |
class |
ContextHandler
ContextHandler. |
class |
ContextHandlerCollection
ContextHandlerCollection. |
class |
DebugHandler
Debug Handler. |
class |
DefaultHandler
Default Handler. |
class |
ErrorHandler
Handler for Error pages An ErrorHandler is registered with ContextHandler.setErrorHandler(ErrorHandler) or
Server.addBean(Object). |
class |
GzipHandler
GZIP Handler This handler will gzip the content of a response if: The filter is mapped to a matching path The response status code is >=200 and <300 The content length is unknown or more than the minGzipSize initParameter or the minGzipSize is 0(default)
The content-type is in the comma separated list of mimeTypes set in the mimeTypes initParameter or if no mimeTypes are defined the
content-type is not "application/gzip"
No content-encoding is specified by the resource
Compressing the content can greatly improve the network bandwidth usage, but at a cost of memory and CPU cycles. |
class |
HandlerCollection
A collection of handlers. |
class |
HandlerList
HandlerList. |
class |
HandlerWrapper
A HandlerWrapper acts as a Handler but delegates the handle method and
life cycle events to a delegate. |
class |
HotSwapHandler
A HandlerContainer that allows a hot swap of a wrapped handler. |
class |
IPAccessHandler
IP Access Handler Controls access to the wrapped handler by the real remote IP. |
class |
MovedContextHandler
Moved ContextHandler. |
class |
ProxyHandler
已过时。 Use ConnectHandler |
class |
RequestLogHandler
RequestLogHandler. |
class |
ResourceHandler
Resource Handler. |
class |
ScopedHandler
ScopedHandler. |
class |
ShutdownHandler
A handler that shuts the server down on a valid request. |
class |
StatisticsHandler
|
| 声明为 Handler 的 org.eclipse.jetty.server.handler 中的字段 | |
|---|---|
protected Handler |
HandlerWrapper._handler
|
| 类型参数类型为 Handler 的 org.eclipse.jetty.server.handler 中的方法 | ||
|---|---|---|
|
AbstractHandlerContainer.getChildHandlerByClass(Class<T> byclass)
|
|
|
HandlerWrapper.getNestedHandlerByClass(Class<H> byclass)
|
|
| 返回 Handler 的 org.eclipse.jetty.server.handler 中的方法 | |
|---|---|
Handler[] |
AbstractHandlerContainer.getChildHandlers()
|
Handler[] |
AbstractHandlerContainer.getChildHandlersByClass(Class<?> byclass)
|
Handler |
HotSwapHandler.getHandler()
|
Handler |
HandlerWrapper.getHandler()
|
Handler[] |
HotSwapHandler.getHandlers()
|
Handler[] |
HandlerWrapper.getHandlers()
|
Handler[] |
HandlerCollection.getHandlers()
|
| 参数类型为 Handler 的 org.eclipse.jetty.server.handler 中的方法 | ||
|---|---|---|
void |
HandlerCollection.addHandler(Handler handler)
|
|
protected Object |
AbstractHandlerContainer.expandHandler(Handler handler,
Object list,
Class<Handler> byClass)
|
|
static
|
AbstractHandlerContainer.findContainerOf(HandlerContainer root,
Class<T> type,
Handler handler)
|
|
void |
HandlerCollection.removeHandler(Handler handler)
|
|
void |
HotSwapHandler.setHandler(Handler handler)
|
|
void |
HandlerWrapper.setHandler(Handler handler)
|
|
void |
HandlerCollection.setHandlers(Handler[] handlers)
|
|
void |
ContextHandlerCollection.setHandlers(Handler[] handlers)
|
|
| 类型变量类型为 Handler 的 org.eclipse.jetty.server.handler 中的方法参数 | |
|---|---|
protected Object |
AbstractHandlerContainer.expandHandler(Handler handler,
Object list,
Class<Handler> byClass)
|
| 参数类型为 Handler 的 org.eclipse.jetty.server.handler 中的构造方法 | |
|---|---|
ConnectHandler(Handler handler)
|
|
ConnectHandler(Handler handler,
String[] white,
String[] black)
|
|
ProxyHandler(Handler handler)
已过时。 |
|
ProxyHandler(Handler handler,
String[] white,
String[] black)
已过时。 |
|
| org.eclipse.jetty.server.jmx 中 Handler 的使用 |
|---|
| 返回 Handler 的 org.eclipse.jetty.server.jmx 中的方法 | |
|---|---|
Handler[] |
ServerMBean.getContexts()
|
| org.eclipse.jetty.server.session 中 Handler 的使用 |
|---|
| 实现 Handler 的 org.eclipse.jetty.server.session 中的类 | |
|---|---|
class |
SessionHandler
SessionHandler. |
| org.eclipse.jetty.servlet 中 Handler 的使用 |
|---|
| 实现 Handler 的 org.eclipse.jetty.servlet 中的类 | |
|---|---|
class |
ErrorPageErrorHandler
Error Page Error Handler An ErrorHandler that maps exceptions and status codes to URIs for dispatch using the internal ERROR style of dispatch. |
class |
ServletContextHandler
Servlet Context. |
class |
ServletHandler
Servlet HttpHandler. |
| org.eclipse.jetty.webapp 中 Handler 的使用 |
|---|
| 实现 Handler 的 org.eclipse.jetty.webapp 中的类 | |
|---|---|
class |
WebAppContext
Web Application Context Handler. |
| org.eclipse.jetty.websocket 中 Handler 的使用 |
|---|
| 实现 Handler 的 org.eclipse.jetty.websocket 中的类 | |
|---|---|
class |
WebSocketHandler
|
|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||