Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A B C D E F G H I J K L M N O P Q R S T U W

A

AprEndpoint - class org.apache.tomcat.util.net.AprEndpoint.
APR tailored thread pool, providing the following services: Socket acceptor thread Socket poller thread Sendfile thread Worker threads pool When switching to Java 5, there's an opportunity to use the virtual machine's thread pool.
AprEndpoint() - Constructor for class org.apache.tomcat.util.net.AprEndpoint
 
AprEndpoint.Acceptor - class org.apache.tomcat.util.net.AprEndpoint.Acceptor.
Server socket acceptor thread.
AprEndpoint.Acceptor() - Constructor for class org.apache.tomcat.util.net.AprEndpoint.Acceptor
 
AprEndpoint.Handler - interface org.apache.tomcat.util.net.AprEndpoint.Handler.
Bare bones interface used for socket processing.
AprEndpoint.Poller - class org.apache.tomcat.util.net.AprEndpoint.Poller.
Poller class.
AprEndpoint.Poller() - Constructor for class org.apache.tomcat.util.net.AprEndpoint.Poller
 
AprEndpoint.Sendfile - class org.apache.tomcat.util.net.AprEndpoint.Sendfile.
Sendfile class.
AprEndpoint.Sendfile() - Constructor for class org.apache.tomcat.util.net.AprEndpoint.Sendfile
 
AprEndpoint.SendfileData - class org.apache.tomcat.util.net.AprEndpoint.SendfileData.
SendfileData class.
AprEndpoint.SendfileData() - Constructor for class org.apache.tomcat.util.net.AprEndpoint.SendfileData
 
AprEndpoint.Worker - class org.apache.tomcat.util.net.AprEndpoint.Worker.
Server processor class.
AprEndpoint.Worker() - Constructor for class org.apache.tomcat.util.net.AprEndpoint.Worker
 
acceptSocket(ServerSocket) - Method in class org.apache.tomcat.util.net.DefaultServerSocketFactory
 
acceptSocket() - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
acceptSocket(ServerSocket) - Method in class org.apache.tomcat.util.net.ServerSocketFactory
Wrapper function for accept().
acceptorThread - Variable in class org.apache.tomcat.util.net.AprEndpoint
The acceptor thread.
add(long) - Method in class org.apache.tomcat.util.net.AprEndpoint.Poller
Add specified socket and associated pool to the poller.
add(AprEndpoint.SendfileData) - Method in class org.apache.tomcat.util.net.AprEndpoint.Sendfile
Add the sendfile data to the sendfile poller.
addCount - Variable in class org.apache.tomcat.util.net.AprEndpoint.Poller
 
addS - Variable in class org.apache.tomcat.util.net.AprEndpoint.Poller
 
addS - Variable in class org.apache.tomcat.util.net.AprEndpoint.Sendfile
 
address - Variable in class org.apache.tomcat.util.net.AprEndpoint
Address for the server socket.
assign(long) - Method in class org.apache.tomcat.util.net.AprEndpoint.Worker
Process an incoming TCP/IP connection on the specified socket.
assign(Socket) - Method in class org.apache.tomcat.util.net.MasterSlaveWorkerThread
Process an incoming TCP/IP connection on the specified socket.
attributes - Variable in class org.apache.tomcat.util.net.ServerSocketFactory
 
authority - Variable in class org.apache.tomcat.util.net.URL
The authority part of the URL.
available - Variable in class org.apache.tomcat.util.net.AprEndpoint.Worker
 
available - Variable in class org.apache.tomcat.util.net.MasterSlaveWorkerThread
 
await() - Method in class org.apache.tomcat.util.net.AprEndpoint.Worker
Await a newly assigned Socket from our Connector, or null if we are supposed to shut down.
await() - Method in class org.apache.tomcat.util.net.MasterSlaveWorkerThread
Await a newly assigned Socket from our Connector, or null if we are supposed to shut down.

B

BACKLOG - Static variable in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
backlog - Variable in class org.apache.tomcat.util.net.AprEndpoint
Allows the server developer to specify the backlog that should be used for server sockets.
backlog - Variable in class org.apache.tomcat.util.net.PoolTcpEndpoint
 

C

