跳过导航链接
A B C D E F G H I J L M N O P R S T U V W X _ 

A

AbstractConnection - org.eclipse.jetty.io中的类
A convenience base implementation of Connection.
AbstractConnection(EndPoint, Executor) - 类 的构造器org.eclipse.jetty.io.AbstractConnection
 
AbstractEndPoint - org.eclipse.jetty.io中的类
 
AbstractEndPoint(Scheduler) - 类 的构造器org.eclipse.jetty.io.AbstractEndPoint
 
AbstractLoginService - org.eclipse.jetty.security中的类
AbstractLoginService
AbstractLoginService() - 类 的构造器org.eclipse.jetty.security.AbstractLoginService
 
AbstractLoginService.RolePrincipal - org.eclipse.jetty.security中的类
RolePrincipal
AbstractLoginService.UserPrincipal - org.eclipse.jetty.security中的类
UserPrincipal
AbstractUserAuthentication - org.eclipse.jetty.security中的类
AbstractUserAuthentication Base class for representing an authenticated user.
AbstractUserAuthentication(String, UserIdentity) - 类 的构造器org.eclipse.jetty.security.AbstractUserAuthentication
 
accept(SelectableChannel) - 类 中的方法org.eclipse.jetty.io.SelectorManager
 
accept(SelectableChannel, Object) - 类 中的方法org.eclipse.jetty.io.SelectorManager
Registers a channel to perform non-blocking read/write operations.
accepted(SelectableChannel) - 类 中的方法org.eclipse.jetty.io.SelectorManager
Callback method when a channel is accepted from the ServerSocketChannel passed to SelectorManager.acceptor(SelectableChannel).
acceptor(SelectableChannel) - 类 中的方法org.eclipse.jetty.io.SelectorManager
Registers a server channel for accept operations.
acquire(int, boolean) - 类 中的方法org.eclipse.jetty.io.ArrayByteBufferPool
 
acquire(int, boolean) - 接口 中的方法org.eclipse.jetty.io.ByteBufferPool
Requests a ByteBuffer of the given size.
acquire(boolean) - 类 中的方法org.eclipse.jetty.io.ByteBufferPool.Bucket
 
acquire(int, boolean) - 类 中的方法org.eclipse.jetty.io.ByteBufferPool.Lease
 
acquire(int, boolean) - 类 中的方法org.eclipse.jetty.io.LeakTrackingByteBufferPool
 
acquire(int, boolean) - 类 中的方法org.eclipse.jetty.io.MappedByteBufferPool
 
Adapter() - 类 的构造器org.eclipse.jetty.io.Connection.Listener.Adapter
 
Adapter() - 类 的构造器org.eclipse.jetty.io.NetworkTrafficListener.Adapter
 
add(int, Object) - 类 中的方法org.eclipse.jetty.xml.XmlParser.Node
 
addConstraintMapping(ConstraintMapping) - 接口 中的方法org.eclipse.jetty.security.ConstraintAware
Add a Constraint Mapping.
addConstraintMapping(ConstraintMapping) - 类 中的方法org.eclipse.jetty.security.ConstraintSecurityHandler
 
addContentHandler(String, ContentHandler) - 类 中的方法org.eclipse.jetty.xml.XmlParser
Add a ContentHandler.
addDateHeader(String, long) - 类 中的方法org.eclipse.jetty.security.authentication.FormAuthenticator.FormResponse
 
addFilter(Class<? extends Filter>, String) - 类 中的方法com.blade.embedd.EmbedJettyServer
 
addHandshakeListener(SslHandshakeListener) - 类 中的方法org.eclipse.jetty.io.ssl.SslConnection
 
addHeader(String, String) - 类 中的方法org.eclipse.jetty.security.authentication.FormAuthenticator.FormResponse
 
addInput(ByteBuffer) - 类 中的方法org.eclipse.jetty.io.ByteArrayEndPoint
 
addInput(String) - 类 中的方法org.eclipse.jetty.io.ByteArrayEndPoint
 
addInput(String, Charset) - 类 中的方法org.eclipse.jetty.io.ByteArrayEndPoint
 
addInputAndExecute(ByteBuffer) - 类 中的方法org.eclipse.jetty.io.ByteArrayEndPoint
 
addInputEOF() - 类 中的方法org.eclipse.jetty.io.ByteArrayEndPoint
 
addListener(Connection.Listener) - 类 中的方法org.eclipse.jetty.io.AbstractConnection
 
addListener(Connection.Listener) - 接口 中的方法org.eclipse.jetty.io.Connection
Adds a listener of connection events.
addRole(String) - 接口 中的方法org.eclipse.jetty.security.ConstraintAware
Add a Role definition.
addRole(String) - 类 中的方法org.eclipse.jetty.security.ConstraintSecurityHandler
 
addRole(String) - 类 中的方法org.eclipse.jetty.security.RoleInfo
 
addServlet(Class<? extends Servlet>, String) - 类 中的方法com.blade.embedd.EmbedJettyServer
 
addStatic(String...) - 类 中的方法com.blade.embedd.EmbedJettyServer
 
append(ByteBuffer, boolean) - 类 中的方法org.eclipse.jetty.io.ByteBufferPool.Lease
 
ArrayByteBufferPool - org.eclipse.jetty.io中的类
 
ArrayByteBufferPool() - 类 的构造器org.eclipse.jetty.io.ArrayByteBufferPool
 
ArrayByteBufferPool(int, int, int) - 类 的构造器org.eclipse.jetty.io.ArrayByteBufferPool
 
ArrayByteBufferPool(int, int, int, int) - 类 的构造器org.eclipse.jetty.io.ArrayByteBufferPool
 
associate(UserIdentity) - 类 中的方法org.eclipse.jetty.security.DefaultIdentityService
If there are roles refs present in the scope, then wrap the UserIdentity with one that uses the role references in the UserIdentity.isUserInRole(String, UserIdentity.Scope)
associate(UserIdentity) - 接口 中的方法org.eclipse.jetty.security.IdentityService
Associate a user identity with the current thread.
authenticate(Object) - 类 中的方法org.eclipse.jetty.security.AbstractLoginService.UserPrincipal
 
authenticate(Credential) - 类 中的方法org.eclipse.jetty.security.AbstractLoginService.UserPrincipal
 
authenticate(ServletRequest) - 类 中的方法org.eclipse.jetty.security.authentication.DeferredAuthentication
 
authenticate(ServletRequest, ServletResponse) - 类 中的方法org.eclipse.jetty.security.authentication.DeferredAuthentication
 
Authenticator - org.eclipse.jetty.security中的接口
Authenticator Interface An Authenticator is responsible for checking requests and sending response challenges in order to authenticate a request.
Authenticator.AuthConfiguration - org.eclipse.jetty.security中的接口
Authenticator Configuration
Authenticator.Factory - org.eclipse.jetty.security中的接口
Authenticator Factory

B

BasicAuthenticator - org.eclipse.jetty.security.authentication中的类
 
BasicAuthenticator() - 类 的构造器org.eclipse.jetty.security.authentication.BasicAuthenticator
 
Bucket(ByteBufferPool, int, int) - 类 的构造器org.eclipse.jetty.io.ByteBufferPool.Bucket
 
ByteArrayEndPoint - org.eclipse.jetty.io中的类
ByteArrayEndPoint.
ByteArrayEndPoint() - 类 的构造器org.eclipse.jetty.io.ByteArrayEndPoint
 
ByteArrayEndPoint(byte[], int) - 类 的构造器org.eclipse.jetty.io.ByteArrayEndPoint
 
ByteArrayEndPoint(String, int) - 类 的构造器org.eclipse.jetty.io.ByteArrayEndPoint
 
ByteArrayEndPoint(Scheduler, long) - 类 的构造器org.eclipse.jetty.io.ByteArrayEndPoint
 
ByteArrayEndPoint(Scheduler, long, byte[], int) - 类 的构造器org.eclipse.jetty.io.ByteArrayEndPoint
 
ByteArrayEndPoint(Scheduler, long, String, int) - 类 的构造器org.eclipse.jetty.io.ByteArrayEndPoint
 
ByteArrayEndPoint(Scheduler, long, ByteBuffer, ByteBuffer) - 类 的构造器org.eclipse.jetty.io.ByteArrayEndPoint
 
ByteBufferPool - org.eclipse.jetty.io中的接口
A ByteBuffer pool.
ByteBufferPool.Bucket - org.eclipse.jetty.io中的类
 
ByteBufferPool.Lease - org.eclipse.jetty.io中的类
 

C

cdata(String) - 类 中的方法org.eclipse.jetty.xml.XmlAppendable
 
ChannelEndPoint - org.eclipse.jetty.io中的类
Channel End Point.
ChannelEndPoint(ByteChannel, ManagedSelector, SelectionKey, Scheduler) - 类 的构造器org.eclipse.jetty.io.ChannelEndPoint
 
checkFill() - 类 中的方法org.eclipse.jetty.io.AbstractEndPoint
 
checkFlush() - 类 中的方法org.eclipse.jetty.io.AbstractEndPoint
 
checkIdleTimeout() - 类 中的方法org.eclipse.jetty.io.IdleTimeout
 
checkPathsWithUncoveredHttpMethods() - 接口 中的方法org.eclipse.jetty.security.ConstraintAware
See Servlet Spec 31, sec 13.8.4, pg 145 Container must check if there are urls with uncovered http methods
checkPathsWithUncoveredHttpMethods() - 类 中的方法org.eclipse.jetty.security.ConstraintSecurityHandler
Servlet spec 3.1 pg. 147.
checkSecurity(Request) - 类 中的方法org.eclipse.jetty.security.SecurityHandler
 
checkUserDataPermissions(String, Request, Response, RoleInfo) - 类 中的方法org.eclipse.jetty.security.ConstraintSecurityHandler
 
checkUserDataPermissions(String, Request, Response, RoleInfo) - 类 中的方法org.eclipse.jetty.security.SecurityHandler
 
checkWebResourcePermissions(String, Request, Response, Object, UserIdentity) - 类 中的方法org.eclipse.jetty.security.ConstraintSecurityHandler
 
checkWebResourcePermissions(String, Request, Response, Object, UserIdentity) - 类 中的方法org.eclipse.jetty.security.SecurityHandler
 
clear() - 类 中的方法org.eclipse.jetty.io.ArrayByteBufferPool
 
clear() - 类 中的方法org.eclipse.jetty.io.ByteBufferPool.Bucket
 
clear() - 类 中的方法org.eclipse.jetty.io.MappedByteBufferPool
 
clear() - 类 中的方法org.eclipse.jetty.xml.XmlParser.Node
 
clearPassword() - 接口 中的方法org.eclipse.jetty.security.authentication.LoginCallback
 
clearPassword() - 类 中的方法org.eclipse.jetty.security.authentication.LoginCallbackImpl
 
clearTracking() - 类 中的方法org.eclipse.jetty.io.LeakTrackingByteBufferPool
 
ClientCertAuthenticator - org.eclipse.jetty.security.authentication中的类
 
ClientCertAuthenticator() - 类 的构造器org.eclipse.jetty.security.authentication.ClientCertAuthenticator
 
ClientConnectionFactory - org.eclipse.jetty.io中的接口
Factory for client-side Connection instances.
close() - 类 中的方法org.eclipse.jetty.io.AbstractConnection
 
close() - 类 中的方法org.eclipse.jetty.io.AbstractEndPoint
 
close(Throwable) - 类 中的方法org.eclipse.jetty.io.AbstractEndPoint
 
close() - 接口 中的方法org.eclipse.jetty.io.Connection
Performs a logical close of this connection.
close() - 接口 中的方法org.eclipse.jetty.io.EndPoint
Close any backing stream associated with the endpoint
close() - 类 中的方法org.eclipse.jetty.io.NegotiatingClientConnection
 
close() - 类 中的方法org.eclipse.jetty.io.ssl.SslConnection
 
close() - 类 中的方法org.eclipse.jetty.io.WriterOutputStream
 
closed(Socket) - 类 中的方法org.eclipse.jetty.io.NetworkTrafficListener.Adapter
 
closed(Socket) - 接口 中的方法org.eclipse.jetty.io.NetworkTrafficListener
Callback method invoked when a connection to a remote client has been closed.
closeTag() - 类 中的方法org.eclipse.jetty.xml.XmlAppendable
 
com.blade.embedd - 程序包 com.blade.embedd
 
combine(RoleInfo) - 类 中的方法org.eclipse.jetty.security.RoleInfo
 
combine(UserDataConstraint) - 枚举 中的方法org.eclipse.jetty.security.UserDataConstraint
 
completed() - 类 中的方法org.eclipse.jetty.io.NegotiatingClientConnection
 
completeWrite() - 类 中的方法org.eclipse.jetty.io.WriteFlusher
Complete a write that has not completed and that called WriteFlusher.onIncompleteFlush() to request a call to this method when a call to EndPoint.flush(ByteBuffer...) is likely to be able to progress.
ConfigurationProcessor - org.eclipse.jetty.xml中的接口
A ConfigurationProcessor for non XmlConfiguration format files.
ConfigurationProcessorFactory - org.eclipse.jetty.xml中的接口
 
configure(Object) - 接口 中的方法org.eclipse.jetty.xml.ConfigurationProcessor
 
configure() - 接口 中的方法org.eclipse.jetty.xml.ConfigurationProcessor
 
configure(Object) - 类 中的方法org.eclipse.jetty.xml.XmlConfiguration
Applies the XML configuration script to the given object.
configure() - 类 中的方法org.eclipse.jetty.xml.XmlConfiguration
Applies the XML configuration script.
configureRoleInfo(RoleInfo, ConstraintMapping) - 类 中的方法org.eclipse.jetty.security.ConstraintSecurityHandler
Initialize or update the RoleInfo from the constraint
connect(SelectableChannel, Object) - 类 中的方法org.eclipse.jetty.io.SelectorManager
Registers a channel to perform a non-blocking connect.
connectDatabase() - 类 中的方法org.eclipse.jetty.security.JDBCLoginService
(re)Connect to database with parameters setup by loadConfig()
Connection - org.eclipse.jetty.io中的接口
A Connection is associated to an EndPoint so that I/O events happening on the EndPoint can be processed by the Connection.
Connection.Listener - org.eclipse.jetty.io中的接口
A Listener for connection events.
Connection.Listener.Adapter - org.eclipse.jetty.io中的类
 
