public interface ServerHttpConnection extends ServerStreamConnection
ServerStreamConnection
for HTTP
response transport.Modifier and Type | Method and Description |
---|---|
void |
setContentLength(int pContentLength)
Sets the content length.
|
void |
setResponseHeader(String pKey,
String pValue)
Sets a response header.
|
close, newInputStream, newOutputStream
Copyright © 2001-2014 The Apache Software Foundation. All Rights Reserved.