CERTIFICATE_KEY - Static variable in class org.apache.tomcat.util.net.AprEndpoint
The Request attribute key for the client certificate chain.
CERTIFICATE_KEY - Static variable in interface org.apache.tomcat.util.net.SSLSupport
The Request attribute key for the client certificate chain.
CIPHER_SUITE_KEY - Static variable in class org.apache.tomcat.util.net.AprEndpoint
The Request attribute key for the cipher suite.
CIPHER_SUITE_KEY - Static variable in interface org.apache.tomcat.util.net.SSLSupport
The Request attribute key for the cipher suite.
ciphers - Static variable in interface org.apache.tomcat.util.net.SSLSupport
A mapping table to determine the number of effective bits in the key when using a cipher suite containing the specified cipher name.
closeServerSocket() - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
compare(String, String) - Method in class org.apache.tomcat.util.net.URL
Compare to String values for equality, taking appropriate care if one or both of the values are null.
con - Variable in class org.apache.tomcat.util.net.MasterSlaveWorkerThread
 
createSocket(int) - Method in class org.apache.tomcat.util.net.DefaultServerSocketFactory
 
createSocket(int, int) - Method in class org.apache.tomcat.util.net.DefaultServerSocketFactory
 
createSocket(int, int, InetAddress) - Method in class org.apache.tomcat.util.net.DefaultServerSocketFactory
 
createSocket(int) - Method in class org.apache.tomcat.util.net.ServerSocketFactory
Returns a server socket which uses all network interfaces on the host, and is bound to a the specified port.
createSocket(int, int) - Method in class org.apache.tomcat.util.net.ServerSocketFactory
Returns a server socket which uses all network interfaces on the host, is bound to a the specified port, and uses the specified connection backlog.
createSocket(int, int, InetAddress) - Method in class org.apache.tomcat.util.net.ServerSocketFactory
Returns a server socket which uses only the specified network interface on the local host, is bound to a the specified port, and uses the specified connection backlog.
createWorkerThread() - Method in class org.apache.tomcat.util.net.AprEndpoint
Create (or allocate) and return an available processor for use in processing a specific HTTP request, if possible.
createWorkerThread() - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
Create (or allocate) and return an available processor for use in processing a specific HTTP request, if possible.
created - Variable in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
curThreads - Variable in class org.apache.tomcat.util.net.AprEndpoint
Current worker threads count.
curThreads - Variable in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
curThreadsBusy - Variable in class org.apache.tomcat.util.net.AprEndpoint
Current worker threads busy count.

D

DefaultServerSocketFactory - class org.apache.tomcat.util.net.DefaultServerSocketFactory.
Default server socket factory.
DefaultServerSocketFactory() - Constructor for class org.apache.tomcat.util.net.DefaultServerSocketFactory
 
daemon - Variable in class org.apache.tomcat.util.net.AprEndpoint
The default is true - the created threads will be in daemon mode.
debug - Static variable in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
desc - Variable in class org.apache.tomcat.util.net.AprEndpoint.Poller
 
desc - Variable in class org.apache.tomcat.util.net.AprEndpoint.Sendfile
 
destroy() - Method in class org.apache.tomcat.util.net.AprEndpoint.Poller
Destroy the poller.
destroy() - Method in class org.apache.tomcat.util.net.AprEndpoint.Sendfile
Destroy the poller.
destroy() - Method in class org.apache.tomcat.util.net.AprEndpoint
Deallocate APR memory pools, and close server socket.

E

end - Variable in class org.apache.tomcat.util.net.AprEndpoint.SendfileData
 
endpoint - Variable in class org.apache.tomcat.util.net.LeaderFollowerWorkerThread
 
endpoint - Variable in class org.apache.tomcat.util.net.MasterSlaveWorkerThread
 
endpoint - Variable in class org.apache.tomcat.util.net.TcpConnection
 
equals(Object) - Method in class org.apache.tomcat.util.net.URL
Compare two URLs for equality.

F

factory - Variable in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
fd - Variable in class org.apache.tomcat.util.net.AprEndpoint.SendfileData
 
fdpool - Variable in class org.apache.tomcat.util.net.AprEndpoint.SendfileData
 
