Uses of Interface
org.webbitserver.EventSourceHandler

Packages that use EventSourceHandler
org.webbitserver   
org.webbitserver.handler   
org.webbitserver.netty   
org.webbitserver.stub   
org.webbitserver.wrapper   
 

Uses of EventSourceHandler in org.webbitserver
 

Methods in org.webbitserver with parameters of type EventSourceHandler
 WebServer WebServer.add(String path, EventSourceHandler handler)
          Add a WebSocketHandler for dealing with WebSockets.
 EventSourceConnection HttpControl.upgradeToEventSourceConnection(EventSourceHandler handler)
           
 

Uses of EventSourceHandler in org.webbitserver.handler
 

Constructors in org.webbitserver.handler with parameters of type EventSourceHandler
HttpToEventSourceHandler(EventSourceHandler handler)
           
 

Uses of EventSourceHandler in org.webbitserver.netty
 

Methods in org.webbitserver.netty with parameters of type EventSourceHandler
 NettyWebServer NettyWebServer.add(String path, EventSourceHandler handler)
           
 NettyEventSourceConnection NettyHttpControl.upgradeToEventSourceConnection(EventSourceHandler eventSourceHandler)
           
 

Constructors in org.webbitserver.netty with parameters of type EventSourceHandler
EventSourceConnectionHandler(Executor executor, Thread.UncaughtExceptionHandler exceptionHandler, Thread.UncaughtExceptionHandler ioExceptionHandler, NettyEventSourceConnection eventSourceConnection, EventSourceHandler eventSourceHandler)
           
 

Uses of EventSourceHandler in org.webbitserver.stub
 

Methods in org.webbitserver.stub with parameters of type EventSourceHandler
 EventSourceConnection StubHttpControl.upgradeToEventSourceConnection(EventSourceHandler handler)
           
 

Uses of EventSourceHandler in org.webbitserver.wrapper
 

Methods in org.webbitserver.wrapper with parameters of type EventSourceHandler
 EventSourceConnection HttpControlWrapper.upgradeToEventSourceConnection(EventSourceHandler handler)
           
 



Copyright © 2013. All Rights Reserved.