Module swim.io.warp
Package swim.io.warp

Class AbstractWarpServer

  • All Implemented Interfaces:
    swim.io.FlowContext, swim.io.http.HttpServer, swim.io.IpContext

    public abstract class AbstractWarpServer
    extends swim.io.ws.AbstractWsServer
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected WarpSettings warpSettings  
      • Fields inherited from class swim.io.ws.AbstractWsServer

        wsSettings
      • Fields inherited from class swim.io.http.AbstractHttpServer

        context
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void setHttpServerContext​(swim.io.http.HttpServerContext context)  
      protected swim.io.ws.WsUpgradeResponder upgrade​(WarpSocket warpSocket, swim.ws.WsResponse wsResponse)  
      WarpSettings warpSettings()  
      • Methods inherited from class swim.io.ws.AbstractWsServer

        upgrade, wsSettings
      • Methods inherited from class swim.io.http.AbstractHttpServer

        become, cipherSuite, close, didBecome, didConnect, didDisconnect, didFail, didRequest, didRespond, didSecure, didTimeout, doRequest, flowControl, flowControl, flowControl, httpServerContext, httpSettings, idleTimeout, isClient, isConnected, isSecure, isServer, localAddress, localCertificates, localPrincipal, readRequest, remoteAddress, remoteCertificates, remotePrincipal, securityProtocol, willBecome, willRequest, willRespond, willSecure
    • Constructor Detail

      • AbstractWarpServer

        public AbstractWarpServer​(WarpSettings warpSettings)
      • AbstractWarpServer

        public AbstractWarpServer()
    • Method Detail

      • setHttpServerContext

        public void setHttpServerContext​(swim.io.http.HttpServerContext context)
        Specified by:
        setHttpServerContext in interface swim.io.http.HttpServer
        Overrides:
        setHttpServerContext in class swim.io.ws.AbstractWsServer
      • upgrade

        protected swim.io.ws.WsUpgradeResponder upgrade​(WarpSocket warpSocket,
                                                        swim.ws.WsResponse wsResponse)