file - Variable in class org.apache.tomcat.util.net.URL
The filename part of the URL.
fileName - Variable in class org.apache.tomcat.util.net.AprEndpoint.SendfileData
 
firstReadTimeout - Variable in class org.apache.tomcat.util.net.AprEndpoint
Timeout on first request read before going to the poller, in ms.

G

getAddress() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getAddress() - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
getAuthority() - Method in class org.apache.tomcat.util.net.URL
Return the authority part of the URL.
getBacklog() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getBacklog() - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
getCipherSuite() - Method in interface org.apache.tomcat.util.net.SSLSupport
The cipher suite being used on this connection.
getConnectionHandler() - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
getCurrentThreadCount() - Method in class org.apache.tomcat.util.net.AprEndpoint
Return the amount of threads that are managed by the pool.
getCurrentThreadCount() - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
getCurrentThreadsBusy() - Method in class org.apache.tomcat.util.net.AprEndpoint
Return the amount of threads currently busy.
getCurrentThreadsBusy() - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
getDaemon() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getDefault() - Static method in class org.apache.tomcat.util.net.ServerSocketFactory
Returns a copy of the environment's default socket factory.
getEndpoint() - Method in class org.apache.tomcat.util.net.TcpConnection
 
getFile() - Method in class org.apache.tomcat.util.net.URL
Return the filename part of the URL.
getFirstReadTimeout() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getHandler() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getHost() - Method in class org.apache.tomcat.util.net.URL
Return the host name part of the URL.
getImplementationName() - Method in class org.apache.tomcat.util.net.SSLImplementation
 
getInitData() - Method in class org.apache.tomcat.util.net.LeaderFollowerWorkerThread
 
getInstance() - Static method in class org.apache.tomcat.util.net.SSLImplementation
 
getInstance(String) - Static method in class org.apache.tomcat.util.net.SSLImplementation
 
getKeepAliveCount() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getKeySize() - Method in interface org.apache.tomcat.util.net.SSLSupport
Get the keysize.
getMaxSpareThreads() - Method in class org.apache.tomcat.util.net.AprEndpoint
Dummy maxSpareThreads property.
getMaxSpareThreads() - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
getMaxThreads() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getMaxThreads() - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
getMinSpareThreads() - Method in class org.apache.tomcat.util.net.AprEndpoint
Dummy minSpareThreads property.
getMinSpareThreads() - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
getName() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getPath() - Method in class org.apache.tomcat.util.net.URL
Return the path part of the URL.
getPeerCertificateChain() - Method in interface org.apache.tomcat.util.net.SSLSupport
The client certificate chain (if any).
getPeerCertificateChain(boolean) - Method in interface org.apache.tomcat.util.net.SSLSupport
The client certificate chain (if any).
getPollTime() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getPoller() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getPollerSize() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getPort() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getPort() - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
getPort() - Method in class org.apache.tomcat.util.net.URL
Return the port number part of the URL.
getProtocol() - Method in class org.apache.tomcat.util.net.URL
Return the protocol name part of the URL.
getQuery() - Method in class org.apache.tomcat.util.net.URL
Return the query part of the URL.
getRef() - Method in class org.apache.tomcat.util.net.URL
Return the reference part of the URL.
getSSLCACertificateFile() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getSSLCACertificatePath() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getSSLCARevocationFile() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getSSLCARevocationPath() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getSSLCertificateChainFile() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getSSLCertificateFile() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getSSLCertificateKeyFile() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getSSLCipherSuite() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getSSLEngine() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getSSLPassword() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getSSLProtocol() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getSSLSupport(Socket) - Method in class org.apache.tomcat.util.net.SSLImplementation
 
getSSLVerifyClient() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getSSLVerifyDepth() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getSendfile() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getSendfileCount() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getSendfileSize() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getSequence() - Method in class org.apache.tomcat.util.net.AprEndpoint
Get a sequence number used for thread naming.
getServerSoTimeout() - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
getServerSocketFactory() - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
getServerSocketFactory() - Method in class org.apache.tomcat.util.net.SSLImplementation
 
getSessionId() - Method in interface org.apache.tomcat.util.net.SSLSupport
The current session Id.
getSoLinger() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getSoLinger() - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
getSoTimeout() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getSoTimeout() - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
getSocket() - Method in class org.apache.tomcat.util.net.TcpConnection
 
