public final class TransformingInterceptorsServer
extends java.lang.Object
The server would expect an integer to be sent as a request payload and return two integers separated by a new line.
This example demonstrates the usage of server side interceptors which do data transformations.
For interceptors requiring no data transformation see InterceptingServer
| Constructor and Description |
|---|
TransformingInterceptorsServer() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args) |