public class PojoClientServer extends Object
This class provides very simple client/server framework for passing pojos between a client and server, using either standard java serialization, or a user specified encode/decode path.
You can either fire a message at a remote, or send a message and ask for a response. That's it. But small building blocks are sometimes enough.
See PojoClientServer.Server and PojoClientServer.Client
for more info
| Modifier and Type | Class and Description |
|---|---|
static class |
PojoClientServer.Client
Bundle of clients from this porcess to a variety of remote endpoints.
|
static class |
PojoClientServer.Server
Server.
|
static class |
PojoClientServer.SingleConnection
Single connection class.
|
Copyright © 2020. All rights reserved.