getStrategy() - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
getTcpNoDelay() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getTcpNoDelay() - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
getThreadPriority() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getThreadPriority() - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
getUseSendfile() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getUserInfo() - Method in class org.apache.tomcat.util.net.URL
Return the user info part of the URL.
getWorkerThread() - Method in class org.apache.tomcat.util.net.AprEndpoint
Return a new worker thread, and block while to worker is available.

H

handler - Variable in class org.apache.tomcat.util.net.AprEndpoint
Handling of accepted sockets.
handler - Variable in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
handshake(Socket) - Method in class org.apache.tomcat.util.net.DefaultServerSocketFactory
 
handshake(Socket) - Method in class org.apache.tomcat.util.net.ServerSocketFactory
Extra function to initiate the handshake.
host - Variable in class org.apache.tomcat.util.net.URL
The host name part of the URL.

I

implementations - Static variable in class org.apache.tomcat.util.net.SSLImplementation
 
inet - Variable in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
init() - Method in class org.apache.tomcat.util.net.AprEndpoint.Poller
Create the poller.
init() - Method in class org.apache.tomcat.util.net.AprEndpoint.Sendfile
Create the sendfile poller.
init() - Method in class org.apache.tomcat.util.net.AprEndpoint
Initialize the endpoint.
init() - Method in interface org.apache.tomcat.util.net.TcpConnectionHandler
Called before the call to processConnection.
initEndpoint() - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
initSocket(Socket) - Method in class org.apache.tomcat.util.net.ServerSocketFactory
 
initialized - Variable in class org.apache.tomcat.util.net.AprEndpoint
Track the initialization state of the endpoint.
initialized - Variable in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
isPaused() - Method in class org.apache.tomcat.util.net.AprEndpoint
Return the state of the endpoint.
isPaused() - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
isRunning() - Method in class org.apache.tomcat.util.net.AprEndpoint
Return the state of the endpoint.
isRunning() - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
isSchemeChar(char) - Static method in class org.apache.tomcat.util.net.URL
Determine if the character is allowed in the scheme of a URI.

J

JSSEImplementationClass - Static variable in class org.apache.tomcat.util.net.SSLImplementation
 

K

KEY_SIZE_KEY - Static variable in class org.apache.tomcat.util.net.AprEndpoint
The Request attribute key for the key size.
KEY_SIZE_KEY - Static variable in interface org.apache.tomcat.util.net.SSLSupport
The Request attribute key for the key size.
keepAlive - Variable in class org.apache.tomcat.util.net.AprEndpoint.SendfileData
 
keepAliveCount - Variable in class org.apache.tomcat.util.net.AprEndpoint
Number of keepalive sockets.
keySize - Variable in class org.apache.tomcat.util.net.SSLSupport.CipherData
 

L

LeaderFollowerWorkerThread - class org.apache.tomcat.util.net.LeaderFollowerWorkerThread.
 
LeaderFollowerWorkerThread(PoolTcpEndpoint) - Constructor for class org.apache.tomcat.util.net.LeaderFollowerWorkerThread
 
lf - Variable in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
linger - Variable in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
listener - Variable in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
log - Static variable in class org.apache.tomcat.util.net.AprEndpoint
 
log - Static variable in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
logger - Static variable in class org.apache.tomcat.util.net.SSLImplementation
 

M

MAX_SHUTDOWN_TRIES - Static variable in class org.apache.tomcat.util.net.TcpConnection
Maxium number of times to clear the socket input buffer.
MasterSlaveWorkerThread - class org.apache.tomcat.util.net.MasterSlaveWorkerThread.
Regular master slave thread pool.
MasterSlaveWorkerThread(PoolTcpEndpoint, String) - Constructor for class org.apache.tomcat.util.net.MasterSlaveWorkerThread
 
maxThreads - Variable in class org.apache.tomcat.util.net.AprEndpoint
Maximum amount of worker threads.
maxThreads - Variable in class org.apache.tomcat.util.net.PoolTcpEndpoint
 

N