Connection.UpgradeFrom - org.eclipse.jetty.io中的接口
 
Connection.UpgradeTo - org.eclipse.jetty.io中的接口
 
connectionClosed(Connection) - 类 中的方法org.eclipse.jetty.io.SelectorManager
Callback method invoked when a connection is closed.
connectionFailed(SelectableChannel, Throwable, Object) - 类 中的方法org.eclipse.jetty.io.SelectorManager
Callback method invoked when a non-blocking connect cannot be completed.
connectionOpened(Connection) - 类 中的方法org.eclipse.jetty.io.SelectorManager
Callback method invoked when a connection is opened.
ConnectionStatistics - org.eclipse.jetty.io中的类
A Connection.Listener that tracks connection statistics.
ConnectionStatistics() - 类 的构造器org.eclipse.jetty.io.ConnectionStatistics
 
CONNECTOR_CONTEXT_KEY - 接口 中的静态变量org.eclipse.jetty.io.ClientConnectionFactory
 
ConstraintAware - org.eclipse.jetty.security中的接口
 
ConstraintMapping - org.eclipse.jetty.security中的类
 
ConstraintMapping() - 类 的构造器org.eclipse.jetty.security.ConstraintMapping
 
ConstraintSecurityHandler - org.eclipse.jetty.security中的类
ConstraintSecurityHandler Handler to enforce SecurityConstraints.
ConstraintSecurityHandler() - 类 的构造器org.eclipse.jetty.security.ConstraintSecurityHandler
 
content(String) - 类 中的方法org.eclipse.jetty.xml.XmlAppendable
 
createConstraint() - 类 中的静态方法org.eclipse.jetty.security.ConstraintSecurityHandler
 
createConstraint(Constraint) - 类 中的静态方法org.eclipse.jetty.security.ConstraintSecurityHandler
 
createConstraint(String, boolean, String[], int) - 类 中的静态方法org.eclipse.jetty.security.ConstraintSecurityHandler
Create a security constraint
createConstraint(String, HttpConstraintElement) - 类 中的静态方法org.eclipse.jetty.security.ConstraintSecurityHandler
Create a Constraint
createConstraint(String, String[], ServletSecurity.EmptyRoleSemantic, ServletSecurity.TransportGuarantee) - 类 中的静态方法org.eclipse.jetty.security.ConstraintSecurityHandler
Create Constraint
createConstraintsWithMappingsForPath(String, String, ServletSecurityElement) - 类 中的静态方法org.eclipse.jetty.security.ConstraintSecurityHandler
Generate Constraints and ContraintMappings for the given url pattern and ServletSecurityElement
customize(Connection, Map<String, Object>) - 接口 中的方法org.eclipse.jetty.io.ClientConnectionFactory
 
customize(Connection, Map<String, Object>) - 类 中的方法org.eclipse.jetty.io.ssl.SslClientConnectionFactory
 

D

declaredRolesContains(String) - 类 中的方法org.eclipse.jetty.security.AbstractUserAuthentication
 
DecryptedEndPoint() - 类 的构造器org.eclipse.jetty.io.ssl.SslConnection.DecryptedEndPoint
 
DEFAULT_CONNECT_TIMEOUT - 类 中的静态变量org.eclipse.jetty.io.SelectorManager
 
DefaultAuthenticatorFactory - org.eclipse.jetty.security中的类
The Default Authenticator Factory.
DefaultAuthenticatorFactory() - 类 的构造器org.eclipse.jetty.security.DefaultAuthenticatorFactory
 
DefaultIdentityService - org.eclipse.jetty.security中的类
Default Identity Service implementation.
DefaultIdentityService() - 类 的构造器org.eclipse.jetty.security.DefaultIdentityService
 
DefaultUserIdentity - org.eclipse.jetty.security中的类
The default implementation of UserIdentity.
DefaultUserIdentity(Subject, Principal, String[]) - 类 的构造器org.eclipse.jetty.security.DefaultUserIdentity
 
DeferredAuthentication - org.eclipse.jetty.security.authentication中的类
 
DeferredAuthentication(LoginAuthenticator) - 类 的构造器org.eclipse.jetty.security.authentication.DeferredAuthentication
 
destroyEndPoint(EndPoint) - 类 中的方法org.eclipse.jetty.io.ManagedSelector
 
DigestAuthenticator - org.eclipse.jetty.security.authentication中的类
The nonce max age in ms can be set with the SecurityHandler.setInitParameter(String, String) using the name "maxNonceAge".
DigestAuthenticator() - 类 的构造器org.eclipse.jetty.security.authentication.DigestAuthenticator
 
disassociate(Object) - 类 中的方法org.eclipse.jetty.security.DefaultIdentityService
 
disassociate(Object) - 接口 中的方法org.eclipse.jetty.security.IdentityService
Disassociate the user identity from the current thread and restore previous identity.
doAccept(SelectableChannel) - 类 中的方法org.eclipse.jetty.io.SelectorManager
 
doClose() - 类 中的方法org.eclipse.jetty.io.AbstractEndPoint
 
doClose() - 类 中的方法org.eclipse.jetty.io.ByteArrayEndPoint
 
doClose() - 类 中的方法org.eclipse.jetty.io.ChannelEndPoint
 
doClose() - 类 中的方法org.eclipse.jetty.io.ssl.SslConnection.DecryptedEndPoint
 
doFinishConnect(SelectableChannel) - 类 中的方法org.eclipse.jetty.io.SelectorManager
 
doShutdownInput() - 类 中的方法org.eclipse.jetty.io.AbstractEndPoint
 
doShutdownOutput() - 类 中的方法org.eclipse.jetty.io.AbstractEndPoint
 
doShutdownOutput() - 类 中的方法org.eclipse.jetty.io.ByteArrayEndPoint
 
doShutdownOutput() - 类 中的方法org.eclipse.jetty.io.SocketChannelEndPoint
 
doShutdownOutput() - 类 中的方法org.eclipse.jetty.io.ssl.SslConnection.DecryptedEndPoint
 
doStart() - 类 中的方法org.eclipse.jetty.io.ConnectionStatistics
 
doStart() - 类 中的方法org.eclipse.jetty.io.ManagedSelector
 
doStart() - 类 中的方法org.eclipse.jetty.io.SelectorManager
 
doStart() - 类 中的方法org.eclipse.jetty.security.ConstraintSecurityHandler
 
doStart() - 类 中的方法org.eclipse.jetty.security.HashLoginService
 
doStart() - 类 中的方法org.eclipse.jetty.security.JDBCLoginService
 
doStart() - 类 中的方法org.eclipse.jetty.security.PropertyUserStore
Depending on the value of the refresh interval, this method will either start up a scanner thread that will monitor the properties file for changes after it has initially loaded it.
doStart() - 类 中的方法org.eclipse.jetty.security.SecurityHandler
 
doStart() - 类 中的方法org.eclipse.jetty.security.SpnegoLoginService
 
doStop() - 类 中的方法org.eclipse.jetty.io.ManagedSelector
 
doStop() - 类 中的方法org.eclipse.jetty.io.SelectorManager
 
doStop() - 类 中的方法org.eclipse.jetty.security.ConstraintSecurityHandler
 
doStop() - 类 中的方法org.eclipse.jetty.security.HashLoginService
 
doStop() - 类 中的方法org.eclipse.jetty.security.JDBCLoginService
 
doStop() - 类 中的方法org.eclipse.jetty.security.PropertyUserStore
 
doStop() - 类 中的方法org.eclipse.jetty.security.SecurityHandler
 
dump() - 类 中的方法org.eclipse.jetty.io.ConnectionStatistics
 
dump(Appendable, String) - 类 中的方法org.eclipse.jetty.io.ConnectionStatistics
 
dump() - 类 中的方法org.eclipse.jetty.io.ManagedSelector
 
dump(Appendable, String) - 类 中的方法org.eclipse.jetty.io.ManagedSelector
 
dump(Appendable, String) - 类 中的方法org.eclipse.jetty.security.ConstraintSecurityHandler
 

E

EmbedJettyServer - com.blade.embedd中的类
Blade Jetty Server
EmbedJettyServer() - 类 的构造器com.blade.embedd.EmbedJettyServer
 
EndPoint - org.eclipse.jetty.io中的接口
A transport EndPoint Asynchronous Methods The asynchronous scheduling methods of EndPoint has been influenced by NIO.2 Futures and Completion handlers, but does not use those actual interfaces because they have some inefficiencies.
endPointClosed(EndPoint) - 类 中的方法org.eclipse.jetty.io.SelectorManager
Callback method invoked when an endpoint is closed.
endPointOpened(EndPoint) - 类 中的方法org.eclipse.jetty.io.SelectorManager
Callback method invoked when an endpoint is opened.
EofException - org.eclipse.jetty.io中的异常错误
A Jetty specialization of EOFException.
EofException() - 异常错误 的构造器org.eclipse.jetty.io.EofException
 
EofException(String) - 异常错误 的构造器org.eclipse.jetty.io.EofException
 
EofException(Throwable) - 异常错误 的构造器org.eclipse.jetty.io.EofException
 
Event(Object) - 类 的构造器org.eclipse.jetty.io.ssl.SslHandshakeListener.Event
 
execute(Runnable) - 类 中的方法org.eclipse.jetty.io.ByteArrayEndPoint
 
execute(Runnable) - 类 中的方法org.eclipse.jetty.io.SelectorManager
Executes the given task in a different thread.

F

failedCallback(Callback, Throwable) - 类 中的方法org.eclipse.jetty.io.AbstractConnection
 
fill(ByteBuffer) - 类 中的方法org.eclipse.jetty.io.ByteArrayEndPoint
 
fill(ByteBuffer) - 类 中的方法org.eclipse.jetty.io.ChannelEndPoint
 
fill(ByteBuffer) - 接口 中的方法org.eclipse.jetty.io.EndPoint
Fill the passed buffer with data from this endpoint.
fill(ByteBuffer) - 类 中的方法org.eclipse.jetty.io.NetworkTrafficSelectChannelEndPoint
 
fill(ByteBuffer) - 类 中的方法org.eclipse.jetty.io.ssl.SslConnection.DecryptedEndPoint
 
fillable() - 类 中的方法org.eclipse.jetty.io.FillInterest
Call to signal that a read is now possible.
FillInterest - org.eclipse.jetty.io中的类
A Utility class to help implement EndPoint.fillInterested(Callback) by keeping state and calling the context and callback objects.
FillInterest() - 类 的构造器org.eclipse.jetty.io.FillInterest
 
fillInterested() - 类 中的方法org.eclipse.jetty.io.AbstractConnection
Utility method to be called to register read interest.
fillInterested(Callback) - 类 中的方法org.eclipse.jetty.io.AbstractEndPoint
 
fillInterested(Callback) - 接口 中的方法org.eclipse.jetty.io.EndPoint
Requests callback methods to be invoked when a call to EndPoint.fill(ByteBuffer) would return data or EOF.
findIdentityService() - 类 中的方法org.eclipse.jetty.security.SecurityHandler
 
findLoginService() - 类 中的方法org.eclipse.jetty.security.SecurityHandler
 
flush(ByteBuffer...) - 类 中的方法org.eclipse.jetty.io.ByteArrayEndPoint
 
flush(ByteBuffer...) - 类 中的方法org.eclipse.jetty.io.ChannelEndPoint
 
flush(ByteBuffer...) - 接口 中的方法org.eclipse.jetty.io.EndPoint
Flush data from the passed header/buffer to this endpoint.
flush(ByteBuffer...) - 类 中的方法org.eclipse.jetty.io.NetworkTrafficSelectChannelEndPoint
 
flush(ByteBuffer...) - 类 中的方法org.eclipse.jetty.io.ssl.SslConnection.DecryptedEndPoint
 
flush(ByteBuffer[]) - 类 中的方法org.eclipse.jetty.io.WriteFlusher
Flushes the buffers iteratively until no progress is made.
flush() - 类 中的方法org.eclipse.jetty.io.WriterOutputStream
 
FormAuthentication(String, UserIdentity) - 类 的构造器org.eclipse.jetty.security.authentication.FormAuthenticator.FormAuthentication
 
FormAuthenticator - org.eclipse.jetty.security.authentication中的类
FORM Authenticator.
FormAuthenticator() - 类 的构造器org.eclipse.jetty.security.authentication.FormAuthenticator
 
FormAuthenticator(String, String, boolean) - 类 的构造器org.eclipse.jetty.security.authentication.FormAuthenticator
 
FormAuthenticator.FormAuthentication - org.eclipse.jetty.security.authentication中的类
This Authentication represents a just completed Form authentication.
FormAuthenticator.FormRequest - org.eclipse.jetty.security.authentication中的类
 
FormAuthenticator.FormResponse - org.eclipse.jetty.security.authentication中的类
 
FormRequest(HttpServletRequest) - 类 的构造器org.eclipse.jetty.security.authentication.FormAuthenticator.FormRequest
 
FormResponse(HttpServletResponse) - 类 的构造器org.eclipse.jetty.security.authentication.FormAuthenticator.FormResponse
 

G

get(int) - 枚举 中的静态方法org.eclipse.jetty.security.UserDataConstraint
 
get(int) - 类 中的方法org.eclipse.jetty.xml.XmlParser.Node
Get the ith child node or content.
get(String) - 类 中的方法org.eclipse.jetty.xml.XmlParser.Node
Get the first child node with the tag.
getAlwaysSaveUri() - 类 中的方法org.eclipse.jetty.security.authentication.FormAuthenticator
 
getAttribute(String) - 类 中的方法org.eclipse.jetty.xml.XmlParser.Node
Get an element attribute.
getAttribute(String, String) - 类 中的方法org.eclipse.jetty.xml.XmlParser.Node
Get an element attribute.
getAttributes() - 类 中的方法org.eclipse.jetty.xml.XmlParser.Node
Get an array of element attributes.
getAuthenticator(Server, ServletContext, Authenticator.AuthConfiguration, IdentityService, LoginService) - 接口 中的方法org.eclipse.jetty.security.Authenticator.Factory
 
