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–2016 The Apache Software Foundation. All rights reserved.