name - Variable in class org.apache.tomcat.util.net.AprEndpoint
Name of the thread pool, which will be used for naming child threads.
newWorkerThread() - Method in class org.apache.tomcat.util.net.AprEndpoint
Create and return a new processor suitable for processing HTTP requests and returning the corresponding responses.
newWorkerThread() - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
Create and return a new processor suitable for processing HTTP requests and returning the corresponding responses.
normalize() - Method in class org.apache.tomcat.util.net.URL
Normalize the path (and therefore file) portions of this URL.

O

org.apache.tomcat.util.net - package org.apache.tomcat.util.net
 

P

PoolTcpEndpoint - class org.apache.tomcat.util.net.PoolTcpEndpoint.
Handle incoming TCP connections.
PoolTcpEndpoint() - Constructor for class org.apache.tomcat.util.net.PoolTcpEndpoint
 
PoolTcpEndpoint(ThreadPool) - Constructor for class org.apache.tomcat.util.net.PoolTcpEndpoint
 
PureTLSImplementationClass - Static variable in class org.apache.tomcat.util.net.SSLImplementation
 
parse(String, int, int) - Method in class org.apache.tomcat.util.net.URL
Parse the specified portion of the string representation of a URL, assuming that it has a format similar to that for http.
path - Variable in class org.apache.tomcat.util.net.URL
The path part of the URL.
pause() - Method in class org.apache.tomcat.util.net.AprEndpoint
Pause the endpoint, which will make it stop accepting new sockets.
pauseEndpoint() - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
paused - Variable in class org.apache.tomcat.util.net.AprEndpoint
Will be set to true whenever the endpoint is paused.
paused - Variable in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
phrase - Variable in class org.apache.tomcat.util.net.SSLSupport.CipherData
 
pollTime - Variable in class org.apache.tomcat.util.net.AprEndpoint
Poll interval, in microseconds.
poller - Variable in class org.apache.tomcat.util.net.AprEndpoint
The socket poller.
pollerSize - Variable in class org.apache.tomcat.util.net.AprEndpoint
Size of the socket poller.
pollerThread - Variable in class org.apache.tomcat.util.net.AprEndpoint
The socket poller thread.
pool - Variable in class org.apache.tomcat.util.net.AprEndpoint.Poller
 
pool - Variable in class org.apache.tomcat.util.net.AprEndpoint.Sendfile
 
port - Variable in class org.apache.tomcat.util.net.AprEndpoint
Server socket port.
port - Variable in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
port - Variable in class org.apache.tomcat.util.net.URL
The port number part of the URL.
pos - Variable in class org.apache.tomcat.util.net.AprEndpoint.SendfileData
 
process(long) - Method in interface org.apache.tomcat.util.net.AprEndpoint.Handler
 
processConnection(TcpConnection, Object[]) - Method in interface org.apache.tomcat.util.net.TcpConnectionHandler
Assert: connection!=null Assert: connection.getSocket() != null Assert: thData != null and is the result of calling init() Assert: thData is preserved per Thread.
processSocket(Socket, TcpConnection, Object[]) - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
protocol - Variable in class org.apache.tomcat.util.net.URL
The protocol name part of the URL.

Q

query - Variable in class org.apache.tomcat.util.net.URL
The query part of the URL.

R

readLine(InputStream, byte[], int, int) - Static method in class org.apache.tomcat.util.net.TcpConnection
 
recycle() - Method in class org.apache.tomcat.util.net.TcpConnection
 