getAuthenticator(Server, ServletContext, Authenticator.AuthConfiguration, IdentityService, LoginService) - 类 中的方法org.eclipse.jetty.security.DefaultAuthenticatorFactory
 
getAuthenticator() - 类 中的方法org.eclipse.jetty.security.SecurityHandler
 
getAuthenticatorFactory() - 类 中的方法org.eclipse.jetty.security.SecurityHandler
 
getAuthMethod() - 类 中的方法org.eclipse.jetty.security.AbstractUserAuthentication
 
getAuthMethod() - 类 中的方法org.eclipse.jetty.security.authentication.BasicAuthenticator
 
getAuthMethod() - 类 中的方法org.eclipse.jetty.security.authentication.ClientCertAuthenticator
 
getAuthMethod() - 类 中的方法org.eclipse.jetty.security.authentication.DigestAuthenticator
 
getAuthMethod() - 类 中的方法org.eclipse.jetty.security.authentication.FormAuthenticator
 
getAuthMethod() - 类 中的方法org.eclipse.jetty.security.authentication.SpnegoAuthenticator
 
getAuthMethod() - 接口 中的方法org.eclipse.jetty.security.Authenticator.AuthConfiguration
 
getAuthMethod() - 接口 中的方法org.eclipse.jetty.security.Authenticator
 
getAuthMethod() - 类 中的方法org.eclipse.jetty.security.SecurityHandler
 
getByteBuffers() - 类 中的方法org.eclipse.jetty.io.ByteBufferPool.Lease
 
getBytesIn() - 类 中的方法org.eclipse.jetty.io.AbstractConnection
 
getBytesIn() - 接口 中的方法org.eclipse.jetty.io.Connection
 
getBytesOut() - 类 中的方法org.eclipse.jetty.io.AbstractConnection
 
getBytesOut() - 接口 中的方法org.eclipse.jetty.io.Connection
 
getCallbackInvocationType() - 类 中的方法org.eclipse.jetty.io.FillInterest
 
getCallbackInvocationType() - 类 中的方法org.eclipse.jetty.io.WriteFlusher
 
getChannel() - 类 中的方法org.eclipse.jetty.io.ChannelEndPoint
 
getClientConnectionFactory() - 类 中的方法org.eclipse.jetty.io.NegotiatingClientConnectionFactory
 
getConfig() - 类 中的方法org.eclipse.jetty.security.HashLoginService
 
getConfig(String) - 类 中的方法org.eclipse.jetty.security.HashLoginService
 
getConfig() - 类 中的方法org.eclipse.jetty.security.JDBCLoginService
 
getConfig() - 类 中的方法org.eclipse.jetty.security.PropertyUserStore
已过时。
getConfig() - 类 中的方法org.eclipse.jetty.security.SpnegoLoginService
 
getConfigPath() - 类 中的方法org.eclipse.jetty.security.PropertyUserStore
Get the Config Path reference.
getConfigResource() - 类 中的方法org.eclipse.jetty.security.HashLoginService
 
getConfigResource() - 类 中的方法org.eclipse.jetty.security.PropertyUserStore
 
getConfigurationProcessor(String, String) - 接口 中的方法org.eclipse.jetty.xml.ConfigurationProcessorFactory
 
getConnection() - 类 中的方法org.eclipse.jetty.io.AbstractEndPoint
 
getConnection() - 接口 中的方法org.eclipse.jetty.io.EndPoint
 
getConnectionDurationMax() - 类 中的方法org.eclipse.jetty.io.ConnectionStatistics
 
getConnectionDurationMean() - 类 中的方法org.eclipse.jetty.io.ConnectionStatistics
 
getConnectionDurationStdDev() - 类 中的方法org.eclipse.jetty.io.ConnectionStatistics
 
getConnections() - 类 中的方法org.eclipse.jetty.io.ConnectionStatistics
 
getConnectionsMax() - 类 中的方法org.eclipse.jetty.io.ConnectionStatistics
 
getConnectionsTotal() - 类 中的方法org.eclipse.jetty.io.ConnectionStatistics
 
getConnectTimeout() - 类 中的方法org.eclipse.jetty.io.SelectorManager
Get the connect timeout
getConstraint() - 类 中的方法org.eclipse.jetty.security.ConstraintMapping
 
getConstraintMappings() - 接口 中的方法org.eclipse.jetty.security.ConstraintAware
 
getConstraintMappings() - 类 中的方法org.eclipse.jetty.security.ConstraintSecurityHandler
 
getConstraintMappingsForPath(String, List<ConstraintMapping>) - 类 中的静态方法org.eclipse.jetty.security.ConstraintSecurityHandler
 
getCreatedTimeStamp() - 类 中的方法org.eclipse.jetty.io.AbstractConnection
 
getCreatedTimeStamp() - 类 中的方法org.eclipse.jetty.io.AbstractEndPoint
 
getCreatedTimeStamp() - 接口 中的方法org.eclipse.jetty.io.Connection
 
getCreatedTimeStamp() - 接口 中的方法org.eclipse.jetty.io.EndPoint
 
getCredential() - 接口 中的方法org.eclipse.jetty.security.authentication.LoginCallback
 
getCredential() - 类 中的方法org.eclipse.jetty.security.authentication.LoginCallbackImpl
 
getCrlPath() - 类 中的方法org.eclipse.jetty.security.authentication.ClientCertAuthenticator
Get the crlPath.
getCurrentSecurityHandler() - 类 中的静态方法org.eclipse.jetty.security.SecurityHandler
 
getDateHeader(String) - 类 中的方法org.eclipse.jetty.security.authentication.FormAuthenticator.FormRequest
 
getDecryptedEndPoint() - 类 中的方法org.eclipse.jetty.io.ssl.SslConnection
 
getDTD() - 类 中的方法org.eclipse.jetty.xml.XmlParser
 
getEncodedToken() - 类 中的方法org.eclipse.jetty.security.SpnegoUserPrincipal
 
getEndPoint() - 类 中的方法org.eclipse.jetty.io.AbstractConnection
 
getEndPoint() - 接口 中的方法org.eclipse.jetty.io.Connection
 
getExecutor() - 类 中的方法org.eclipse.jetty.io.AbstractConnection
 
getExecutor() - 类 中的方法org.eclipse.jetty.io.SelectorManager
 
getFillInterest() - 类 中的方法org.eclipse.jetty.io.AbstractEndPoint
 
getHeader(String) - 类 中的方法org.eclipse.jetty.security.authentication.FormAuthenticator.FormRequest
 
getHeaderNames() - 类 中的方法org.eclipse.jetty.security.authentication.FormAuthenticator.FormRequest
 
getHeaders(String) - 类 中的方法org.eclipse.jetty.security.authentication.FormAuthenticator.FormRequest
 
getIdentityService() - 类 中的方法org.eclipse.jetty.security.AbstractLoginService
 
getIdentityService() - 接口 中的方法org.eclipse.jetty.security.Authenticator.AuthConfiguration
 
getIdentityService() - 接口 中的方法org.eclipse.jetty.security.LoginService
Get the IdentityService associated with this Login Service.
getIdentityService() - 类 中的方法org.eclipse.jetty.security.SecurityHandler
Get the identityService.
getIdentityService() - 类 中的方法org.eclipse.jetty.security.SpnegoLoginService
 
getIdleFor() - 类 中的方法org.eclipse.jetty.io.IdleTimeout
 
getIdleTimeout() - 接口 中的方法org.eclipse.jetty.io.EndPoint
Get the max idle time in ms.
getIdleTimeout() - 类 中的方法org.eclipse.jetty.io.IdleTimeout
 
getIdleTimeout() - 类 中的方法org.eclipse.jetty.io.ssl.SslConnection.DecryptedEndPoint
 
getIdleTimestamp() - 类 中的方法org.eclipse.jetty.io.IdleTimeout
 
getIdMap() - 类 中的方法org.eclipse.jetty.xml.XmlConfiguration
Get the map of ID String to Objects that is used to hold and lookup any objects by ID.
getInitParameter(String) - 接口 中的方法org.eclipse.jetty.security.Authenticator.AuthConfiguration
Get a SecurityHandler init parameter
getInitParameter(String) - 类 中的方法org.eclipse.jetty.security.SecurityHandler
 
getInitParameterNames() - 接口 中的方法org.eclipse.jetty.security.Authenticator.AuthConfiguration
Get a SecurityHandler init parameter names
getInitParameterNames() - 类 中的方法org.eclipse.jetty.security.SecurityHandler
 
getInputBufferSize() - 类 中的方法org.eclipse.jetty.io.AbstractConnection
 
getKeyStore(InputStream, String, String, String, String) - 类 中的方法org.eclipse.jetty.security.authentication.ClientCertAuthenticator
已过时。
getKeyStore(String, String, String, String) - 类 中的方法org.eclipse.jetty.security.authentication.ClientCertAuthenticator
Loads keystore using an input stream or a file path in the same order of precedence.
getLeakedAcquires() - 类 中的方法org.eclipse.jetty.io.LeakTrackingByteBufferPool
 
getLeakedReleases() - 类 中的方法org.eclipse.jetty.io.LeakTrackingByteBufferPool
 
getLeakedResources() - 类 中的方法org.eclipse.jetty.io.LeakTrackingByteBufferPool
 
getLocalAddress() - 类 中的方法org.eclipse.jetty.io.ByteArrayEndPoint
 
getLocalAddress() - 接口 中的方法org.eclipse.jetty.io.EndPoint
 
getLocalAddress() - 类 中的方法org.eclipse.jetty.io.SocketChannelEndPoint
 
getLocalAddress() - 类 中的方法org.eclipse.jetty.io.ssl.SslConnection.DecryptedEndPoint
 
getLoginService() - 类 中的方法org.eclipse.jetty.security.authentication.LoginAuthenticator
 
getLoginService() - 接口 中的方法org.eclipse.jetty.security.Authenticator.AuthConfiguration
 
getLoginService() - 类 中的方法org.eclipse.jetty.security.DefaultAuthenticatorFactory
 
getLoginService() - 类 中的方法org.eclipse.jetty.security.SecurityHandler
Get the loginService.
getMaxCertPathLength() - 类 中的方法org.eclipse.jetty.security.authentication.ClientCertAuthenticator
 
getMaxNonceAge() - 类 中的方法org.eclipse.jetty.security.authentication.DigestAuthenticator
 
getMaxNonceCount() - 类 中的方法org.eclipse.jetty.security.authentication.DigestAuthenticator
 
getMessagesIn() - 类 中的方法org.eclipse.jetty.io.AbstractConnection
 
getMessagesIn() - 接口 中的方法org.eclipse.jetty.io.Connection
 
getMessagesOut() - 类 中的方法org.eclipse.jetty.io.AbstractConnection
 
getMessagesOut() - 接口 中的方法org.eclipse.jetty.io.Connection
 
getMethod() - 类 中的方法org.eclipse.jetty.security.ConstraintMapping
 
getMethodOmissions() - 类 中的方法org.eclipse.jetty.security.ConstraintMapping
 
getName() - 类 中的方法org.eclipse.jetty.security.AbstractLoginService
 
getName() - 类 中的方法org.eclipse.jetty.security.AbstractLoginService.RolePrincipal
 
getName() - 类 中的方法org.eclipse.jetty.security.AbstractLoginService.UserPrincipal
 
getName() - 接口 中的方法org.eclipse.jetty.security.LoginService
 
getName() - 类 中的方法org.eclipse.jetty.security.SecurityHandler.NotChecked
 
getName() - 类 中的方法org.eclipse.jetty.security.SpnegoLoginService
 
getName() - 类 中的方法org.eclipse.jetty.security.SpnegoUserPrincipal
 
getName() - 类 中的方法org.eclipse.jetty.xml.XmlParser.Attribute
 
getOcspResponderURL() - 类 中的方法org.eclipse.jetty.security.authentication.ClientCertAuthenticator
 
getOmittedMethods(String) - 类 中的方法org.eclipse.jetty.security.ConstraintSecurityHandler
Given a string of the form <method>.
getOutput() - 类 中的方法org.eclipse.jetty.io.ByteArrayEndPoint
 
getOutputString() - 类 中的方法org.eclipse.jetty.io.ByteArrayEndPoint
 
getOutputString(Charset) - 类 中的方法org.eclipse.jetty.io.ByteArrayEndPoint
 
getParent() - 类 中的方法org.eclipse.jetty.xml.XmlParser.Node
 
getPath() - 类 中的方法org.eclipse.jetty.xml.XmlParser.Node
 
getPathSpec() - 类 中的方法org.eclipse.jetty.security.ConstraintMapping
 
getPathsWithUncoveredHttpMethods() - 类 中的方法org.eclipse.jetty.security.ConstraintSecurityHandler
Servlet spec 3.1 pg. 147.
getPreviousAssociation() - 类 中的方法org.eclipse.jetty.security.authentication.DeferredAuthentication
 
getProperties() - 类 中的方法org.eclipse.jetty.xml.XmlConfiguration
Get the map of properties used by the Property XML element to parameterise configuration.
getRealmName() - 接口 中的方法org.eclipse.jetty.security.Authenticator.AuthConfiguration
 
getRealmName() - 类 中的方法org.eclipse.jetty.security.SecurityHandler
 
getReceivedBytes() - 类 中的方法org.eclipse.jetty.io.ConnectionStatistics
 
getReceivedBytesRate() - 类 中的方法org.eclipse.jetty.io.ConnectionStatistics
 
getReceivedMessages() - 类 中的方法org.eclipse.jetty.io.ConnectionStatistics
 
getReceivedMessagesRate() - 类 中的方法org.eclipse.jetty.io.ConnectionStatistics
 
getRemoteAddress() - 类 中的方法org.eclipse.jetty.io.ByteArrayEndPoint
 
getRemoteAddress() - 接口 中的方法org.eclipse.jetty.io.EndPoint
 
