public class DummyServerAdapter extends Object implements ServerAdapter
Constructor and Description |
---|
DummyServerAdapter(DummyRequest dummyRequest,
DummyResponse dummyResponse) |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
buildResponseHeaderMap() |
long |
getContentLength() |
long |
getRequestTimestamp() |
int |
getStatusCode() |
public DummyServerAdapter(DummyRequest dummyRequest, DummyResponse dummyResponse)
public long getContentLength()
getContentLength
in interface ServerAdapter
public int getStatusCode()
getStatusCode
in interface ServerAdapter
public long getRequestTimestamp()
getRequestTimestamp
in interface ServerAdapter
public Map<String,String> buildResponseHeaderMap()
buildResponseHeaderMap
in interface ServerAdapter
Copyright © 2005–2018 QOS.ch. All rights reserved.