recycleWorkerThread(AprEndpoint.Worker) - Method in class org.apache.tomcat.util.net.AprEndpoint
Recycle the specified Processor so that it can be used again.
recycleWorkerThread(MasterSlaveWorkerThread) - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
Recycle the specified Processor so that it can be used again.
ref - Variable in class org.apache.tomcat.util.net.URL
The reference part of the URL.
reinitializing - Variable in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
remove(AprEndpoint.SendfileData) - Method in class org.apache.tomcat.util.net.AprEndpoint.Sendfile
Remove socket from the poller.
resume() - Method in class org.apache.tomcat.util.net.AprEndpoint
Resume the endpoint, which will make it start accepting new sockets again.
resumeEndpoint() - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
rootPool - Variable in class org.apache.tomcat.util.net.AprEndpoint
Root APR memory pool.
run() - Method in class org.apache.tomcat.util.net.AprEndpoint.Acceptor
The background thread that listens for incoming TCP/IP connections and hands them off to an appropriate processor.
run() - Method in class org.apache.tomcat.util.net.AprEndpoint.Poller
The background thread that listens for incoming TCP/IP connections and hands them off to an appropriate processor.
run() - Method in class org.apache.tomcat.util.net.AprEndpoint.Sendfile
The background thread that listens for incoming TCP/IP connections and hands them off to an appropriate processor.
run() - Method in class org.apache.tomcat.util.net.AprEndpoint.Worker
The background thread that listens for incoming TCP/IP connections and hands them off to an appropriate processor.
run() - Method in class org.apache.tomcat.util.net.MasterSlaveWorkerThread
The background thread that listens for incoming TCP/IP connections and hands them off to an appropriate processor.
run() - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
The background thread that listens for incoming TCP/IP connections and hands them off to an appropriate processor.
runIt(Object[]) - Method in class org.apache.tomcat.util.net.LeaderFollowerWorkerThread
 
running - Variable in class org.apache.tomcat.util.net.AprEndpoint
Running state of the endpoint.
running - Variable in class org.apache.tomcat.util.net.PoolTcpEndpoint
 

S

SESSION_ID_KEY - Static variable in class org.apache.tomcat.util.net.AprEndpoint
The Request attribute key for the session id.
SESSION_ID_KEY - Static variable in interface org.apache.tomcat.util.net.SSLSupport
The Request attribute key for the session id.
SSLCACertificateFile - Variable in class org.apache.tomcat.util.net.AprEndpoint
SSL CA certificate file.
SSLCACertificatePath - Variable in class org.apache.tomcat.util.net.AprEndpoint
SSL CA certificate path.
SSLCARevocationFile - Variable in class org.apache.tomcat.util.net.AprEndpoint
SSL CA revocation file.
SSLCARevocationPath - Variable in class org.apache.tomcat.util.net.AprEndpoint
SSL CA revocation path.
SSLCertificateChainFile - Variable in class org.apache.tomcat.util.net.AprEndpoint
SSL certificate chain file.
SSLCertificateFile - Variable in class org.apache.tomcat.util.net.AprEndpoint
SSL certificate file.
SSLCertificateKeyFile - Variable in class org.apache.tomcat.util.net.AprEndpoint
SSL certificate key file.
SSLCipherSuite - Variable in class org.apache.tomcat.util.net.AprEndpoint
SSL cipher suite.
SSLEngine - Variable in class org.apache.tomcat.util.net.AprEndpoint
SSL engine.
SSLImplementation - class org.apache.tomcat.util.net.SSLImplementation.
 
SSLImplementation() - Constructor for class org.apache.tomcat.util.net.SSLImplementation
 
SSLPassword - Variable in class org.apache.tomcat.util.net.AprEndpoint
SSL password (if a cert is encrypted, and no password has been provided, a callback will ask for a password).
SSLProtocol - Variable in class org.apache.tomcat.util.net.AprEndpoint
SSL protocols.
SSLSupport - interface org.apache.tomcat.util.net.SSLSupport.
 
SSLSupport.CipherData - class org.apache.tomcat.util.net.SSLSupport.CipherData.
Simple data class that represents the cipher being used, along with the corresponding effective key size.
SSLSupport.CipherData(String, int) - Constructor for class org.apache.tomcat.util.net.SSLSupport.CipherData
 
SSLVerifyClient - Variable in class org.apache.tomcat.util.net.AprEndpoint
SSL verify client.
SSLVerifyDepth - Variable in class org.apache.tomcat.util.net.AprEndpoint
SSL verify depth.
ServerSocketFactory - class org.apache.tomcat.util.net.ServerSocketFactory.
This class creates server sockets.
ServerSocketFactory() - Constructor for class org.apache.tomcat.util.net.ServerSocketFactory
Constructor is used only by subclasses.
sameFile(URL) - Method in class org.apache.tomcat.util.net.URL
Compare two URLs, excluding the "ref" fields.
sendfile - Variable in class org.apache.tomcat.util.net.AprEndpoint
The static file sender.
sendfileCount - Variable in class org.apache.tomcat.util.net.AprEndpoint
Number of sendfile sockets.
sendfileData - Variable in class org.apache.tomcat.util.net.AprEndpoint.Sendfile
 
