- 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 WarpSettingswarpSettings-
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 voidsetHttpServerContext(HttpServerContext context)protected WsUpgradeResponderupgrade(WarpSocket warpSocket, WsResponse wsResponse)WarpSettingswarpSettings()-
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:
setHttpServerContextin interfaceHttpServer- Overrides:
setHttpServerContextin classAbstractWsServer
-
warpSettings
public final WarpSettings warpSettings()
-
upgrade
protected WsUpgradeResponder upgrade(WarpSocket warpSocket, WsResponse wsResponse)
-
-