ch.qos.logback.access.dummy
Class DummyServerAdapter

java.lang.Object
  extended by ch.qos.logback.access.dummy.DummyServerAdapter
All Implemented Interfaces:
ServerAdapter

public class DummyServerAdapter
extends Object
implements ServerAdapter


Constructor Summary
DummyServerAdapter(DummyRequest dummyRequest, DummyResponse dummyResponse)
           
 
Method Summary
 Map<String,String> buildResponseHeaderMap()
           
 long getContentLength()
           
 int getStatusCode()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DummyServerAdapter

public DummyServerAdapter(DummyRequest dummyRequest,
                          DummyResponse dummyResponse)
Method Detail

getContentLength

public long getContentLength()
Specified by:
getContentLength in interface ServerAdapter

getStatusCode

public int getStatusCode()
Specified by:
getStatusCode in interface ServerAdapter

buildResponseHeaderMap

public Map<String,String> buildResponseHeaderMap()
Specified by:
buildResponseHeaderMap in interface ServerAdapter


Copyright © 2005-2009 QOS.ch. All Rights Reserved.