sendfilePollset - Variable in class org.apache.tomcat.util.net.AprEndpoint.Sendfile
 
sendfileSize - Variable in class org.apache.tomcat.util.net.AprEndpoint
Size of the sendfile (= concurrent files which can be served).
sendfileThread - Variable in class org.apache.tomcat.util.net.AprEndpoint
The sendfile thread.
sequence - Variable in class org.apache.tomcat.util.net.AprEndpoint
Sequence number used to generate thread names.
serverPollset - Variable in class org.apache.tomcat.util.net.AprEndpoint.Poller
 
serverSock - Variable in class org.apache.tomcat.util.net.AprEndpoint
Server socket "pointer".
serverSockPool - Variable in class org.apache.tomcat.util.net.AprEndpoint
APR memory pool for the server socket.
serverSocket - Variable in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
serverTimeout - Variable in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
setAddress(InetAddress) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setAddress(InetAddress) - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
setAttribute(String, Object) - Method in class org.apache.tomcat.util.net.ServerSocketFactory
General mechanism to pass attributes from the ServerConnector to the socket factory.
setAttribute(String, Object) - Method in interface org.apache.tomcat.util.net.TcpConnectionHandler
Deprecated. This has nothing to do with Tcp, was used as a workaround.
setBacklog(int) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setBacklog(int) - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
Allows the server developer to specify the backlog that should be used for server sockets.
setConnectionHandler(TcpConnectionHandler) - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
setDaemon(boolean) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setEndpoint(PoolTcpEndpoint) - Method in class org.apache.tomcat.util.net.TcpConnection
 
setFirstReadTimeout(int) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setHandler(AprEndpoint.Handler) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setMaxShutdownTries(int) - Static method in class org.apache.tomcat.util.net.TcpConnection
 
setMaxSpareThreads(int) - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
setMaxThreads(int) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setMaxThreads(int) - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
setMinSpareThreads(int) - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
setName(String) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setPollTime(int) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setPollerSize(int) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setPort(int) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setPort(int) - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
setSSLCACertificateFile(String) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setSSLCACertificatePath(String) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setSSLCARevocationFile(String) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setSSLCARevocationPath(String) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setSSLCertificateChainFile(String) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setSSLCertificateFile(String) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setSSLCertificateKeyFile(String) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setSSLCipherSuite(String) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setSSLEngine(String) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setSSLPassword(String) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setSSLProtocol(String) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setSSLVerifyClient(String) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setSSLVerifyDepth(int) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setSendfileSize(int) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setServer(Object) - Method in interface org.apache.tomcat.util.net.TcpConnectionHandler
Deprecated. This has nothing to do with TcpHandling, was used as a workaround
setServerSoTimeout(int) - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
setServerSocket(ServerSocket) - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
setServerSocketFactory(ServerSocketFactory) - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
setServerTimeout(int) - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
Sets the timeout in ms of the server sockets created by this server.
setSoLinger(int) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setSoLinger(int) - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
setSoTimeout(int) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setSoTimeout(int) - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
setSocket(Socket) - Method in class org.apache.tomcat.util.net.TcpConnection
 
setSocketOptions(long) - Method in class org.apache.tomcat.util.net.AprEndpoint
Process the specified connection.
setSocketOptions(Socket) - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
setStrategy(String) - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
setTcpNoDelay(boolean) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setTcpNoDelay(boolean) - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
setThreadPriority(int) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setThreadPriority(int) - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
setUseSendfile(boolean) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
shutdownInput(Socket) - Static method in class org.apache.tomcat.util.net.TcpConnection
 
sm - Static variable in class org.apache.tomcat.util.net.AprEndpoint
 
sm - Variable in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
soLinger - Variable in class org.apache.tomcat.util.net.AprEndpoint
Socket linger.
soTimeout - Variable in class org.apache.tomcat.util.net.AprEndpoint
Socket timeout.
socket - Variable in class org.apache.tomcat.util.net.AprEndpoint.SendfileData
 
