Module swim.linker
Package swim.linker

Class HttpServiceDef

  • All Implemented Interfaces:
    swim.codec.Debug

    public final class HttpServiceDef
    extends WarpServiceDef
    implements swim.codec.Debug
    • Constructor Detail

      • HttpServiceDef

        public HttpServiceDef​(String address,
                              int port,
                              String planeName,
                              swim.uri.Uri documentRoot,
                              swim.io.warp.WarpSettings warpSettings)