Interface HttpServerContext
- All Superinterfaces:
KeyStoreDescriptorAccessor, MaxConnectionsAccessor, PortAccessor, SchemeAccessor
- All Known Implementing Classes:
HttpServerContextBuilder
public interface HttpServerContext
extends SchemeAccessor, KeyStoreDescriptorAccessor, PortAccessor, MaxConnectionsAccessor
This context describes all information required to open a server (HTTP or
HTTPS) and bind a port.
-
Nested Class Summary
Nested classes/interfaces inherited from interface KeyStoreDescriptorAccessor
KeyStoreDescriptorAccessor.KeyStoreDescriptorBuilder<B>, KeyStoreDescriptorAccessor.KeyStoreDescriptorMutator, KeyStoreDescriptorAccessor.KeyStoreDescriptorPropertyNested classes/interfaces inherited from interface MaxConnectionsAccessor
MaxConnectionsAccessor.MaxConnectionsBuilder<B>, MaxConnectionsAccessor.MaxConnectionsMutator, MaxConnectionsAccessor.MaxConnectionsPropertyNested classes/interfaces inherited from interface PortAccessor
PortAccessor.PortBuilder<B>, PortAccessor.PortMutator, PortAccessor.PortPropertyNested classes/interfaces inherited from interface SchemeAccessor
SchemeAccessor.SchemeBuilder<B>, SchemeAccessor.SchemeMutator, SchemeAccessor.SchemeProperty -
Method Summary
Methods inherited from interface KeyStoreDescriptorAccessor
getKeyStoreDescriptorMethods inherited from interface MaxConnectionsAccessor
getMaxConnectionsMethods inherited from interface PortAccessor
getPortMethods inherited from interface SchemeAccessor
getScheme, toProtocol