- java.lang.Object
-
- swim.io.http.AbstractHttpServer
-
- swim.io.ws.AbstractWsServer
-
- swim.io.warp.AbstractWarpServer
-
- All Implemented Interfaces:
FlowContext
,HttpServer
,IpContext
- Direct Known Subclasses:
WebServer
public abstract class AbstractWarpServer extends 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
-
-
Constructor Summary
Constructors Constructor Description AbstractWarpServer()
AbstractWarpServer(WarpSettings warpSettings)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setHttpServerContext(HttpServerContext context)
protected WsUpgradeResponder
upgrade(WarpSocket warpSocket, 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
-
-
-
-
Field Detail
-
warpSettings
protected WarpSettings warpSettings
-
-
Constructor Detail
-
AbstractWarpServer
public AbstractWarpServer(WarpSettings warpSettings)
-
AbstractWarpServer
public AbstractWarpServer()
-
-
Method Detail
-
setHttpServerContext
public void setHttpServerContext(HttpServerContext context)
- Specified by:
setHttpServerContext
in interfaceHttpServer
- Overrides:
setHttpServerContext
in classAbstractWsServer
-
warpSettings
public final WarpSettings warpSettings()
-
upgrade
protected WsUpgradeResponder upgrade(WarpSocket warpSocket, WsResponse wsResponse)
-
-