Uses of Interface
org.webbitserver.HttpConnection

Packages that use HttpConnection
org.webbitserver   
org.webbitserver.netty   
org.webbitserver.stub   
org.webbitserver.wrapper   
 

Uses of HttpConnection in org.webbitserver
 

Subinterfaces of HttpConnection in org.webbitserver
 interface EventSourceConnection
           
 interface WebSocketConnection
           
 

Methods in org.webbitserver that return HttpConnection
 HttpConnection HttpConnection.close()
           
 

Uses of HttpConnection in org.webbitserver.netty
 

Classes in org.webbitserver.netty that implement HttpConnection
 class AbstractHttpConnection
           
 class NettyEventSourceConnection
           
 class NettyWebSocketConnection
           
 

Uses of HttpConnection in org.webbitserver.stub
 

Classes in org.webbitserver.stub that implement HttpConnection
 class StubConnection
          Implementation of EventSourceConnection and WebSocketConnection that is easy to construct and makes it easy to inspect results.
 

Uses of HttpConnection in org.webbitserver.wrapper
 

Classes in org.webbitserver.wrapper that implement HttpConnection
 class EventSourceConnectionWrapper
           
 class WebSocketConnectionWrapper
           
 



Copyright © 2012. All Rights Reserved.