Package | Description |
---|---|
org.eclipse.jetty.client |
Jetty Client : Implementation and Core Classes
This package provides APIs, utility classes and an implementation of an asynchronous HTTP client.
|
org.eclipse.jetty.http |
Jetty Http : Tools for Http processing
|
org.eclipse.jetty.io |
Jetty IO : Core classes for Jetty IO subsystem
|
org.eclipse.jetty.jndi |
Jetty Jndi : Java Naming Directory Interface
|
org.eclipse.jetty.proxy |
Jetty Proxy : Async Proxy Support
|
org.eclipse.jetty.server |
Jetty Server : Core Server API
|
org.eclipse.jetty.server.handler |
Jetty Server : Core Handler API
|
org.eclipse.jetty.servlets.gzip |
Jetty Servlets : GZIP Filter Classes
|
org.eclipse.jetty.spdy.server.proxy | |
org.eclipse.jetty.util |
Jetty Util : Common Utility Classes
|
org.eclipse.jetty.util.log |
Jetty Util : Common Logging Integrations
|
org.eclipse.jetty.util.preventers |
Jetty Util : Common Memory Leak Prevention Tooling
|
org.eclipse.jetty.websocket.common.events |
Jetty WebSocket Common : Event Driver for WebSocket Object
|
Modifier and Type | Field and Description |
---|---|
protected static Logger |
HttpSender.LOG |
protected static Logger |
HttpReceiver.LOG |
protected static Logger |
HttpDestination.LOG |
protected static Logger |
HttpChannel.LOG |
protected static Logger |
ConnectionPool.LOG |
static Logger |
AuthenticationProtocolHandler.LOG |
protected static Logger |
AbstractHttpClientTransport.LOG |
Modifier and Type | Field and Description |
---|---|
static Logger |
HttpParser.LOG |
Modifier and Type | Field and Description |
---|---|
protected static Logger |
SelectorManager.LOG |
static Logger |
SelectChannelEndPoint.LOG |
Modifier and Type | Field and Description |
---|---|
static Logger |
NamingUtil.__log |
Modifier and Type | Field and Description |
---|---|
protected Logger |
ProxyServlet._log |
protected static Logger |
ProxyConnection.LOG |
protected static Logger |
ConnectHandler.LOG |
Modifier and Type | Method and Description |
---|---|
protected Logger |
ProxyServlet.createLogger() |
Modifier and Type | Field and Description |
---|---|
protected static Logger |
AbstractNCSARequestLog.LOG |
protected Logger |
AbstractConnector.LOG |
Modifier and Type | Method and Description |
---|---|
Logger |
ContextHandler.getLogger() |
Modifier and Type | Method and Description |
---|---|
void |
ContextHandler.setLogger(Logger logger) |
Modifier and Type | Field and Description |
---|---|
static Logger |
GzipHttpOutput.LOG |
Modifier and Type | Field and Description |
---|---|
protected Logger |
ProxyEngineSelector.LOG |
Modifier and Type | Field and Description |
---|---|
protected static Logger |
Utf8Appendable.LOG |
Modifier and Type | Class and Description |
---|---|
class |
AbstractLogger
Abstract Logger.
|
class |
JavaUtilLog
|
class |
LoggerLog |
class |
Slf4jLog
Slf4jLog Logger
|
class |
StdErrLog
StdErr Logging implementation.
|
Modifier and Type | Method and Description |
---|---|
static Logger |
Log.getLog() |
static Logger |
Log.getLogger(Class<?> clazz)
Obtain a named Logger based on the fully qualified class name.
|
Logger |
Logger.getLogger(String name) |
static Logger |
Log.getLogger(String name)
Obtain a named Logger or the default Logger if null is passed.
|
Logger |
AbstractLogger.getLogger(String name) |
static Logger |
Log.getRootLogger()
Get the root logger.
|
protected Logger |
StdErrLog.newLogger(String fullname)
Create a Child Logger of this Logger.
|
protected Logger |
Slf4jLog.newLogger(String fullname)
Create a Child Logger of this Logger.
|
protected Logger |
LoggerLog.newLogger(String fullname)
Create a Child Logger of this Logger.
|
protected Logger |
JavaUtilLog.newLogger(String fullname)
Create a Child Logger of this Logger.
|
protected abstract Logger |
AbstractLogger.newLogger(String fullname) |
Modifier and Type | Method and Description |
---|---|
static Map<String,Logger> |
Log.getLoggers()
Get a map of all configured
Logger instances. |
Modifier and Type | Method and Description |
---|---|
static void |
Log.setLog(Logger log) |
Modifier and Type | Field and Description |
---|---|
protected static Logger |
AbstractLeakPreventer.LOG |
Modifier and Type | Field and Description |
---|---|
protected Logger |
AbstractEventDriver.TARGET_LOG |
Copyright © 1995-2015 Webtide. All Rights Reserved.