getRemoteAddress() - 类 中的方法org.eclipse.jetty.io.SocketChannelEndPoint
 
getRemoteAddress() - 类 中的方法org.eclipse.jetty.io.ssl.SslConnection.DecryptedEndPoint
 
getRoles() - 接口 中的方法org.eclipse.jetty.security.authentication.LoginCallback
 
getRoles() - 类 中的方法org.eclipse.jetty.security.authentication.LoginCallbackImpl
 
getRoles() - 接口 中的方法org.eclipse.jetty.security.ConstraintAware
 
getRoles() - 类 中的方法org.eclipse.jetty.security.ConstraintSecurityHandler
 
getRoles() - 类 中的方法org.eclipse.jetty.security.RoleInfo
 
getRunAsRole() - 类 中的方法org.eclipse.jetty.security.RoleRunAsToken
 
getScheduler() - 类 中的方法org.eclipse.jetty.io.IdleTimeout
 
getScheduler() - 类 中的方法org.eclipse.jetty.io.SelectorManager
 
getSecurityHandler() - 类 中的方法org.eclipse.jetty.security.SecurityHandler.NotChecked
 
getSelector() - 类 中的方法org.eclipse.jetty.io.ManagedSelector
 
getSelectorCount() - 类 中的方法org.eclipse.jetty.io.SelectorManager
 
getSentBytes() - 类 中的方法org.eclipse.jetty.io.ConnectionStatistics
 
getSentBytesRate() - 类 中的方法org.eclipse.jetty.io.ConnectionStatistics
 
getSentMessages() - 类 中的方法org.eclipse.jetty.io.ConnectionStatistics
 
getSentMessagesRate() - 类 中的方法org.eclipse.jetty.io.ConnectionStatistics
 
getSize() - 类 中的方法org.eclipse.jetty.io.ByteBufferPool.Lease
 
getSocket() - 类 中的方法org.eclipse.jetty.io.SocketChannelEndPoint
 
getSslConnection() - 类 中的方法org.eclipse.jetty.io.ssl.SslConnection.DecryptedEndPoint
 
getSSLEngine() - 类 中的方法org.eclipse.jetty.io.NegotiatingClientConnection
 
getSSLEngine() - 类 中的方法org.eclipse.jetty.io.ssl.SslConnection
 
getSSLEngine() - 类 中的方法org.eclipse.jetty.io.ssl.SslHandshakeListener.Event
 
getString(String, boolean, boolean) - 类 中的方法org.eclipse.jetty.xml.XmlParser.Node
Get a tag as a string.
getSubject() - 接口 中的方法org.eclipse.jetty.security.authentication.LoginCallback
 
getSubject() - 类 中的方法org.eclipse.jetty.security.authentication.LoginCallbackImpl
 
getSubject() - 类 中的方法org.eclipse.jetty.security.DefaultUserIdentity
 
getSubject() - 类 中的方法org.eclipse.jetty.security.SpnegoUserIdentity
 
getSystemUserIdentity() - 类 中的方法org.eclipse.jetty.security.DefaultIdentityService
 
getSystemUserIdentity() - 接口 中的方法org.eclipse.jetty.security.IdentityService
 
getTag() - 类 中的方法org.eclipse.jetty.xml.XmlParser.Node
 
getToken() - 类 中的方法org.eclipse.jetty.security.SpnegoUserPrincipal
 
getTotalLength() - 类 中的方法org.eclipse.jetty.io.ByteBufferPool.Lease
 
getTransport() - 类 中的方法org.eclipse.jetty.io.ByteArrayEndPoint
 
getTransport() - 类 中的方法org.eclipse.jetty.io.ChannelEndPoint
 
getTransport() - 接口 中的方法org.eclipse.jetty.io.EndPoint
 
getTransport() - 类 中的方法org.eclipse.jetty.io.ssl.SslConnection.DecryptedEndPoint
 
getTrustStore() - 类 中的方法org.eclipse.jetty.security.authentication.ClientCertAuthenticator
 
getTrustStoreProvider() - 类 中的方法org.eclipse.jetty.security.authentication.ClientCertAuthenticator
 
getTrustStoreType() - 类 中的方法org.eclipse.jetty.security.authentication.ClientCertAuthenticator
 
getUserDataConstraint() - 类 中的方法org.eclipse.jetty.security.RoleInfo
 
getUserIdentity() - 类 中的方法org.eclipse.jetty.security.AbstractUserAuthentication
 
getUserIdentity(String) - 类 中的方法org.eclipse.jetty.security.PropertyUserStore
 
getUserKey() - 类 中的方法org.eclipse.jetty.security.JDBCLoginService.JDBCUserPrincipal
 
getUserName() - 接口 中的方法org.eclipse.jetty.security.authentication.LoginCallback
 
getUserName() - 类 中的方法org.eclipse.jetty.security.authentication.LoginCallbackImpl
 
getUserPrincipal() - 接口 中的方法org.eclipse.jetty.security.authentication.LoginCallback
 
getUserPrincipal() - 类 中的方法org.eclipse.jetty.security.authentication.LoginCallbackImpl
 
getUserPrincipal() - 类 中的方法org.eclipse.jetty.security.DefaultUserIdentity
 
getUserPrincipal() - 类 中的方法org.eclipse.jetty.security.SpnegoUserIdentity
 
getValue() - 类 中的方法org.eclipse.jetty.xml.XmlParser.Attribute
 
getWriteFlusher() - 类 中的方法org.eclipse.jetty.io.AbstractEndPoint
 
getWriteFlusher() - 类 中的方法org.eclipse.jetty.io.ssl.SslConnection.DecryptedEndPoint
 
getXpath() - 类 中的方法org.eclipse.jetty.xml.XmlParser
 

H

handle(String, Request, HttpServletRequest, HttpServletResponse) - 类 中的方法org.eclipse.jetty.security.SecurityHandler
 
handshakeFailed(SslHandshakeListener.Event, Throwable) - 接口 中的方法org.eclipse.jetty.io.ssl.SslHandshakeListener
Callback method invoked when the TLS handshake fails.
handshakeSucceeded(SslHandshakeListener.Event) - 接口 中的方法org.eclipse.jetty.io.ssl.SslHandshakeListener
Callback method invoked when the TLS handshake succeeds.
HashLoginService - org.eclipse.jetty.security中的类
Properties User Realm.
HashLoginService() - 类 的构造器org.eclipse.jetty.security.HashLoginService
 
HashLoginService(String) - 类 的构造器org.eclipse.jetty.security.HashLoginService
 
HashLoginService(String, String) - 类 的构造器org.eclipse.jetty.security.HashLoginService
 
hasMore() - 类 中的方法org.eclipse.jetty.io.ByteArrayEndPoint
 
hotReload - 类 中的变量org.eclipse.jetty.security.HashLoginService
 
hotReload - 类 中的变量org.eclipse.jetty.security.PropertyUserStore
 
hotSwap(int, String) - 类 中的方法com.blade.embedd.EmbedJettyServer
 

I

IdentityService - org.eclipse.jetty.security中的接口
Associates UserIdentities from with threads and UserIdentity.Contexts.
IdleTimeout - org.eclipse.jetty.io中的类
An Abstract implementation of an Idle Timeout.
IdleTimeout(Scheduler) - 类 的构造器org.eclipse.jetty.io.IdleTimeout
 
incoming(Socket, ByteBuffer) - 类 中的方法org.eclipse.jetty.io.NetworkTrafficListener.Adapter
 
incoming(Socket, ByteBuffer) - 接口 中的方法org.eclipse.jetty.io.NetworkTrafficListener
Callback method invoked when bytes sent by a remote client arrived on the server.
init(URL, XmlParser.Node, XmlConfiguration) - 接口 中的方法org.eclipse.jetty.xml.ConfigurationProcessor
 
initializeDefaults(Object) - 类 中的方法org.eclipse.jetty.xml.XmlConfiguration
Initialize a new Object defaults.
insert(int, ByteBuffer, boolean) - 类 中的方法org.eclipse.jetty.io.ByteBufferPool.Lease
 
isAnyAuth() - 类 中的方法org.eclipse.jetty.security.RoleInfo
 
isAnyRole() - 类 中的方法org.eclipse.jetty.security.RoleInfo
 
isAuthMandatory(Request, Response, Object) - 类 中的方法org.eclipse.jetty.security.ConstraintSecurityHandler
 
isAuthMandatory(Request, Response, Object) - 类 中的方法org.eclipse.jetty.security.SecurityHandler
 
isChecked() - 类 中的方法org.eclipse.jetty.security.RoleInfo
 
isCheckWelcomeFiles() - 类 中的方法org.eclipse.jetty.security.SecurityHandler
 
isConnectionPending(SelectableChannel) - 类 中的方法org.eclipse.jetty.io.SelectorManager
 
isDeferred(HttpServletResponse) - 类 中的静态方法org.eclipse.jetty.security.authentication.DeferredAuthentication
 
isDenyUncoveredHttpMethods() - 接口 中的方法org.eclipse.jetty.security.ConstraintAware
 
isDenyUncoveredHttpMethods() - 类 中的方法org.eclipse.jetty.security.ConstraintSecurityHandler
 
isEnableCRLDP() - 类 中的方法org.eclipse.jetty.security.authentication.ClientCertAuthenticator
 
isEnableOCSP() - 类 中的方法org.eclipse.jetty.security.authentication.ClientCertAuthenticator
 
isFillInterested() - 类 中的方法org.eclipse.jetty.io.AbstractConnection
 
isFillInterested() - 类 中的方法org.eclipse.jetty.io.AbstractEndPoint
 
isFillInterested() - 接口 中的方法org.eclipse.jetty.io.EndPoint
 
isForbidden() - 类 中的方法org.eclipse.jetty.security.RoleInfo
 
isFullValidate() - 类 中的方法org.eclipse.jetty.security.AbstractLoginService
 
isGrowOutput() - 类 中的方法org.eclipse.jetty.io.ByteArrayEndPoint
 
isHotReload() - 类 中的方法org.eclipse.jetty.security.HashLoginService
Is hot reload enabled on this user store
isHotReload() - 类 中的方法org.eclipse.jetty.security.PropertyUserStore
Is hot reload enabled on this user store
isInProgress() - 类 中的方法org.eclipse.jetty.io.WriteFlusher
 
isInputShutdown() - 类 中的方法org.eclipse.jetty.io.AbstractEndPoint
 
isInputShutdown() - 接口 中的方法org.eclipse.jetty.io.EndPoint
Test if the input is shutdown.
isInputShutdown() - 类 中的方法org.eclipse.jetty.io.ssl.SslConnection.DecryptedEndPoint
 
isInterested() - 类 中的方法org.eclipse.jetty.io.FillInterest
 
isJSecurityCheck(String) - 类 中的方法org.eclipse.jetty.security.authentication.FormAuthenticator
 
isLoginOrErrorPage(String) - 类 中的方法org.eclipse.jetty.security.authentication.FormAuthenticator
 
isOpen() - 类 中的方法org.eclipse.jetty.io.AbstractEndPoint
 
isOpen() - 类 中的方法org.eclipse.jetty.io.ChannelEndPoint
 
isOpen() - 接口 中的方法org.eclipse.jetty.io.EndPoint
 
isOpen() - 类 中的方法org.eclipse.jetty.io.IdleTimeout
This abstract method should be called to check if idle timeouts should still be checked.
isOpen() - 类 中的方法org.eclipse.jetty.io.ssl.SslConnection.DecryptedEndPoint
 
isOptimizedForDirectBuffers() - 类 中的方法org.eclipse.jetty.io.AbstractEndPoint
 
isOptimizedForDirectBuffers() - 类 中的方法org.eclipse.jetty.io.ChannelEndPoint
 
isOptimizedForDirectBuffers() - 接口 中的方法org.eclipse.jetty.io.EndPoint
Is the endpoint optimized for DirectBuffer usage
isOutputShutdown() - 类 中的方法org.eclipse.jetty.io.AbstractEndPoint
 
isOutputShutdown() - 接口 中的方法org.eclipse.jetty.io.EndPoint
Test if output is shutdown.
isOutputShutdown() - 类 中的方法org.eclipse.jetty.io.ssl.SslConnection.DecryptedEndPoint
 
isRenegotiationAllowed() - 类 中的方法org.eclipse.jetty.io.ssl.SslConnection
 
isSessionRenewedOnAuthentication() - 接口 中的方法org.eclipse.jetty.security.Authenticator.AuthConfiguration
 
isSessionRenewedOnAuthentication() - 类 中的方法org.eclipse.jetty.security.SecurityHandler
 
isSuccess() - 接口 中的方法org.eclipse.jetty.security.authentication.LoginCallback
 
isSuccess() - 类 中的方法org.eclipse.jetty.security.authentication.LoginCallbackImpl
 
isUserInRole(UserIdentity.Scope, String) - 类 中的方法org.eclipse.jetty.security.AbstractUserAuthentication
 
isUserInRole(String, UserIdentity.Scope) - 类 中的方法org.eclipse.jetty.security.DefaultUserIdentity
 
isUserInRole(String, UserIdentity.Scope) - 类 中的方法org.eclipse.jetty.security.SpnegoUserIdentity
 
isValidateCerts() - 类 中的方法org.eclipse.jetty.security.authentication.ClientCertAuthenticator
 
isValidating() - 类 中的方法org.eclipse.jetty.xml.XmlParser
 
iterator(String) - 类 中的方法org.eclipse.jetty.xml.XmlParser.Node
Iterator over named child nodes.

J

JDBCLoginService - org.eclipse.jetty.security中的类
HashMapped User Realm with JDBC as data source.
JDBCLoginService() - 类 的构造器org.eclipse.jetty.security.JDBCLoginService
 
JDBCLoginService(String) - 类 的构造器org.eclipse.jetty.security.JDBCLoginService
 
JDBCLoginService(String, String) - 类 的构造器org.eclipse.jetty.security.JDBCLoginService
 
JDBCLoginService(String, IdentityService, String) - 类 的构造器org.eclipse.jetty.security.JDBCLoginService
 
