A C E G I J N O R S U 
All Classes All Packages

A

accept(ServletContext, JettyWebSocketServerContainer) - Method in interface org.eclipse.jetty.websocket.server.config.JettyWebSocketServletContainerInitializer.Configurator
 
addHeader(String, String) - Method in interface org.eclipse.jetty.websocket.server.JettyServerUpgradeResponse
Add a header value to the response.
addMapping(String, Class<?>) - Method in class org.eclipse.jetty.websocket.server.JettyWebSocketServerContainer
 
addMapping(String, JettyWebSocketCreator) - Method in class org.eclipse.jetty.websocket.server.JettyWebSocketServerContainer
 
addMapping(String, JettyWebSocketCreator) - Method in interface org.eclipse.jetty.websocket.server.JettyWebSocketServletFactory
Add a WebSocket mapping to a provided JettyWebSocketCreator.
addSessionListener(WebSocketSessionListener) - Method in class org.eclipse.jetty.websocket.server.JettyWebSocketServerContainer
 

C

configure(ServletContextHandler, JettyWebSocketServletContainerInitializer.Configurator) - Static method in class org.eclipse.jetty.websocket.server.config.JettyWebSocketServletContainerInitializer
Configure the ServletContextHandler to call the JettyWebSocketServletContainerInitializer during the ServletContext initialization phase.
configure(JettyWebSocketServletFactory) - Method in class org.eclipse.jetty.websocket.server.JettyWebSocketServlet
Configure the JettyWebSocketServletFactory for this servlet instance by setting default configuration (which may be overriden by annotations) and mapping JettyWebSocketCreators.
createWebSocket(JettyServerUpgradeRequest, JettyServerUpgradeResponse) - Method in interface org.eclipse.jetty.websocket.server.JettyWebSocketCreator
Create a websocket from the incoming request.

E

ensureContainer(ServletContext) - Static method in class org.eclipse.jetty.websocket.server.JettyWebSocketServerContainer
 

G

getAvailableExtensionNames() - Method in interface org.eclipse.jetty.websocket.server.JettyWebSocketServletFactory
Get the names of all available WebSocket Extensions.
getBehavior() - Method in class org.eclipse.jetty.websocket.server.JettyWebSocketServerContainer
 
getBehavior() - Method in interface org.eclipse.jetty.websocket.server.JettyWebSocketServletFactory
 
getCertificates() - Method in interface org.eclipse.jetty.websocket.server.JettyServerUpgradeRequest
 
getContainer(ServletContext) - Static method in class org.eclipse.jetty.websocket.server.JettyWebSocketServerContainer
 
getExecutor() - Method in class org.eclipse.jetty.websocket.server.JettyWebSocketServerContainer
 
getHttpServletRequest() - Method in interface org.eclipse.jetty.websocket.server.JettyServerUpgradeRequest
 
getIdleTimeout() - Method in class org.eclipse.jetty.websocket.server.JettyWebSocketServerContainer
 
getInputBufferSize() - Method in class org.eclipse.jetty.websocket.server.JettyWebSocketServerContainer
 
getLocale() - Method in interface org.eclipse.jetty.websocket.server.JettyServerUpgradeRequest
 
getLocales() - Method in interface org.eclipse.jetty.websocket.server.JettyServerUpgradeRequest
 
getLocalSocketAddress() - Method in interface org.eclipse.jetty.websocket.server.JettyServerUpgradeRequest
 
getMapping(String) - Method in interface org.eclipse.jetty.websocket.server.JettyWebSocketServletFactory
Returns the creator for the given path spec.
getMaxBinaryMessageSize() - Method in class org.eclipse.jetty.websocket.server.JettyWebSocketServerContainer
 
getMaxFrameSize() - Method in class org.eclipse.jetty.websocket.server.JettyWebSocketServerContainer
 
getMaxTextMessageSize() - Method in class org.eclipse.jetty.websocket.server.JettyWebSocketServerContainer
 
getOpenSessions() - Method in class org.eclipse.jetty.websocket.server.JettyWebSocketServerContainer
 
getOutputBufferSize() - Method in class org.eclipse.jetty.websocket.server.JettyWebSocketServerContainer
 
getRemoteSocketAddress() - Method in interface org.eclipse.jetty.websocket.server.JettyServerUpgradeRequest
 
getRequestPath() - Method in interface org.eclipse.jetty.websocket.server.JettyServerUpgradeRequest
 
getServletAttribute(String) - Method in interface org.eclipse.jetty.websocket.server.JettyServerUpgradeRequest
 
getServletAttributes() - Method in interface org.eclipse.jetty.websocket.server.JettyServerUpgradeRequest
 
getServletParameters() - Method in interface org.eclipse.jetty.websocket.server.JettyServerUpgradeRequest
 
getSession() - Method in interface org.eclipse.jetty.websocket.server.JettyServerUpgradeRequest
Access the Servlet HTTP Session (if present)

I

init() - Method in class org.eclipse.jetty.websocket.server.JettyWebSocketServlet
 
isAutoFragment() - Method in class org.eclipse.jetty.websocket.server.JettyWebSocketServerContainer
 
isCommitted() - Method in interface org.eclipse.jetty.websocket.server.JettyServerUpgradeResponse
Returns a boolean indicating if the response has been committed.
isUserInRole(String) - Method in interface org.eclipse.jetty.websocket.server.JettyServerUpgradeRequest
 

J

