Skip navigation links
A C G H I J M N R S T V 

A

addConnector(HttpConnectorConfiguration) - Method in class com.cloudhopper.jetty.HttpServerConfiguration
 
addResourceBase(String) - Method in class com.cloudhopper.jetty.JettyHttpServer
Adds a directory for resources such as files containing html, images, etc.
addServlet(Servlet, String) - Method in class com.cloudhopper.jetty.JettyHttpServer
Adds a servlet to this server.
addSslConnector(HttpSslConnectorConfiguration) - Method in class com.cloudhopper.jetty.HttpServerConfiguration
 

C

com.cloudhopper.jetty - package com.cloudhopper.jetty
 
connectors - Variable in class com.cloudhopper.jetty.HttpServerConfiguration
 
create(HttpServerConfiguration) - Static method in class com.cloudhopper.jetty.JettyHttpServerFactory
 

G

getBusyThreads() - Method in class com.cloudhopper.jetty.JettyHttpServer
 
getCertAlias() - Method in class com.cloudhopper.jetty.HttpSslConnectorConfiguration
 
getCommit() - Static method in class com.cloudhopper.jetty.Version
Returns the library source control commit tag such as "4d26c225"
getConnectors() - Method in class com.cloudhopper.jetty.HttpServerConfiguration
 
getCurrentThreads() - Method in class com.cloudhopper.jetty.JettyHttpServer
 
getExecutor() - Method in class com.cloudhopper.jetty.JettyExecutorThreadPool
 
getFreeThreads() - Method in class com.cloudhopper.jetty.JettyHttpServer
 
getGracefulShutdownTime() - Method in class com.cloudhopper.jetty.HttpServerConfiguration
 
getHost() - Method in class com.cloudhopper.jetty.HttpConnectorConfiguration
 
getIdleThreads() - Method in class com.cloudhopper.jetty.JettyHttpServer
 
getJmxDomain() - Method in class com.cloudhopper.jetty.HttpServerConfiguration
 
getKeyManagerPassword() - Method in class com.cloudhopper.jetty.HttpSslConnectorConfiguration
 
getKeystoreFile() - Method in class com.cloudhopper.jetty.HttpSslConnectorConfiguration
 
getKeystorePassword() - Method in class com.cloudhopper.jetty.HttpSslConnectorConfiguration
 
getLongVersion() - Static method in class com.cloudhopper.jetty.Version
Returns a longer library version that includes the timestamp such as "1.1.4 (commit 4d26c225; ts 2016-07-19T18:52:09Z)"
getMaxIdleTime() - Method in class com.cloudhopper.jetty.HttpConnectorConfiguration
 
getMaxQueuedConnections() - Method in class com.cloudhopper.jetty.JettyHttpServer
 
getMaxQueueSize() - Method in class com.cloudhopper.jetty.HttpServerConfiguration
 
getMaxThreads() - Method in class com.cloudhopper.jetty.HttpServerConfiguration
 
getMaxThreads() - Method in class com.cloudhopper.jetty.JettyHttpServer
 
getMinThreads() - Method in class com.cloudhopper.jetty.HttpServerConfiguration
 
getMinThreads() - Method in class com.cloudhopper.jetty.JettyHttpServer
 
getMostThreads() - Method in class com.cloudhopper.jetty.JettyHttpServer
 
getName() - Method in class com.cloudhopper.jetty.HttpServerConfiguration
 
getName() - Static method in class com.cloudhopper.jetty.Version
Returns the library name such as "ch-jetty"
getOpenConnections() - Method in class com.cloudhopper.jetty.JettyHttpServer
 
getPort() - Method in class com.cloudhopper.jetty.HttpConnectorConfiguration
 
getPortString() - Method in class com.cloudhopper.jetty.HttpServerConfiguration
 
getQueuedConnections() - Method in class com.cloudhopper.jetty.JettyHttpServer
 
getRejectedConnections() - Method in class com.cloudhopper.jetty.JettyHttpServer
 