JDBCLoginService.JDBCUserPrincipal - org.eclipse.jetty.security中的类
JDBCKnownUser
JDBCUserPrincipal(String, Credential, int) - 类 的构造器org.eclipse.jetty.security.JDBCLoginService.JDBCUserPrincipal
 
join() - 类 中的方法com.blade.embedd.EmbedJettyServer
 

L

leaked(LeakDetector<ByteBuffer>.LeakInfo) - 类 中的方法org.eclipse.jetty.io.LeakTrackingByteBufferPool
 
LeakTrackingByteBufferPool - org.eclipse.jetty.io中的类
 
LeakTrackingByteBufferPool(ByteBufferPool) - 类 的构造器org.eclipse.jetty.io.LeakTrackingByteBufferPool
 
Lease(ByteBufferPool) - 类 的构造器org.eclipse.jetty.io.ByteBufferPool.Lease
 
literal(String) - 类 中的方法org.eclipse.jetty.xml.XmlAppendable
 
loadCRL(String) - 类 中的方法org.eclipse.jetty.security.authentication.ClientCertAuthenticator
Loads certificate revocation list (CRL) from a file.
loadFilters(WebAppContext) - 类 中的方法com.blade.embedd.EmbedJettyServer
 
loadRoleInfo(AbstractLoginService.UserPrincipal) - 类 中的方法org.eclipse.jetty.security.AbstractLoginService
 
loadRoleInfo(AbstractLoginService.UserPrincipal) - 类 中的方法org.eclipse.jetty.security.HashLoginService
 
loadRoleInfo(AbstractLoginService.UserPrincipal) - 类 中的方法org.eclipse.jetty.security.JDBCLoginService
 
loadServlets(WebAppContext) - 类 中的方法com.blade.embedd.EmbedJettyServer
 
loadUserInfo(String) - 类 中的方法org.eclipse.jetty.security.AbstractLoginService
 
loadUserInfo(String) - 类 中的方法org.eclipse.jetty.security.HashLoginService
 
loadUserInfo(String) - 类 中的方法org.eclipse.jetty.security.JDBCLoginService
 
loadUsers() - 类 中的方法org.eclipse.jetty.security.PropertyUserStore
 
LOG - 类 中的静态变量org.eclipse.jetty.io.SelectorManager
 
login(String, Object, ServletRequest) - 类 中的方法org.eclipse.jetty.security.AbstractLoginService
 
login(String, Object, ServletRequest) - 类 中的方法org.eclipse.jetty.security.authentication.DeferredAuthentication
 
login(String, Object, ServletRequest) - 类 中的方法org.eclipse.jetty.security.authentication.DigestAuthenticator
 
login(String, Object, ServletRequest) - 类 中的方法org.eclipse.jetty.security.authentication.FormAuthenticator
 
login(String, Object, ServletRequest) - 类 中的方法org.eclipse.jetty.security.authentication.LoginAuthenticator
 
login(String, Object, ServletRequest) - 接口 中的方法org.eclipse.jetty.security.LoginService
Login a user.
login(String, Object, ServletRequest) - 类 中的方法org.eclipse.jetty.security.SpnegoLoginService
username will be null since the credentials will contain all the relevant info
LoginAuthenticator - org.eclipse.jetty.security.authentication中的类
 
LoginAuthenticator() - 类 的构造器org.eclipse.jetty.security.authentication.LoginAuthenticator
 
LoginCallback - org.eclipse.jetty.security.authentication中的接口
This is similar to the jaspi PasswordValidationCallback but includes user principal and group info as well.
LoginCallbackImpl - org.eclipse.jetty.security.authentication中的类
This is similar to the jaspi PasswordValidationCallback but includes user principal and group info as well.
LoginCallbackImpl(Subject, String, Object) - 类 的构造器org.eclipse.jetty.security.authentication.LoginCallbackImpl
 
LoginService - org.eclipse.jetty.security中的接口
Login Service Interface.
logout(UserIdentity) - 类 中的方法org.eclipse.jetty.security.AbstractLoginService
 
logout() - 类 中的方法org.eclipse.jetty.security.authentication.SessionAuthentication
 
logout(UserIdentity) - 接口 中的方法org.eclipse.jetty.security.LoginService
 
logout(Authentication.User) - 类 中的方法org.eclipse.jetty.security.SecurityHandler
 
logout(UserIdentity) - 类 中的方法org.eclipse.jetty.security.SpnegoLoginService
 
logout() - 类 中的方法org.eclipse.jetty.security.UserAuthentication
 

M

main(String...) - 类 中的静态方法org.eclipse.jetty.xml.XmlConfiguration
Run the XML configurations as a main application.
ManagedSelector - org.eclipse.jetty.io中的类
ManagedSelector wraps a Selector simplifying non-blocking operations on channels.
ManagedSelector(SelectorManager, int) - 类 的构造器org.eclipse.jetty.io.ManagedSelector
 
ManagedSelector.Selectable - org.eclipse.jetty.io中的接口
A ManagedSelector.Selectable is an EndPoint that wish to be notified of non-blocking events by the ManagedSelector.
MappedByteBufferPool - org.eclipse.jetty.io中的类
 
MappedByteBufferPool() - 类 的构造器org.eclipse.jetty.io.MappedByteBufferPool
 
MappedByteBufferPool(int) - 类 的构造器org.eclipse.jetty.io.MappedByteBufferPool
 
MappedByteBufferPool(int, int) - 类 的构造器org.eclipse.jetty.io.MappedByteBufferPool
 
MappedByteBufferPool(int, int, Function<Integer, ByteBufferPool.Bucket>) - 类 的构造器org.eclipse.jetty.io.MappedByteBufferPool
 
MappedByteBufferPool.Tagged - org.eclipse.jetty.io中的类
 

N

needsFillInterest() - 类 中的方法org.eclipse.jetty.io.AbstractEndPoint
 
needsFillInterest() - 类 中的方法org.eclipse.jetty.io.ByteArrayEndPoint
 
needsFillInterest() - 类 中的方法org.eclipse.jetty.io.ChannelEndPoint
 
needsFillInterest() - 类 中的方法org.eclipse.jetty.io.FillInterest
Register the read interest Abstract method to be implemented by the Specific ReadInterest to schedule a future call to FillInterest.fillable() or FillInterest.onFail(Throwable)
needsFillInterest() - 类 中的方法org.eclipse.jetty.io.ssl.SslConnection.DecryptedEndPoint
 
NegotiatingClientConnection - org.eclipse.jetty.io中的类
 
NegotiatingClientConnection(EndPoint, Executor, SSLEngine, ClientConnectionFactory, Map<String, Object>) - 类 的构造器org.eclipse.jetty.io.NegotiatingClientConnection
 
NegotiatingClientConnectionFactory - org.eclipse.jetty.io中的类
 
NegotiatingClientConnectionFactory(ClientConnectionFactory) - 类 的构造器org.eclipse.jetty.io.NegotiatingClientConnectionFactory
 
NetworkTrafficListener - org.eclipse.jetty.io中的接口
A listener for raw network traffic within Jetty.
NetworkTrafficListener.Adapter - org.eclipse.jetty.io中的类
A commodity class that implements NetworkTrafficListener with empty methods.
NetworkTrafficSelectChannelEndPoint - org.eclipse.jetty.io中的类
 
NetworkTrafficSelectChannelEndPoint(SocketChannel, ManagedSelector, SelectionKey, Scheduler, long, List<NetworkTrafficListener>) - 类 的构造器org.eclipse.jetty.io.NetworkTrafficSelectChannelEndPoint
 
newByteBuffer(int, boolean) - 接口 中的方法org.eclipse.jetty.io.ByteBufferPool
 
newByteBuffer(int, boolean) - 类 中的方法org.eclipse.jetty.io.MappedByteBufferPool.Tagged
 
newConnection(EndPoint, Map<String, Object>) - 接口 中的方法org.eclipse.jetty.io.ClientConnectionFactory
 
newConnection(SelectableChannel, EndPoint, Object) - 类 中的方法org.eclipse.jetty.io.SelectorManager
Factory method to create Connection.
newConnection(EndPoint, Map<String, Object>) - 类 中的方法org.eclipse.jetty.io.ssl.SslClientConnectionFactory
 
newDecryptedEndPoint() - 类 中的方法org.eclipse.jetty.io.ssl.SslConnection
 
newEndPoint(SelectableChannel, ManagedSelector, SelectionKey) - 类 中的方法org.eclipse.jetty.io.SelectorManager
Factory method to create EndPoint.
newNonce(Request) - 类 中的方法org.eclipse.jetty.security.authentication.DigestAuthenticator
 
newRunAsToken(String) - 类 中的方法org.eclipse.jetty.security.DefaultIdentityService
 
newRunAsToken(String) - 接口 中的方法org.eclipse.jetty.security.IdentityService
Create a new RunAsToken from a runAsName (normally a role).
newSelector(int) - 类 中的方法org.eclipse.jetty.io.SelectorManager
Factory method for ManagedSelector.
newSelector() - 类 中的方法org.eclipse.jetty.io.SelectorManager
 
newSslConnection(ByteBufferPool, Executor, EndPoint, SSLEngine) - 类 中的方法org.eclipse.jetty.io.ssl.SslClientConnectionFactory
 
newUserIdentity(Subject, Principal, String[]) - 类 中的方法org.eclipse.jetty.security.DefaultIdentityService
 
newUserIdentity(Subject, Principal, String[]) - 接口 中的方法org.eclipse.jetty.security.IdentityService
Create a new UserIdentity for use with this identity service.
NO_ROLES - 接口 中的静态变量org.eclipse.jetty.security.IdentityService
 
NotChecked() - 类 的构造器org.eclipse.jetty.security.SecurityHandler.NotChecked
 
notIdle() - 类 中的方法org.eclipse.jetty.io.IdleTimeout
This method should be called when non-idle activity has taken place.
notifyIncoming(ByteBuffer, int) - 类 中的方法org.eclipse.jetty.io.NetworkTrafficSelectChannelEndPoint
 
notifyOutgoing(ByteBuffer) - 类 中的方法org.eclipse.jetty.io.NetworkTrafficSelectChannelEndPoint
 

O

omissionsExist(String, Map<String, RoleInfo>) - 类 中的方法org.eclipse.jetty.security.ConstraintSecurityHandler
Check if any http method omissions exist in the list of method to auth info mappings.
onClose() - 类 中的方法org.eclipse.jetty.io.AbstractConnection
 
onClose(Throwable) - 类 中的方法org.eclipse.jetty.io.AbstractEndPoint
 
onClose() - 类 中的方法org.eclipse.jetty.io.AbstractEndPoint
 
onClose() - 类 中的方法org.eclipse.jetty.io.ChannelEndPoint
 
onClose() - 接口 中的方法org.eclipse.jetty.io.Connection
Callback method invoked when this connection is closed.
onClose() - 接口 中的方法org.eclipse.jetty.io.EndPoint
Callback method invoked when this EndPoint is close.
onClose() - 类 中的方法org.eclipse.jetty.io.FillInterest
 
onClose() - 类 中的方法org.eclipse.jetty.io.IdleTimeout
 
onClose() - 类 中的方法org.eclipse.jetty.io.NetworkTrafficSelectChannelEndPoint
 
onClose() - 类 中的方法org.eclipse.jetty.io.ssl.SslConnection
 
onClose() - 类 中的方法org.eclipse.jetty.io.WriteFlusher
 
onClosed(Connection) - 类 中的方法org.eclipse.jetty.io.Connection.Listener.Adapter
 
onClosed(Connection) - 接口 中的方法org.eclipse.jetty.io.Connection.Listener
 
onClosed(Connection) - 类 中的方法org.eclipse.jetty.io.ConnectionStatistics
 
onFail(Throwable) - 类 中的方法org.eclipse.jetty.io.FillInterest
Call to signal a failure to a registered interest
onFail(Throwable) - 类 中的方法org.eclipse.jetty.io.WriteFlusher
Notify the flusher of a failure
onFillable() - 类 中的方法org.eclipse.jetty.io.AbstractConnection
Callback method invoked when the endpoint is ready to be read.
onFillable() - 类 中的方法org.eclipse.jetty.io.NegotiatingClientConnection
 
onFillable() - 类 中的方法org.eclipse.jetty.io.ssl.SslConnection
 
onFillInterestedFailed(Throwable) - 类 中的方法org.eclipse.jetty.io.AbstractConnection
Callback method invoked when the endpoint failed to be ready to be read.
onFillInterestedFailed(Throwable) - 类 中的方法org.eclipse.jetty.io.ssl.SslConnection
 
onIdleExpired() - 类 中的方法org.eclipse.jetty.io.AbstractConnection
 
onIdleExpired(TimeoutException) - 类 中的方法org.eclipse.jetty.io.AbstractEndPoint
 
onIdleExpired() - 接口 中的方法org.eclipse.jetty.io.Connection
Callback method invoked upon an idle timeout event.
onIdleExpired(TimeoutException) - 类 中的方法org.eclipse.jetty.io.IdleTimeout
This abstract method is called when the idle timeout has expired.
onIdleExpired() - 类 中的方法org.eclipse.jetty.io.ssl.SslConnection
 
onIncompleteFlush() - 类 中的方法org.eclipse.jetty.io.AbstractEndPoint
 
onIncompleteFlush() - 类 中的方法org.eclipse.jetty.io.ByteArrayEndPoint
 
onIncompleteFlush() - 类 中的方法org.eclipse.jetty.io.ChannelEndPoint
 
onIncompleteFlush() - 类 中的方法org.eclipse.jetty.io.ssl.SslConnection.DecryptedEndPoint
 
onIncompleteFlush() - 类 中的方法org.eclipse.jetty.io.WriteFlusher
Abstract call to be implemented by specific WriteFlushers.
onOpen() - 类 中的方法org.eclipse.jetty.io.AbstractConnection
 
onOpen() - 类 中的方法org.eclipse.jetty.io.AbstractEndPoint
 
onOpen() - 接口 中的方法org.eclipse.jetty.io.Connection
Callback method invoked when this connection is opened.
onOpen() - 接口 中的方法org.eclipse.jetty.io.EndPoint
Callback method invoked when this EndPoint is opened.
onOpen() - 类 中的方法org.eclipse.jetty.io.IdleTimeout
 
