-
- All Superinterfaces:
FlowContext
- All Known Implementing Classes:
HttpSocketService
public interface HttpServiceContext extends FlowContext
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HttpSettings
httpSettings()
InetSocketAddress
localAddress()
void
unbind()
-
Methods inherited from interface swim.io.FlowContext
flowControl, flowControl, flowControl
-
-
-
-
Method Detail
-
httpSettings
HttpSettings httpSettings()
-
localAddress
InetSocketAddress localAddress()
-
unbind
void unbind()
-
-