| Package | Description |
|---|---|
| org.brutusin.rpc | |
| org.brutusin.rpc.http |
| Modifier and Type | Method and Description |
|---|---|
abstract Map<String,HttpAction> |
RpcContext.getHttpServices() |
| Modifier and Type | Class and Description |
|---|---|
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.
|
Copyright © 2010–2016. All rights reserved.