getResourceBaseDirectory() - Method in class com.cloudhopper.jetty.HttpServerConfiguration
 
getSslConnectors() - Method in class com.cloudhopper.jetty.HttpServerConfiguration
 
getThreadKeepAliveTimeout() - Method in class com.cloudhopper.jetty.HttpServerConfiguration
 
getTimestamp() - Static method in class com.cloudhopper.jetty.Version
Returns the library build timestamp (date) such as "2016-07-19T18:52:09Z"
getTruststoreFile() - Method in class com.cloudhopper.jetty.HttpSslConnectorConfiguration
 
getTruststorePassword() - Method in class com.cloudhopper.jetty.HttpSslConnectorConfiguration
 
getVendor() - Static method in class com.cloudhopper.jetty.Version
Returns the library vendor such as "com.cloudhopper"
getVersion() - Static method in class com.cloudhopper.jetty.Version
Returns the library version such as "1.1.4"
gracefulShutdownTime - Variable in class com.cloudhopper.jetty.HttpServerConfiguration
 

H

hasAtLeastOneConnector() - Method in class com.cloudhopper.jetty.HttpServerConfiguration
Checks if this server has at least one connector (either cleartext or SSL) configured.
HttpConnectorConfiguration - Class in com.cloudhopper.jetty
Configuration of a Connector for an HttpServer.
HttpConnectorConfiguration() - Constructor for class com.cloudhopper.jetty.HttpConnectorConfiguration
 
HttpServerConfiguration - Class in com.cloudhopper.jetty
Configuration of an HttpServer.
HttpServerConfiguration() - Constructor for class com.cloudhopper.jetty.HttpServerConfiguration
 
HttpSslConnectorConfiguration - Class in com.cloudhopper.jetty
Configuration of an SSL Connector for an HttpServer.
HttpSslConnectorConfiguration() - Constructor for class com.cloudhopper.jetty.HttpSslConnectorConfiguration
 

I

isFailed() - Method in class com.cloudhopper.jetty.JettyHttpServer
 
isJettyAutoShutdownDisabled() - Method in class com.cloudhopper.jetty.HttpServerConfiguration
 
isNonBlockingSocketsEnabled() - Method in class com.cloudhopper.jetty.HttpConnectorConfiguration
 
isReuseAddress() - Method in class com.cloudhopper.jetty.HttpConnectorConfiguration
 
isRunning() - Method in class com.cloudhopper.jetty.JettyHttpServer
 
isSessionsEnabled() - Method in class com.cloudhopper.jetty.HttpServerConfiguration
 
isStarted() - Method in class com.cloudhopper.jetty.JettyHttpServer
 
isStarting() - Method in class com.cloudhopper.jetty.JettyHttpServer
 
isStatsEnabled() - Method in class com.cloudhopper.jetty.HttpConnectorConfiguration
 
isStopped() - Method in class com.cloudhopper.jetty.JettyHttpServer
 
isStopping() - Method in class com.cloudhopper.jetty.JettyHttpServer
 

J

jettyAutoShutdownDisabled - Variable in class com.cloudhopper.jetty.HttpServerConfiguration
 
JettyExecutorThreadPool - Class in com.cloudhopper.jetty
Jetty ThreadPool exposing the underlying ThreadPoolExecutor.
JettyExecutorThreadPool(ThreadPoolExecutor) - Constructor for class com.cloudhopper.jetty.JettyExecutorThreadPool
 
JettyHttpServer - Class in com.cloudhopper.jetty
 
JettyHttpServer(HttpServerConfiguration, Server, HandlerCollection, ContextHandlerCollection, ServletContextHandler) - Constructor for class com.cloudhopper.jetty.JettyHttpServer
 
JettyHttpServerFactory - Class in com.cloudhopper.jetty
 
JettyHttpServerFactory() - Constructor for class com.cloudhopper.jetty.JettyHttpServerFactory
 
jmxDomain - Variable in class com.cloudhopper.jetty.HttpServerConfiguration
 
