public abstract class WebSocketHandler extends HandlerWrapper
| Modifier and Type | Class and Description |
|---|---|
static class |
WebSocketHandler.Simple
Create a simple WebSocketHandler that registers a single WebSocket POJO that is created on every upgrade request.
|
AbstractLifeCycle.AbstractLifeCycleListenerLifeCycle.ListenerContainer.InheritedListener, Container.Listener_handler| Constructor and Description |
|---|
WebSocketHandler() |
WebSocketHandler(ByteBufferPool bufferPool) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
configure(WebSocketServletFactory factory) |
void |
configurePolicy(WebSocketPolicy policy) |
protected void |
doStart()
Starts the managed lifecycle beans in the order they were added.
|
WebSocketServletFactory |
getWebSocketFactory() |
void |
handle(String target,
Request baseRequest,
HttpServletRequest request,
HttpServletResponse response)
Handle a request.
|
destroy, expandChildren, getHandler, getHandlers, setHandler, setServerexpandHandler, findContainerOf, getChildHandlerByClass, getChildHandlers, getChildHandlersByClassdoStop, dumpThis, getServeraddBean, addBean, addBean, addEventListener, addManaged, contains, dump, dump, dump, dump, dump, dumpBeans, dumpObject, dumpStdErr, getBean, getBeans, getBeans, isManaged, manage, removeBean, removeBeans, removeEventListener, setBeans, setStopTimeout, start, stop, unmanage, updateBean, updateBeansaddLifeCycleListener, getState, getState, getStopTimeout, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeLifeCycleListener, start, stopclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddLifeCycleListener, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeLifeCycleListener, start, stoppublic WebSocketHandler()
public WebSocketHandler(ByteBufferPool bufferPool)
public abstract void configure(WebSocketServletFactory factory)
public void configurePolicy(WebSocketPolicy policy)
protected void doStart()
throws Exception
ContainerLifeCycledoStart in class AbstractHandlerExceptionpublic WebSocketServletFactory getWebSocketFactory()
public void handle(String target, Request baseRequest, HttpServletRequest request, HttpServletResponse response) throws IOException, ServletException
Handlerhandle in interface Handlerhandle in class HandlerWrappertarget - The target of the request - either a URI or a name.baseRequest - The original unwrapped request object.request - The request either as the Request
object or a wrapper of that request. The HttpChannel.getCurrentHttpChannel()
method can be used access the Request object if required.response - The response as the Response
object or a wrapper of that request. The HttpChannel.getCurrentHttpChannel()
method can be used access the Response object if required.IOExceptionServletExceptionCopyright © 1995-2015 Webtide. All Rights Reserved.