- java.lang.Object
-
- swim.io.http.AbstractHttpServer
-
- swim.io.ws.AbstractWsServer
-
- swim.io.warp.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 WarpSettingswarpSettings
-
Constructor Summary
Constructors Constructor Description AbstractWarpServer()AbstractWarpServer(WarpSettings warpSettings)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetHttpServerContext(swim.io.http.HttpServerContext context)protected swim.io.ws.WsUpgradeResponderupgrade(WarpSocket warpSocket, swim.ws.WsResponse wsResponse)WarpSettingswarpSettings()-
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
-
-
-
-
Field Detail
-
warpSettings
protected WarpSettings warpSettings
-
-
Constructor Detail
-
AbstractWarpServer
public AbstractWarpServer(WarpSettings warpSettings)
-
AbstractWarpServer
public AbstractWarpServer()
-
-
Method Detail
-
setHttpServerContext
public void setHttpServerContext(swim.io.http.HttpServerContext context)
- Specified by:
setHttpServerContextin interfaceswim.io.http.HttpServer- Overrides:
setHttpServerContextin classswim.io.ws.AbstractWsServer
-
warpSettings
public final WarpSettings warpSettings()
-
upgrade
protected swim.io.ws.WsUpgradeResponder upgrade(WarpSocket warpSocket, swim.ws.WsResponse wsResponse)
-
-