Uses of Interface
org.abstracthorizon.danube.adapter.Adaptable

Packages that use Adaptable
org.abstracthorizon.danube.connection   
org.abstracthorizon.danube.http   
org.abstracthorizon.danube.service.server   
org.abstracthorizon.danube.support.logging   
org.abstracthorizon.danube.webdav   
 

Uses of Adaptable in org.abstracthorizon.danube.connection
 

Subinterfaces of Adaptable in org.abstracthorizon.danube.connection
 interface Connection
          This interface represents simple (two way) connection
 interface StreamConnection
          This interface represents simple (two way) connection
 

Classes in org.abstracthorizon.danube.connection that implement Adaptable
 class ConnectionWrapper
          Simple Connection wrapper class.
 

Uses of Adaptable in org.abstracthorizon.danube.http
 

Subinterfaces of Adaptable in org.abstracthorizon.danube.http
 interface HTTPConnection
           This connection represents one HTTP request and response.
 

Classes in org.abstracthorizon.danube.http that implement Adaptable
 class HTTPConnectionImpl
           This connection represents one HTTP request and response.
 

Uses of Adaptable in org.abstracthorizon.danube.service.server
 

Classes in org.abstracthorizon.danube.service.server that implement Adaptable
 class SocketChannelConnection
          This is socket connection implementation.
 class SocketConnection
          This is socket connection implementation.
 

Uses of Adaptable in org.abstracthorizon.danube.support.logging
 

Classes in org.abstracthorizon.danube.support.logging that implement Adaptable
static class AccessLogConnectionHandler.DateWrapper
          Simple connection wrapper that adds handling started time in milliseconds
 class LoggingConnection
          Logging connection
 

Uses of Adaptable in org.abstracthorizon.danube.webdav
 

Methods in org.abstracthorizon.danube.webdav with parameters of type Adaptable
protected  Object BaseWebDAVResourceConnectionHandler.readRequestXML(Adaptable adaptable, Class<?> expectedClass)
          Reads request XML strcture and parses it returning an object based on WebDAVXMLHandler.
protected  void BaseWebDAVResourceConnectionHandler.transmitResource(HTTPConnection httpConnection, Object resource, Adaptable output, Ranges ranges)
          Transmits resource.
 



Copyright © 2005-2009 Abstract Horizon. All Rights Reserved.