JETTY_WEBSOCKET_CONTAINER_ATTRIBUTE - Static variable in class org.eclipse.jetty.websocket.server.JettyWebSocketServerContainer
 
JettyServerUpgradeRequest - Interface in org.eclipse.jetty.websocket.server
 
JettyServerUpgradeResponse - Interface in org.eclipse.jetty.websocket.server
 
JettyWebSocketConfiguration - Class in org.eclipse.jetty.websocket.server.config
Websocket Configuration
JettyWebSocketConfiguration() - Constructor for class org.eclipse.jetty.websocket.server.config.JettyWebSocketConfiguration
 
JettyWebSocketCreator - Interface in org.eclipse.jetty.websocket.server
Abstract WebSocket creator interface.
JettyWebSocketServerContainer - Class in org.eclipse.jetty.websocket.server
 
JettyWebSocketServlet - Class in org.eclipse.jetty.websocket.server
Abstract Servlet used to bridge the Servlet API to the WebSocket API.
JettyWebSocketServlet() - Constructor for class org.eclipse.jetty.websocket.server.JettyWebSocketServlet
 
JettyWebSocketServletContainerInitializer - Class in org.eclipse.jetty.websocket.server.config
ServletContext configuration for Jetty Native WebSockets API.
JettyWebSocketServletContainerInitializer() - Constructor for class org.eclipse.jetty.websocket.server.config.JettyWebSocketServletContainerInitializer
 
JettyWebSocketServletContainerInitializer.Configurator - Interface in org.eclipse.jetty.websocket.server.config
 
JettyWebSocketServletFactory - Interface in org.eclipse.jetty.websocket.server
 

N

notifySessionListeners(Consumer<WebSocketSessionListener>) - Method in class org.eclipse.jetty.websocket.server.JettyWebSocketServerContainer
 

O

onStartup(Set<Class<?>>, ServletContext) - Method in class org.eclipse.jetty.websocket.server.config.JettyWebSocketServletContainerInitializer
 
org.eclipse.jetty.websocket.jetty.server - module org.eclipse.jetty.websocket.jetty.server
 
org.eclipse.jetty.websocket.server - package org.eclipse.jetty.websocket.server
 
org.eclipse.jetty.websocket.server.config - package org.eclipse.jetty.websocket.server.config
 

R

register(Class<?>) - Method in interface org.eclipse.jetty.websocket.server.JettyWebSocketServletFactory
Add a WebSocket mapping at PathSpec "/" for a creator which creates the endpointClass
removeMapping(String) - Method in interface org.eclipse.jetty.websocket.server.JettyWebSocketServletFactory
Removes the mapping based on the given path spec.
removeSessionListener(WebSocketSessionListener) - Method in class org.eclipse.jetty.websocket.server.JettyWebSocketServerContainer
 

S

sendError(int, String) - Method in interface org.eclipse.jetty.websocket.server.JettyServerUpgradeResponse
Sends an error response to the client using the specified status.
sendForbidden(String) - Method in interface org.eclipse.jetty.websocket.server.JettyServerUpgradeResponse
Issue a forbidden upgrade response.
service(HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.websocket.server.JettyWebSocketServlet
 
setAcceptedSubProtocol(String) - Method in interface org.eclipse.jetty.websocket.server.JettyServerUpgradeResponse
Set the accepted WebSocket Protocol.
setAutoFragment(boolean) - Method in class org.eclipse.jetty.websocket.server.JettyWebSocketServerContainer
 
setCreator(JettyWebSocketCreator) - Method in interface org.eclipse.jetty.websocket.server.JettyWebSocketServletFactory
Add a WebSocket mapping at PathSpec "/" for a creator
setExtensions(List<ExtensionConfig>) - Method in interface org.eclipse.jetty.websocket.server.JettyServerUpgradeResponse
Set the list of extensions that are approved for use with this websocket.
setHeader(String, String) - Method in interface org.eclipse.jetty.websocket.server.JettyServerUpgradeResponse
Set a header
setHeader(String, List<String>) - Method in interface org.eclipse.jetty.websocket.server.JettyServerUpgradeResponse
Set a header
setIdleTimeout(Duration) - Method in class org.eclipse.jetty.websocket.server.JettyWebSocketServerContainer
 
setInputBufferSize(int) - Method in class org.eclipse.jetty.websocket.server.JettyWebSocketServerContainer
 
setMaxBinaryMessageSize(long) - Method in class org.eclipse.jetty.websocket.server.JettyWebSocketServerContainer
 
setMaxFrameSize(long) - Method in class org.eclipse.jetty.websocket.server.JettyWebSocketServerContainer
 
setMaxTextMessageSize(long) - Method in class org.eclipse.jetty.websocket.server.JettyWebSocketServerContainer
 
setOutputBufferSize(int) - Method in class org.eclipse.jetty.websocket.server.JettyWebSocketServerContainer
 
setServletAttribute(String, Object) - Method in interface org.eclipse.jetty.websocket.server.JettyServerUpgradeRequest
 
setStatusCode(int) - Method in interface org.eclipse.jetty.websocket.server.JettyServerUpgradeResponse
Set the HTTP Response status code

U

upgrade(JettyWebSocketCreator, HttpServletRequest, HttpServletResponse) - Method in class org.eclipse.jetty.websocket.server.JettyWebSocketServerContainer
An immediate programmatic WebSocket upgrade that does not register a mapping or create a WebSocketUpgradeFilter.
A C E G I J N O R S U 
All Classes All Packages