| Package | Description |
|---|---|
| com.exonum.binding.core.runtime | |
| com.exonum.binding.core.service.adapters |
An internal package with adapters of Java Service interfaces
to the interface, convenient to the native code.
|
| com.exonum.binding.core.transport |
| Constructor and Description |
|---|
ServiceRuntime(com.google.inject.Injector frameworkInjector,
com.exonum.binding.core.runtime.ServiceLoader serviceLoader,
Server server,
int serverPort)
Creates a new runtime with the given framework injector.
|
| Constructor and Description |
|---|
UserServiceAdapter(Service service,
Server server,
ViewFactory viewFactory) |
| Modifier and Type | Method and Description |
|---|---|
static Server |
Server.create()
Creates an HTTP server with no request handlers.
|
Copyright © 2019 Exonum. All rights reserved.