onOpen() - 类 中的方法org.eclipse.jetty.io.NegotiatingClientConnection
 
onOpen() - 类 中的方法org.eclipse.jetty.io.NetworkTrafficSelectChannelEndPoint
 
onOpen() - 类 中的方法org.eclipse.jetty.io.ssl.SslConnection
 
onOpened(Connection) - 类 中的方法org.eclipse.jetty.io.Connection.Listener.Adapter
 
onOpened(Connection) - 接口 中的方法org.eclipse.jetty.io.Connection.Listener
 
onOpened(Connection) - 类 中的方法org.eclipse.jetty.io.ConnectionStatistics
 
onPathWatchEvent(PathWatcher.PathWatchEvent) - 类 中的方法org.eclipse.jetty.security.PropertyUserStore
 
onReadTimeout() - 类 中的方法org.eclipse.jetty.io.AbstractConnection
Callback method invoked when the endpoint failed to be ready to be read after a timeout
onSelected() - 类 中的方法org.eclipse.jetty.io.ChannelEndPoint
 
onSelected() - 接口 中的方法org.eclipse.jetty.io.ManagedSelector.Selectable
Callback method invoked when a read or write events has been detected by the ManagedSelector for this endpoint.
onUpgradeFrom() - 接口 中的方法org.eclipse.jetty.io.Connection.UpgradeFrom
Takes the input buffer from the connection on upgrade.
onUpgradeTo(ByteBuffer) - 接口 中的方法org.eclipse.jetty.io.Connection.UpgradeTo
Callback method invoked when this connection is upgraded.
opened(Socket) - 类 中的方法org.eclipse.jetty.io.NetworkTrafficListener.Adapter
 
opened(Socket) - 接口 中的方法org.eclipse.jetty.io.NetworkTrafficListener
Callback method invoked when a connection from a remote client has been accepted.
openTag(String, Map<String, String>) - 类 中的方法org.eclipse.jetty.xml.XmlAppendable
 
openTag(String) - 类 中的方法org.eclipse.jetty.xml.XmlAppendable
 
org.eclipse.jetty.io - 程序包 org.eclipse.jetty.io
Jetty IO : Core classes for Jetty IO subsystem
org.eclipse.jetty.io.ssl - 程序包 org.eclipse.jetty.io.ssl
Jetty IO : Core SSL Support
org.eclipse.jetty.security - 程序包 org.eclipse.jetty.security
Jetty Security : Modular Support for Security in Jetty
org.eclipse.jetty.security.authentication - 程序包 org.eclipse.jetty.security.authentication
Jetty Security : Authenticators and Callbacks
org.eclipse.jetty.xml - 程序包 org.eclipse.jetty.xml
Jetty Xml : IoC Mechanism for Jetty Configuration
outgoing(Socket, ByteBuffer) - 类 中的方法org.eclipse.jetty.io.NetworkTrafficListener.Adapter
 
outgoing(Socket, ByteBuffer) - 接口 中的方法org.eclipse.jetty.io.NetworkTrafficListener
Callback method invoked when bytes are sent to a remote client from the server.

P

parse(InputSource) - 类 中的方法org.eclipse.jetty.xml.XmlParser
 
parse(String) - 类 中的方法org.eclipse.jetty.xml.XmlParser
Parse String URL.
parse(File) - 类 中的方法org.eclipse.jetty.xml.XmlParser
Parse File.
parse(InputStream) - 类 中的方法org.eclipse.jetty.xml.XmlParser
Parse InputStream.
pathWatcher - 类 中的变量org.eclipse.jetty.security.PropertyUserStore
 
prepareConstraintInfo(String, Request) - 类 中的方法org.eclipse.jetty.security.ConstraintSecurityHandler
Find constraints that apply to the given path.
prepareConstraintInfo(String, Request) - 类 中的方法org.eclipse.jetty.security.SecurityHandler
 
prepareRequest(ServletRequest) - 类 中的方法org.eclipse.jetty.security.authentication.FormAuthenticator
 
prepareRequest(ServletRequest) - 类 中的方法org.eclipse.jetty.security.authentication.LoginAuthenticator
 
prepareRequest(ServletRequest) - 接口 中的方法org.eclipse.jetty.security.Authenticator
Called prior to validateRequest.
processConstraintMapping(ConstraintMapping) - 类 中的方法org.eclipse.jetty.security.ConstraintSecurityHandler
Create and combine the constraint with the existing processed constraints.
processConstraintMappingWithMethodOmissions(ConstraintMapping, Map<String, RoleInfo>) - 类 中的方法org.eclipse.jetty.security.ConstraintSecurityHandler
Constraints that name method omissions are dealt with differently.
PropertyUserStore - org.eclipse.jetty.security中的类
PropertyUserStore This class monitors a property file of the format mentioned below and notifies registered listeners of the changes to the the given file.
PropertyUserStore() - 类 的构造器org.eclipse.jetty.security.PropertyUserStore
 
PropertyUserStore.UserListener - org.eclipse.jetty.security中的接口
UserListener

R

recycle() - 类 中的方法org.eclipse.jetty.io.ByteBufferPool.Lease
 
redirectEntity(String, URL) - 类 中的方法org.eclipse.jetty.xml.XmlParser
 
register(Callback) - 类 中的方法org.eclipse.jetty.io.FillInterest
Call to register interest in a callback when a read is possible.
registerUserListener(PropertyUserStore.UserListener) - 类 中的方法org.eclipse.jetty.security.PropertyUserStore
registers a listener to be notified of the contents of the property file
release(ByteBuffer) - 类 中的方法org.eclipse.jetty.io.ArrayByteBufferPool
 
release(ByteBuffer) - 类 中的方法org.eclipse.jetty.io.ByteBufferPool.Bucket
 
release(ByteBuffer) - 接口 中的方法org.eclipse.jetty.io.ByteBufferPool
Returns a ByteBuffer, usually obtained with ByteBufferPool.acquire(int, boolean) (but not necessarily), making it available for recycling and reuse.
release(ByteBuffer) - 类 中的方法org.eclipse.jetty.io.LeakTrackingByteBufferPool
 
release(ByteBuffer) - 类 中的方法org.eclipse.jetty.io.MappedByteBufferPool
 
remove(String) - 接口 中的方法org.eclipse.jetty.security.PropertyUserStore.UserListener
 
removeConstraintMappingsForPath(String, List<ConstraintMapping>) - 类 中的静态方法org.eclipse.jetty.security.ConstraintSecurityHandler
Take out of the constraint mappings those that match the given path.
removeHandshakeListener(SslHandshakeListener) - 类 中的方法org.eclipse.jetty.io.ssl.SslConnection
 
removeListener(Connection.Listener) - 类 中的方法org.eclipse.jetty.io.AbstractConnection
 
removeListener(Connection.Listener) - 接口 中的方法org.eclipse.jetty.io.Connection
Removes a listener of connection events.
renewSession(HttpServletRequest, HttpServletResponse) - 类 中的方法org.eclipse.jetty.security.authentication.LoginAuthenticator
Change the session id.
reset() - 类 中的方法org.eclipse.jetty.io.AbstractEndPoint
 
reset() - 类 中的方法org.eclipse.jetty.io.ByteArrayEndPoint
 
reset() - 类 中的方法org.eclipse.jetty.io.ConnectionStatistics
 
resolveEntity(String, String) - 类 中的方法org.eclipse.jetty.xml.XmlParser
 
RoleInfo - org.eclipse.jetty.security中的类
RoleInfo Badly named class that holds the role and user data constraint info for a path/http method combination, extracted and combined from security constraints.
RoleInfo() - 类 的构造器org.eclipse.jetty.security.RoleInfo
 
RolePrincipal(String) - 类 的构造器org.eclipse.jetty.security.AbstractLoginService.RolePrincipal
 
RoleRunAsToken - org.eclipse.jetty.security中的类
 
RoleRunAsToken(String) - 类 的构造器org.eclipse.jetty.security.RoleRunAsToken
 
RunAsToken - org.eclipse.jetty.security中的接口
marker interface for run-as-role tokens
RuntimeIOException - org.eclipse.jetty.io中的异常错误
Subclass of RuntimeException used to signal that there was an IOException thrown by underlying Writer
RuntimeIOException() - 异常错误 的构造器org.eclipse.jetty.io.RuntimeIOException
 
RuntimeIOException(String) - 异常错误 的构造器org.eclipse.jetty.io.RuntimeIOException
 
RuntimeIOException(Throwable) - 异常错误 的构造器org.eclipse.jetty.io.RuntimeIOException
 
RuntimeIOException(String, Throwable) - 异常错误 的构造器org.eclipse.jetty.io.RuntimeIOException
 

S

secureResponse(ServletRequest, ServletResponse, boolean, Authentication.User) - 类 中的方法org.eclipse.jetty.security.authentication.BasicAuthenticator
 
secureResponse(ServletRequest, ServletResponse, boolean, Authentication.User) - 类 中的方法org.eclipse.jetty.security.authentication.ClientCertAuthenticator
 
secureResponse(ServletRequest, ServletResponse, boolean, Authentication.User) - 类 中的方法org.eclipse.jetty.security.authentication.DigestAuthenticator
 
secureResponse(ServletRequest, ServletResponse, boolean, Authentication.User) - 类 中的方法org.eclipse.jetty.security.authentication.FormAuthenticator
 
secureResponse(ServletRequest, ServletResponse, boolean, Authentication.User) - 类 中的方法org.eclipse.jetty.security.authentication.SpnegoAuthenticator
 
secureResponse(ServletRequest, ServletResponse, boolean, Authentication.User) - 接口 中的方法org.eclipse.jetty.security.Authenticator
is response secure
SecurityHandler - org.eclipse.jetty.security中的类
Abstract SecurityHandler.
SecurityHandler() - 类 的构造器org.eclipse.jetty.security.SecurityHandler
 
SecurityHandler.NotChecked - org.eclipse.jetty.security中的类
 
SelectChannelEndPoint - org.eclipse.jetty.io中的类
已过时。
SelectChannelEndPoint(SelectableChannel, ManagedSelector, SelectionKey, Scheduler, long) - 类 的构造器org.eclipse.jetty.io.SelectChannelEndPoint
已过时。
 
SelectorManager - org.eclipse.jetty.io中的类
SelectorManager manages a number of ManagedSelectors that simplify the non-blocking primitives provided by the JVM via the java.nio package.
SelectorManager(Executor, Scheduler) - 类 的构造器org.eclipse.jetty.io.SelectorManager
 
SelectorManager(Executor, Scheduler, int) - 类 的构造器org.eclipse.jetty.io.SelectorManager
 
ServerAuthException - org.eclipse.jetty.security中的异常错误
 
ServerAuthException() - 异常错误 的构造器org.eclipse.jetty.security.ServerAuthException
 
ServerAuthException(String) - 异常错误 的构造器org.eclipse.jetty.security.ServerAuthException
 
ServerAuthException(String, Throwable) - 异常错误 的构造器org.eclipse.jetty.security.ServerAuthException
 
ServerAuthException(Throwable) - 异常错误 的构造器org.eclipse.jetty.security.ServerAuthException
 
SessionAuthentication - org.eclipse.jetty.security.authentication中的类
 
SessionAuthentication(String, UserIdentity, Object) - 类 的构造器org.eclipse.jetty.security.authentication.SessionAuthentication
 
sessionDidActivate(HttpSessionEvent) - 类 中的方法org.eclipse.jetty.security.authentication.SessionAuthentication
 
sessionWillPassivate(HttpSessionEvent) - 类 中的方法org.eclipse.jetty.security.authentication.SessionAuthentication
 
setAlwaysSaveUri(boolean) - 类 中的方法org.eclipse.jetty.security.authentication.FormAuthenticator
If true, uris that cause a redirect to a login page will always be remembered.
setAnyAuth(boolean) - 类 中的方法org.eclipse.jetty.security.RoleInfo
 
setAnyRole(boolean) - 类 中的方法org.eclipse.jetty.security.RoleInfo
 
setAuthenticator(Authenticator) - 类 中的方法org.eclipse.jetty.security.SecurityHandler
Set the authenticator.
setAuthenticatorFactory(Authenticator.Factory) - 类 中的方法org.eclipse.jetty.security.SecurityHandler
 
setAuthMethod(String) - 类 中的方法org.eclipse.jetty.security.SecurityHandler
 
setChecked(boolean) - 类 中的方法org.eclipse.jetty.security.RoleInfo
 
setCheckWelcomeFiles(boolean) - 类 中的方法org.eclipse.jetty.security.SecurityHandler
 
setConfig(String) - 类 中的方法org.eclipse.jetty.security.HashLoginService
Load realm users from properties file.
setConfig(String) - 类 中的方法org.eclipse.jetty.security.JDBCLoginService
Load JDBC connection configuration from properties file.
setConfig(String) - 类 中的方法org.eclipse.jetty.security.PropertyUserStore
已过时。
setConfig(String) - 类 中的方法org.eclipse.jetty.security.SpnegoLoginService
 
setConfigPath(String) - 类 中的方法org.eclipse.jetty.security.PropertyUserStore
Set the Config Path from a String reference to a file
setConfigPath(File) - 类 中的方法org.eclipse.jetty.security.PropertyUserStore
Set the Config Path from a File reference
setConfigPath(Path) - 类 中的方法org.eclipse.jetty.security.PropertyUserStore
Set the Config Path
setConfiguration(Authenticator.AuthConfiguration) - 类 中的方法org.eclipse.jetty.security.authentication.DigestAuthenticator
 
setConfiguration(Authenticator.AuthConfiguration) - 类 中的方法org.eclipse.jetty.security.authentication.FormAuthenticator
 
setConfiguration(Authenticator.AuthConfiguration) - 类 中的方法org.eclipse.jetty.security.authentication.LoginAuthenticator
 
setConfiguration(Authenticator.AuthConfiguration) - 接口 中的方法org.eclipse.jetty.security.Authenticator
Configure the Authenticator
setConnection(Connection) - 类 中的方法org.eclipse.jetty.io.AbstractEndPoint
 
