Uses of Interface
com.exonum.binding.transport.Server
-
Packages that use Server Package Description com.exonum.binding.runtime com.exonum.binding.service.adapters An internal package with adapters of Java Service interfaces to the interface, convenient to the native code.com.exonum.binding.transport -
-
Uses of Server in com.exonum.binding.runtime
Constructors in com.exonum.binding.runtime with parameters of type Server Constructor Description ServiceRuntime(com.google.inject.Injector frameworkInjector, com.exonum.binding.runtime.ServiceLoader serviceLoader, Server server, int serverPort)
Creates a new runtime with the given framework injector. -
Uses of Server in com.exonum.binding.service.adapters
Constructors in com.exonum.binding.service.adapters with parameters of type Server Constructor Description UserServiceAdapter(Service service, Server server, ViewFactory viewFactory)
-
Uses of Server in com.exonum.binding.transport
Methods in com.exonum.binding.transport that return Server Modifier and Type Method Description static Server
Server. create()
Creates an HTTP server with no request handlers.
-