Uses of Interface
org.webbitserver.DataHolder

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

Uses of DataHolder in org.webbitserver
 

Subinterfaces of DataHolder in org.webbitserver
 interface EventSourceConnection
           
 interface HttpConnection
           
 interface HttpRequest
          Retrieves information about inbound HTTP request.
 interface WebSocketConnection
           
 

Methods in org.webbitserver that return DataHolder
 DataHolder DataHolder.data(String key, Object value)
          Store data value by key.
 

Uses of DataHolder in org.webbitserver.netty
 

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

Uses of DataHolder in org.webbitserver.stub
 

Classes in org.webbitserver.stub that implement DataHolder
 class StubConnection
          Implementation of EventSourceConnection and WebSocketConnection that is easy to construct and makes it easy to inspect results.
 class StubDataHolder
           
 class StubHttpRequest
          Implementation of HttpRequest that is easy to construct manually and populate.
 

Methods in org.webbitserver.stub that return DataHolder
 DataHolder StubDataHolder.data(String key, Object value)
           
 

Uses of DataHolder in org.webbitserver.wrapper
 

Classes in org.webbitserver.wrapper that implement DataHolder
 class EventSourceConnectionWrapper
           
 class HttpRequestWrapper
           
 class WebSocketConnectionWrapper
           
 



Copyright © 2012. All Rights Reserved.