Interface ServerHttpConnection

All Superinterfaces:
ServerStreamConnection

public interface ServerHttpConnection extends ServerStreamConnection
Interface of a ServerStreamConnection for HTTP response transport.
  • Method Details

    • setResponseHeader

      void setResponseHeader(String pKey, String pValue)
      Sets a response header.
    • setContentLength

      void setContentLength(int pContentLength)
      Sets the content length.