Module swim.io.http
Package swim.io.http

Interface HttpServerContext

All Superinterfaces:
FlowContext, IpContext
All Known Implementing Classes:
HttpServerModem

public interface HttpServerContext extends IpContext, FlowContext
  • Method Details

    • httpSettings

      HttpSettings httpSettings()
    • readRequest

      void readRequest()
    • become

      void become(IpSocket socket)
    • close

      void close()