| Package | Description |
|---|---|
| org.brutusin.rpc | |
| org.brutusin.rpc.http | |
| org.brutusin.rpc.websocket |
| Modifier and Type | Class and Description |
|---|---|
class |
RpcAction<I,O>
Instances of this class define the business logic of the services.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HttpAction<I,O>
Instances of this class define the business logic of the services.
|
class |
SafeAction<I,O>
Used to define business operations considered safe according to the
HTTP definition, meaning that the action "... defined semantics are
essentially read-only; i.e., the client does not request, and does not
expect, any state change on the origin server as a result of applying a safe
method to a target resource.
|
class |
UnsafeAction<I,O>
Used to define business operations considered not safe according to
the HTTP definition.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Topic<F,M> |
class |
WebsocketAction<I,O> |
Copyright © 2010–2016. All rights reserved.