join() - Method in class com.cloudhopper.jetty.JettyHttpServer
 

M

maxQueueSize - Variable in class com.cloudhopper.jetty.HttpServerConfiguration
 
maxThreads - Variable in class com.cloudhopper.jetty.HttpServerConfiguration
 
minThreads - Variable in class com.cloudhopper.jetty.HttpServerConfiguration
 

N

name - Variable in class com.cloudhopper.jetty.HttpServerConfiguration
 

R

resourceBaseDirectory - Variable in class com.cloudhopper.jetty.HttpServerConfiguration
 

S

safeGetName() - Method in class com.cloudhopper.jetty.HttpServerConfiguration
 
sessionsEnabled - Variable in class com.cloudhopper.jetty.HttpServerConfiguration
 
setCertAlias(String) - Method in class com.cloudhopper.jetty.HttpSslConnectorConfiguration
 
setGracefulShutdownTime(Integer) - Method in class com.cloudhopper.jetty.HttpServerConfiguration
 
setHost(String) - Method in class com.cloudhopper.jetty.HttpConnectorConfiguration
 
setJettyAutoShutdownDisabled(boolean) - Method in class com.cloudhopper.jetty.HttpServerConfiguration
 
setJmxDomain(String) - Method in class com.cloudhopper.jetty.HttpServerConfiguration
 
setKeyManagerPassword(String) - Method in class com.cloudhopper.jetty.HttpSslConnectorConfiguration
 
setKeystoreFile(String) - Method in class com.cloudhopper.jetty.HttpSslConnectorConfiguration
 
setKeystorePassword(String) - Method in class com.cloudhopper.jetty.HttpSslConnectorConfiguration
 
setMaxIdleTime(int) - Method in class com.cloudhopper.jetty.HttpConnectorConfiguration
 
setMaxQueueSize(int) - Method in class com.cloudhopper.jetty.HttpServerConfiguration
 
setMaxThreads(Integer) - Method in class com.cloudhopper.jetty.HttpServerConfiguration
 
setMinThreads(Integer) - Method in class com.cloudhopper.jetty.HttpServerConfiguration
 
setName(String) - Method in class com.cloudhopper.jetty.HttpServerConfiguration
 
setNonBlockingSocketsEnabled(boolean) - Method in class com.cloudhopper.jetty.HttpConnectorConfiguration
 
setPort(Integer) - Method in class com.cloudhopper.jetty.HttpConnectorConfiguration
 
setResourceBaseDirectory(String) - Method in class com.cloudhopper.jetty.HttpServerConfiguration
 
setReuseAddress(boolean) - Method in class com.cloudhopper.jetty.HttpConnectorConfiguration
 
setSessionsEnabled(Boolean) - Method in class com.cloudhopper.jetty.HttpServerConfiguration
 
setStatsEnabled(boolean) - Method in class com.cloudhopper.jetty.HttpConnectorConfiguration
 
setThreadKeepAliveTimeout(long) - Method in class com.cloudhopper.jetty.HttpServerConfiguration
 
setTruststoreFile(String) - Method in class com.cloudhopper.jetty.HttpSslConnectorConfiguration
 
setTruststorePassword(String) - Method in class com.cloudhopper.jetty.HttpSslConnectorConfiguration
 
sslConnectors - Variable in class com.cloudhopper.jetty.HttpServerConfiguration
 
start() - Method in class com.cloudhopper.jetty.JettyHttpServer
Starts the HTTP server.
stop() - Method in class com.cloudhopper.jetty.JettyHttpServer
Stops the HTTP server.

T

threadKeepAliveTimeout - Variable in class com.cloudhopper.jetty.HttpServerConfiguration
 

V

Version - Class in com.cloudhopper.jetty
 
Version() - Constructor for class com.cloudhopper.jetty.Version
 
A C G H I J M N R S T V 
Skip navigation links

Copyright © 2012–2016 Cloudhopper by Twitter. All rights reserved.