setConnection(Connection) - 接口 中的方法org.eclipse.jetty.io.EndPoint
 
setConnection(Connection) - 类 中的方法org.eclipse.jetty.io.ssl.SslConnection.DecryptedEndPoint
 
setConnectTimeout(long) - 类 中的方法org.eclipse.jetty.io.SelectorManager
Set the connect timeout (in milliseconds)
setConstraint(Constraint) - 类 中的方法org.eclipse.jetty.security.ConstraintMapping
 
setConstraintMappings(List<ConstraintMapping>, Set<String>) - 接口 中的方法org.eclipse.jetty.security.ConstraintAware
Set Constraint Mappings and roles.
setConstraintMappings(List<ConstraintMapping>) - 类 中的方法org.eclipse.jetty.security.ConstraintSecurityHandler
Process the constraints following the combining rules in Servlet 3.0 EA spec section 13.7.1 Note that much of the logic is in the RoleInfo class.
setConstraintMappings(ConstraintMapping[]) - 类 中的方法org.eclipse.jetty.security.ConstraintSecurityHandler
Process the constraints following the combining rules in Servlet 3.0 EA spec section 13.7.1 Note that much of the logic is in the RoleInfo class.
setConstraintMappings(List<ConstraintMapping>, Set<String>) - 类 中的方法org.eclipse.jetty.security.ConstraintSecurityHandler
Process the constraints following the combining rules in Servlet 3.0 EA spec section 13.7.1 Note that much of the logic is in the RoleInfo class.
setCrlPath(String) - 类 中的方法org.eclipse.jetty.security.authentication.ClientCertAuthenticator
Set the crlPath.
setDateHeader(String, long) - 类 中的方法org.eclipse.jetty.security.authentication.FormAuthenticator.FormResponse
 
setDenyUncoveredHttpMethods(boolean) - 接口 中的方法org.eclipse.jetty.security.ConstraintAware
See Servlet Spec 31, sec 13.8.4, pg 145 When true, requests with http methods not explicitly covered either by inclusion or omissions in constraints, will have access denied.
setDenyUncoveredHttpMethods(boolean) - 类 中的方法org.eclipse.jetty.security.ConstraintSecurityHandler
 
setEnableCRLDP(boolean) - 类 中的方法org.eclipse.jetty.security.authentication.ClientCertAuthenticator
Enables CRL Distribution Points Support
setEnableOCSP(boolean) - 类 中的方法org.eclipse.jetty.security.authentication.ClientCertAuthenticator
Enables On-Line Certificate Status Protocol support
setForbidden(boolean) - 类 中的方法org.eclipse.jetty.security.RoleInfo
 
setFullValidate(boolean) - 类 中的方法org.eclipse.jetty.security.AbstractLoginService
 
setGrowOutput(boolean) - 类 中的方法org.eclipse.jetty.io.ByteArrayEndPoint
 
setHeader(String, String) - 类 中的方法org.eclipse.jetty.security.authentication.FormAuthenticator.FormResponse
 
setHotReload(boolean) - 类 中的方法org.eclipse.jetty.security.HashLoginService
Enable Hot Reload of the Property File
setHotReload(boolean) - 类 中的方法org.eclipse.jetty.security.PropertyUserStore
Enable Hot Reload of the Property File
setIdentityService(IdentityService) - 类 中的方法org.eclipse.jetty.security.AbstractLoginService
Set the identityService.
setIdentityService(IdentityService) - 接口 中的方法org.eclipse.jetty.security.LoginService
Set the IdentityService associated with this Login Service.
setIdentityService(IdentityService) - 类 中的方法org.eclipse.jetty.security.SecurityHandler
Set the identityService.
setIdentityService(IdentityService) - 类 中的方法org.eclipse.jetty.security.SpnegoLoginService
 
setIdleTimeout(long) - 接口 中的方法org.eclipse.jetty.io.EndPoint
Set the idle timeout.
setIdleTimeout(long) - 类 中的方法org.eclipse.jetty.io.IdleTimeout
 
setIdleTimeout(long) - 类 中的方法org.eclipse.jetty.io.ssl.SslConnection.DecryptedEndPoint
 
setInitParameter(String, String) - 类 中的方法org.eclipse.jetty.security.SecurityHandler
Set an initialization parameter.
setInputBufferSize(int) - 类 中的方法org.eclipse.jetty.io.AbstractConnection
 
setLoginService(LoginService) - 类 中的方法org.eclipse.jetty.security.DefaultAuthenticatorFactory
 
setLoginService(LoginService) - 类 中的方法org.eclipse.jetty.security.SecurityHandler
Set the loginService.
setMaxCertPathLength(int) - 类 中的方法org.eclipse.jetty.security.authentication.ClientCertAuthenticator
 
setMaxNonceAge(long) - 类 中的方法org.eclipse.jetty.security.authentication.DigestAuthenticator
 
setMaxNonceCount(int) - 类 中的方法org.eclipse.jetty.security.authentication.DigestAuthenticator
 
setMethod(String) - 类 中的方法org.eclipse.jetty.security.ConstraintMapping
 
setMethodOmissions(String[]) - 类 中的方法org.eclipse.jetty.security.ConstraintMapping
 
setName(String) - 类 中的方法org.eclipse.jetty.security.AbstractLoginService
Set the name.
setName(String) - 类 中的方法org.eclipse.jetty.security.SpnegoLoginService
 
setOcspResponderURL(String) - 类 中的方法org.eclipse.jetty.security.authentication.ClientCertAuthenticator
Set the location of the OCSP Responder.
setOutput(ByteBuffer) - 类 中的方法org.eclipse.jetty.io.ByteArrayEndPoint
 
setPathSpec(String) - 类 中的方法org.eclipse.jetty.security.ConstraintMapping
 
setRealmName(String) - 类 中的方法org.eclipse.jetty.security.SecurityHandler
 
setRenegotiationAllowed(boolean) - 类 中的方法org.eclipse.jetty.io.ssl.SslConnection
 
setRoles(String[]) - 接口 中的方法org.eclipse.jetty.security.authentication.LoginCallback
 
setRoles(String[]) - 类 中的方法org.eclipse.jetty.security.authentication.LoginCallbackImpl
 
setRoles(Set<String>) - 类 中的方法org.eclipse.jetty.security.ConstraintSecurityHandler
Set the known roles.
setRunAs(UserIdentity, RunAsToken) - 类 中的方法org.eclipse.jetty.security.DefaultIdentityService
 
setRunAs(UserIdentity, RunAsToken) - 接口 中的方法org.eclipse.jetty.security.IdentityService
Associate a runas Token with the current user and thread.
setSessionRenewedOnAuthentication(boolean) - 类 中的方法org.eclipse.jetty.security.SecurityHandler
Set renew the session on Authentication.
setSuccess(boolean) - 接口 中的方法org.eclipse.jetty.security.authentication.LoginCallback
 
setSuccess(boolean) - 类 中的方法org.eclipse.jetty.security.authentication.LoginCallbackImpl
 
setTrustStore(String) - 类 中的方法org.eclipse.jetty.security.authentication.ClientCertAuthenticator
 
setTrustStorePassword(String) - 类 中的方法org.eclipse.jetty.security.authentication.ClientCertAuthenticator
 
setTrustStoreProvider(String) - 类 中的方法org.eclipse.jetty.security.authentication.ClientCertAuthenticator
 
setTrustStoreType(String) - 类 中的方法org.eclipse.jetty.security.authentication.ClientCertAuthenticator
 
setUserDataConstraint(UserDataConstraint) - 类 中的方法org.eclipse.jetty.security.RoleInfo
 
setUserPrincipal(Principal) - 接口 中的方法org.eclipse.jetty.security.authentication.LoginCallback
 
setUserPrincipal(Principal) - 类 中的方法org.eclipse.jetty.security.authentication.LoginCallbackImpl
 
setValidateCerts(boolean) - 类 中的方法org.eclipse.jetty.security.authentication.ClientCertAuthenticator
 
setValidating(boolean) - 类 中的方法org.eclipse.jetty.xml.XmlParser
 
setWebRoot(String) - 类 中的方法com.blade.embedd.EmbedJettyServer
 
setXpath(String) - 类 中的方法org.eclipse.jetty.xml.XmlParser
Set an XPath A very simple subset of xpath is supported to select a partial tree.
shutdown() - 类 中的方法com.blade.embedd.EmbedJettyServer
 
shutdownInput() - 类 中的方法org.eclipse.jetty.io.AbstractEndPoint
 
shutdownOutput() - 类 中的方法org.eclipse.jetty.io.AbstractEndPoint
 
shutdownOutput() - 接口 中的方法org.eclipse.jetty.io.EndPoint
Shutdown the output.
size() - 类 中的方法org.eclipse.jetty.io.ManagedSelector
 
size() - 类 中的方法org.eclipse.jetty.xml.XmlParser.Node
Get the number of children nodes.
SocketChannelEndPoint - org.eclipse.jetty.io中的类
 
SocketChannelEndPoint(SelectableChannel, ManagedSelector, SelectionKey, Scheduler) - 类 的构造器org.eclipse.jetty.io.SocketChannelEndPoint
 
SocketChannelEndPoint(SocketChannel, ManagedSelector, SelectionKey, Scheduler) - 类 的构造器org.eclipse.jetty.io.SocketChannelEndPoint
 
SpnegoAuthenticator - org.eclipse.jetty.security.authentication中的类
 
SpnegoAuthenticator() - 类 的构造器org.eclipse.jetty.security.authentication.SpnegoAuthenticator
 
SpnegoAuthenticator(String) - 类 的构造器org.eclipse.jetty.security.authentication.SpnegoAuthenticator
Allow for a custom authMethod value to be set for instances where SPENGO may not be appropriate
SpnegoLoginService - org.eclipse.jetty.security中的类
 
SpnegoLoginService() - 类 的构造器org.eclipse.jetty.security.SpnegoLoginService
 
SpnegoLoginService(String) - 类 的构造器org.eclipse.jetty.security.SpnegoLoginService
 
SpnegoLoginService(String, String) - 类 的构造器org.eclipse.jetty.security.SpnegoLoginService
 
SpnegoUserIdentity - org.eclipse.jetty.security中的类
 
SpnegoUserIdentity(Subject, Principal, List<String>) - 类 的构造器org.eclipse.jetty.security.SpnegoUserIdentity
 
SpnegoUserPrincipal - org.eclipse.jetty.security中的类
 
SpnegoUserPrincipal(String, String) - 类 的构造器org.eclipse.jetty.security.SpnegoUserPrincipal
 
SpnegoUserPrincipal(String, byte[]) - 类 的构造器org.eclipse.jetty.security.SpnegoUserPrincipal
 
SSL_CONTEXT_FACTORY_CONTEXT_KEY - 类 中的静态变量org.eclipse.jetty.io.ssl.SslClientConnectionFactory
 
SSL_ENGINE_CONTEXT_KEY - 类 中的静态变量org.eclipse.jetty.io.ssl.SslClientConnectionFactory
 
SSL_PEER_HOST_CONTEXT_KEY - 类 中的静态变量org.eclipse.jetty.io.ssl.SslClientConnectionFactory
 
SSL_PEER_PORT_CONTEXT_KEY - 类 中的静态变量org.eclipse.jetty.io.ssl.SslClientConnectionFactory
 
SslClientConnectionFactory - org.eclipse.jetty.io.ssl中的类
 
SslClientConnectionFactory(SslContextFactory, ByteBufferPool, Executor, ClientConnectionFactory) - 类 的构造器org.eclipse.jetty.io.ssl.SslClientConnectionFactory
 
SslConnection - org.eclipse.jetty.io.ssl中的类
A Connection that acts as an interceptor between an EndPoint providing SSL encrypted data and another consumer of an EndPoint (typically an Connection like HttpConnection) that wants unencrypted data.
SslConnection(ByteBufferPool, Executor, EndPoint, SSLEngine) - 类 的构造器org.eclipse.jetty.io.ssl.SslConnection
 
SslConnection.DecryptedEndPoint - org.eclipse.jetty.io.ssl中的类
 
SslHandshakeListener - org.eclipse.jetty.io.ssl中的接口
Implementations of this interface are notified of TLS handshake events.
SslHandshakeListener.Event - org.eclipse.jetty.io.ssl中的类
The event object carrying information about TLS handshake events.
startup(int) - 类 中的方法com.blade.embedd.EmbedJettyServer
 
startup(int, String) - 类 中的方法com.blade.embedd.EmbedJettyServer
 
startup(int, String, String) - 类 中的方法com.blade.embedd.EmbedJettyServer
 
submit(Runnable) - 类 中的方法org.eclipse.jetty.io.ManagedSelector
 

T

tag(String) - 类 中的方法org.eclipse.jetty.xml.XmlAppendable
 
tag(String, Map<String, String>) - 类 中的方法org.eclipse.jetty.xml.XmlAppendable
 
tag(String, String) - 类 中的方法org.eclipse.jetty.xml.XmlAppendable
 
tag(String, Map<String, String>, String) - 类 中的方法org.eclipse.jetty.xml.XmlAppendable
 
tagCDATA(String, String) - 类 中的方法org.eclipse.jetty.xml.XmlAppendable
 
Tagged() - 类 的构造器org.eclipse.jetty.io.MappedByteBufferPool.Tagged
 
takeOutput() - 类 中的方法org.eclipse.jetty.io.ByteArrayEndPoint
 
takeOutputString() - 类 中的方法org.eclipse.jetty.io.ByteArrayEndPoint
 
takeOutputString(Charset) - 类 中的方法org.eclipse.jetty.io.ByteArrayEndPoint
 
toConnectionString() - 类 中的方法org.eclipse.jetty.io.AbstractConnection
 
toConnectionString() - 类 中的方法org.eclipse.jetty.io.AbstractEndPoint
 
toConnectionString() - 类 中的方法org.eclipse.jetty.io.ssl.SslConnection
 
toEndPointString() - 类 中的方法org.eclipse.jetty.io.AbstractEndPoint
 
