public class ClientServerEndpointBuilder<C extends EndpointBuilder<? extends Endpoint>,S extends EndpointBuilder<? extends Endpoint>> extends Object
| Constructor and Description |
|---|
ClientServerEndpointBuilder(C clientBuilder,
S serverBuilder)
Default constructor setting the client and server builder implementation.
|
| Modifier and Type | Method and Description |
|---|---|
C |
client()
Gets the client builder.
|
S |
server()
Gets the client builder.
|
Copyright © 2008–2019 ConSol Software GmbH. All rights reserved.