socket - Variable in class org.apache.tomcat.util.net.AprEndpoint.Worker
 
socket - Variable in class org.apache.tomcat.util.net.MasterSlaveWorkerThread
 
socket - Variable in class org.apache.tomcat.util.net.TcpConnection
 
socketTimeout - Variable in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
sslContext - Variable in class org.apache.tomcat.util.net.AprEndpoint
SSL context.
start - Variable in class org.apache.tomcat.util.net.AprEndpoint.SendfileData
 
start() - Method in class org.apache.tomcat.util.net.AprEndpoint.Worker
Start the background processing thread.
start() - Method in class org.apache.tomcat.util.net.AprEndpoint
Start the APR endpoint, creating acceptor, poller and sendfile threads.
start() - Method in class org.apache.tomcat.util.net.MasterSlaveWorkerThread
Start the background processing thread.
startEndpoint() - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
stop() - Method in class org.apache.tomcat.util.net.AprEndpoint
Stop the endpoint.
stop() - Method in class org.apache.tomcat.util.net.MasterSlaveWorkerThread
Stop the background processing thread.
stopEndpoint() - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
stopped - Variable in class org.apache.tomcat.util.net.MasterSlaveWorkerThread
 

T

TIMEOUT - Static variable in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
TcpConnection - class org.apache.tomcat.util.net.TcpConnection.
 
TcpConnection() - Constructor for class org.apache.tomcat.util.net.TcpConnection
 
TcpConnectionHandler - interface org.apache.tomcat.util.net.TcpConnectionHandler.
This interface will be implemented by any object that uses TcpConnections.
tcpNoDelay - Variable in class org.apache.tomcat.util.net.AprEndpoint
Socket TCP no delay.
tcpNoDelay - Variable in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
theFactory - Static variable in class org.apache.tomcat.util.net.ServerSocketFactory
 
thread - Variable in class org.apache.tomcat.util.net.AprEndpoint.Worker
 
thread - Variable in class org.apache.tomcat.util.net.MasterSlaveWorkerThread
 
thread - Variable in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
threadData - Variable in class org.apache.tomcat.util.net.MasterSlaveWorkerThread
 
threadName - Variable in class org.apache.tomcat.util.net.MasterSlaveWorkerThread
 
threadPriority - Variable in class org.apache.tomcat.util.net.AprEndpoint
Priority of the acceptor and poller threads.
threadStart() - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
Start the background processing thread.
threadStop() - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
Stop the background processing thread.
threadSync - Variable in class org.apache.tomcat.util.net.AprEndpoint
Synchronization object.
threadSync - Variable in class org.apache.tomcat.util.net.MasterSlaveWorkerThread
 
threadSync - Variable in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
toExternalForm() - Method in class org.apache.tomcat.util.net.URL
Return a string representation of this URL.
toString() - Method in class org.apache.tomcat.util.net.URL
Return a string representation of this object.
tp - Variable in class org.apache.tomcat.util.net.PoolTcpEndpoint
 

U

URL - class org.apache.tomcat.util.net.URL.
URL is designed to provide public APIs for parsing and synthesizing Uniform Resource Locators as similar as possible to the APIs of java.net.URL, but without the ability to open a stream or connection.
URL(String) - Constructor for class org.apache.tomcat.util.net.URL
Create a URL object from the specified String representation.
URL(URL, String) - Constructor for class org.apache.tomcat.util.net.URL
Create a URL object by parsing a string representation relative to a specified context.
URL(String, String, String) - Constructor for class org.apache.tomcat.util.net.URL
Create a URL object from the specified components.
URL(String, String, int, String) - Constructor for class org.apache.tomcat.util.net.URL
Create a URL object from the specified components.
unlockAccept() - Method in class org.apache.tomcat.util.net.AprEndpoint
Unlock the server socket accept using a bugus connection.
unlockAccept() - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
useSendfile - Variable in class org.apache.tomcat.util.net.AprEndpoint
Use endfile for sending static files.
userInfo - Variable in class org.apache.tomcat.util.net.URL
The user info part of the URL.

W

workerThreads - Variable in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
workers - Variable in class org.apache.tomcat.util.net.AprEndpoint
Available processors.

A B C D E F G H I J K L M N O P Q R S T U W