toEndPointString() - 类 中的方法org.eclipse.jetty.io.ChannelEndPoint
 
toStateString() - 类 中的方法org.eclipse.jetty.io.FillInterest
 
toStateString() - 类 中的方法org.eclipse.jetty.io.WriteFlusher
 
toString() - 类 中的方法org.eclipse.jetty.io.AbstractConnection
 
toString() - 类 中的方法org.eclipse.jetty.io.AbstractEndPoint
 
toString() - 类 中的方法org.eclipse.jetty.io.ByteArrayEndPoint
 
toString() - 类 中的方法org.eclipse.jetty.io.ByteBufferPool.Bucket
 
toString() - 类 中的方法org.eclipse.jetty.io.ConnectionStatistics
 
toString() - 类 中的方法org.eclipse.jetty.io.FillInterest
 
toString() - 类 中的方法org.eclipse.jetty.io.ManagedSelector
 
toString() - 类 中的方法org.eclipse.jetty.io.ssl.SslConnection.DecryptedEndPoint
 
toString() - 类 中的方法org.eclipse.jetty.io.WriteFlusher
 
toString() - 类 中的方法org.eclipse.jetty.security.AbstractLoginService
 
toString() - 类 中的方法org.eclipse.jetty.security.AbstractLoginService.UserPrincipal
 
toString() - 类 中的方法org.eclipse.jetty.security.authentication.FormAuthenticator.FormAuthentication
 
toString() - 类 中的方法org.eclipse.jetty.security.authentication.SessionAuthentication
 
toString() - 类 中的方法org.eclipse.jetty.security.DefaultUserIdentity
 
toString() - 类 中的方法org.eclipse.jetty.security.PropertyUserStore
 
toString() - 类 中的方法org.eclipse.jetty.security.RoleInfo
 
toString() - 类 中的方法org.eclipse.jetty.security.RoleRunAsToken
 
toString() - 类 中的方法org.eclipse.jetty.security.SecurityHandler.NotChecked
 
toString() - 类 中的方法org.eclipse.jetty.security.UserAuthentication
 
toString() - 类 中的方法org.eclipse.jetty.xml.XmlParser.Node
 
toString(boolean) - 类 中的方法org.eclipse.jetty.xml.XmlParser.Node
Convert to a string.
toString(boolean, boolean) - 类 中的方法org.eclipse.jetty.xml.XmlParser.Node
Convert to a string.
tryFillInterested() - 类 中的方法org.eclipse.jetty.io.AbstractConnection
 
tryFillInterested(Callback) - 类 中的方法org.eclipse.jetty.io.AbstractConnection
 
tryFillInterested(Callback) - 类 中的方法org.eclipse.jetty.io.AbstractEndPoint
 
tryFillInterested(Callback) - 接口 中的方法org.eclipse.jetty.io.EndPoint
Requests callback methods to be invoked when a call to EndPoint.fill(ByteBuffer) would return data or EOF.
tryRegister(Callback) - 类 中的方法org.eclipse.jetty.io.FillInterest
Call to register interest in a callback when a read is possible.

U

unsetRunAs(Object) - 类 中的方法org.eclipse.jetty.security.DefaultIdentityService
 
unsetRunAs(Object) - 接口 中的方法org.eclipse.jetty.security.IdentityService
Disassociate the current runAsToken from the thread and reassociate the previous token.
update(String, Credential, String[]) - 接口 中的方法org.eclipse.jetty.security.PropertyUserStore.UserListener
 
updateKey() - 类 中的方法org.eclipse.jetty.io.ChannelEndPoint
 
updateKey() - 接口 中的方法org.eclipse.jetty.io.ManagedSelector.Selectable
Callback method invoked when all the keys selected by the ManagedSelector for this endpoint have been processed.
upgrade(Connection) - 类 中的方法org.eclipse.jetty.io.AbstractEndPoint
 
upgrade(Connection) - 接口 中的方法org.eclipse.jetty.io.EndPoint
Upgrade connections.
UserAuthentication - org.eclipse.jetty.security中的类
 
UserAuthentication(String, UserIdentity) - 类 的构造器org.eclipse.jetty.security.UserAuthentication
 
UserDataConstraint - org.eclipse.jetty.security中的枚举
 
UserPrincipal(String, Credential) - 类 的构造器org.eclipse.jetty.security.AbstractLoginService.UserPrincipal
 

V

validate(UserIdentity) - 类 中的方法org.eclipse.jetty.security.AbstractLoginService
 
validate(UserIdentity) - 接口 中的方法org.eclipse.jetty.security.LoginService
Validate a user identity.
validate(UserIdentity) - 类 中的方法org.eclipse.jetty.security.SpnegoLoginService
 
validateRequest(ServletRequest, ServletResponse, boolean) - 类 中的方法org.eclipse.jetty.security.authentication.BasicAuthenticator
 
validateRequest(ServletRequest, ServletResponse, boolean) - 类 中的方法org.eclipse.jetty.security.authentication.ClientCertAuthenticator
 
validateRequest(ServletRequest, ServletResponse, boolean) - 类 中的方法org.eclipse.jetty.security.authentication.DigestAuthenticator
 
validateRequest(ServletRequest, ServletResponse, boolean) - 类 中的方法org.eclipse.jetty.security.authentication.FormAuthenticator
 
validateRequest(ServletRequest, ServletResponse, boolean) - 类 中的方法org.eclipse.jetty.security.authentication.SpnegoAuthenticator
 
validateRequest(ServletRequest, ServletResponse, boolean) - 接口 中的方法org.eclipse.jetty.security.Authenticator
Validate a request
valueBound(HttpSessionBindingEvent) - 类 中的方法org.eclipse.jetty.security.authentication.SessionAuthentication
 
valueOf(String) - 枚举 中的静态方法org.eclipse.jetty.security.UserDataConstraint
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法org.eclipse.jetty.security.UserDataConstraint
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
valueUnbound(HttpSessionBindingEvent) - 类 中的方法org.eclipse.jetty.security.authentication.SessionAuthentication
 

W

waitForOutput(long, TimeUnit) - 类 中的方法org.eclipse.jetty.io.ByteArrayEndPoint
Wait for some output
write(Callback, ByteBuffer...) - 类 中的方法org.eclipse.jetty.io.AbstractEndPoint
 
write(Callback, ByteBuffer...) - 接口 中的方法org.eclipse.jetty.io.EndPoint
Writes the given buffers via EndPoint.flush(ByteBuffer...) and invokes callback methods when either all the data has been flushed or an error occurs.
write(Callback, ByteBuffer...) - 类 中的方法org.eclipse.jetty.io.WriteFlusher
Tries to switch state to WRITING.
write(byte[]) - 类 中的方法org.eclipse.jetty.io.WriterOutputStream
 
write(byte[], int, int) - 类 中的方法org.eclipse.jetty.io.WriterOutputStream
 
write(int) - 类 中的方法org.eclipse.jetty.io.WriterOutputStream
 
WriteFlusher - org.eclipse.jetty.io中的类
A Utility class to help implement EndPoint.write(Callback, ByteBuffer...) by calling EndPoint.flush(ByteBuffer...) until all content is written.
WriteFlusher(EndPoint) - 类 的构造器org.eclipse.jetty.io.WriteFlusher
 
WriterOutputStream - org.eclipse.jetty.io中的类
Wrap a Writer as an OutputStream.
WriterOutputStream(Writer, String) - 类 的构造器org.eclipse.jetty.io.WriterOutputStream
 
WriterOutputStream(Writer) - 类 的构造器org.eclipse.jetty.io.WriterOutputStream
 

X

XmlAppendable - org.eclipse.jetty.xml中的类
 
XmlAppendable(OutputStream, String) - 类 的构造器org.eclipse.jetty.xml.XmlAppendable
 
XmlAppendable(Appendable) - 类 的构造器org.eclipse.jetty.xml.XmlAppendable
 
XmlAppendable(Appendable, String) - 类 的构造器org.eclipse.jetty.xml.XmlAppendable
 
XmlAppendable(Appendable, int) - 类 的构造器org.eclipse.jetty.xml.XmlAppendable
 
XmlAppendable(Appendable, int, String) - 类 的构造器org.eclipse.jetty.xml.XmlAppendable
 
XmlConfiguration - org.eclipse.jetty.xml中的类
Configures objects from XML.
XmlConfiguration(URL) - 类 的构造器org.eclipse.jetty.xml.XmlConfiguration
Reads and parses the XML configuration file.
XmlConfiguration(String) - 类 的构造器org.eclipse.jetty.xml.XmlConfiguration
Reads and parses the XML configuration string.
XmlConfiguration(InputStream) - 类 的构造器org.eclipse.jetty.xml.XmlConfiguration
Reads and parses the XML configuration stream.
XmlParser - org.eclipse.jetty.xml中的类
XML Parser wrapper.
XmlParser() - 类 的构造器org.eclipse.jetty.xml.XmlParser
Construct
XmlParser(boolean) - 类 的构造器org.eclipse.jetty.xml.XmlParser
 
XmlParser.Attribute - org.eclipse.jetty.xml中的类
XML Attribute.
XmlParser.Node - org.eclipse.jetty.xml中的类
XML Node.

_

__FORM_DISPATCH - 类 中的静态变量org.eclipse.jetty.security.authentication.FormAuthenticator
 
__FORM_ERROR_PAGE - 类 中的静态变量org.eclipse.jetty.security.authentication.FormAuthenticator
 
__FORM_LOGIN_PAGE - 类 中的静态变量org.eclipse.jetty.security.authentication.FormAuthenticator
 
__J_AUTHENTICATED - 类 中的静态变量org.eclipse.jetty.security.authentication.SessionAuthentication
 
__J_METHOD - 类 中的静态变量org.eclipse.jetty.security.authentication.FormAuthenticator
 
__J_PASSWORD - 类 中的静态变量org.eclipse.jetty.security.authentication.FormAuthenticator
 
__J_POST - 类 中的静态变量org.eclipse.jetty.security.authentication.FormAuthenticator
 
__J_SECURITY_CHECK - 类 中的静态变量org.eclipse.jetty.security.authentication.FormAuthenticator
 
__J_URI - 类 中的静态变量org.eclipse.jetty.security.authentication.FormAuthenticator
 
__J_USERNAME - 类 中的静态变量org.eclipse.jetty.security.authentication.FormAuthenticator
 
__NO_USER - 类 中的静态变量org.eclipse.jetty.security.SecurityHandler
 
__NOBODY - 类 中的静态变量org.eclipse.jetty.security.SecurityHandler
Nobody user.
_authenticator - 类 中的变量org.eclipse.jetty.security.authentication.DeferredAuthentication
 
_con - 类 中的变量org.eclipse.jetty.security.JDBCLoginService
 
_config - 类 中的变量org.eclipse.jetty.security.HashLoginService
 
_config - 类 中的变量org.eclipse.jetty.security.JDBCLoginService
 
_configPath - 类 中的变量org.eclipse.jetty.security.PropertyUserStore
 
_configResource - 类 中的变量org.eclipse.jetty.security.HashLoginService
 
_configResource - 类 中的变量org.eclipse.jetty.security.PropertyUserStore
 
_currentInterestOps - 类 中的变量org.eclipse.jetty.io.ChannelEndPoint
The current value for SelectionKey.interestOps().
_desiredInterestOps - 类 中的变量org.eclipse.jetty.io.ChannelEndPoint
The desired value for SelectionKey.interestOps().
_encoding - 类 中的变量org.eclipse.jetty.io.WriterOutputStream
 
_firstLoad - 类 中的变量org.eclipse.jetty.security.PropertyUserStore
 
_fullValidate - 类 中的变量org.eclipse.jetty.security.AbstractLoginService
 
_identityService - 类 中的变量org.eclipse.jetty.security.AbstractLoginService
 
_identityService - 类 中的变量org.eclipse.jetty.security.authentication.LoginAuthenticator
 
_identityService - 类 中的变量org.eclipse.jetty.security.PropertyUserStore
 
_identityService - 类 中的变量org.eclipse.jetty.security.SpnegoLoginService
 
_jdbcDriver - 类 中的变量org.eclipse.jetty.security.JDBCLoginService
 
_key - 类 中的变量org.eclipse.jetty.io.ChannelEndPoint
 
_knownUserIdentities - 类 中的变量org.eclipse.jetty.security.PropertyUserStore
 
_knownUsers - 类 中的变量org.eclipse.jetty.security.PropertyUserStore
 
_listeners - 类 中的变量org.eclipse.jetty.security.PropertyUserStore
 
_loginService - 类 中的变量org.eclipse.jetty.security.authentication.LoginAuthenticator
 
_method - 类 中的变量org.eclipse.jetty.security.AbstractUserAuthentication
 
_name - 类 中的变量org.eclipse.jetty.security.AbstractLoginService
 
_name - 类 中的变量org.eclipse.jetty.security.SpnegoLoginService
 
_password - 类 中的变量org.eclipse.jetty.security.JDBCLoginService
 
_propertyUserStore - 类 中的变量org.eclipse.jetty.security.HashLoginService
 
_roleSql - 类 中的变量org.eclipse.jetty.security.JDBCLoginService
 
_roleTableRoleField - 类 中的变量org.eclipse.jetty.security.JDBCLoginService
 
_selector - 类 中的变量org.eclipse.jetty.io.ChannelEndPoint
 
_url - 类 中的变量org.eclipse.jetty.security.JDBCLoginService
 
_userIdentity - 类 中的变量org.eclipse.jetty.security.AbstractUserAuthentication
 
_userName - 类 中的变量org.eclipse.jetty.security.JDBCLoginService
 
_userSql - 类 中的变量org.eclipse.jetty.security.JDBCLoginService
 
_userTableKey - 类 中的变量org.eclipse.jetty.security.JDBCLoginService
 
_userTablePasswordField - 类 中的变量org.eclipse.jetty.security.JDBCLoginService
 
_writer - 类 中的变量org.eclipse.jetty.io.WriterOutputStream
 
A B C D E F G H I J L M N O P R S T U V W X _ 

Copyright © 2017. All rights reserved.