Uses of Interface
com.exonum.binding.core.transport.Server
-
Packages that use Server Package Description com.exonum.binding.core.runtime com.exonum.binding.core.transport -
-
Uses of Server in com.exonum.binding.core.runtime
Constructors in com.exonum.binding.core.runtime with parameters of type Server Constructor Description RuntimeTransport(Server server, int port)Creates a new runtime transport. -
Uses of Server in com.exonum.binding.core.transport
Methods in com.exonum.binding.core.transport that return Server Modifier and Type Method Description static ServerServer. create()Creates an HTTP server with no request handlers.
-