Package | Description |
---|---|
org.apache.vinci.transport | |
org.apache.vinci.transport.context |
Modifier and Type | Method and Description |
---|---|
VinciContext |
VinciClient.getContext()
Get the context associated with this client.
|
VinciContext |
VinciServer.getContext()
Get the context associated with this server.
|
Modifier and Type | Method and Description |
---|---|
void |
PooledVinciClient.setContext(VinciContext context)
Set a VinciContext that will be used by this PooledVinciClient instead of the default global
context.
|
void |
VinciClient.setContext(VinciContext c)
Set the VinciContext to be used by this client.
|
void |
VinciServer.setContext(VinciContext c)
Set the VinciContext to be used by this server.
|
Constructor and Description |
---|
VinciClient(String service_name,
TransportableFactory factory,
VinciContext myContext) |
VinciClient(String service_name,
TransportableFactory factory,
VinciContext myContext,
int connectTimeout)
Constructs a new client connected to the requested service.
|
VinciClient(String service_name,
VinciContext myContext) |
VinciClient(String service_name,
VinciContext myContext,
int connectTimeout)
Constructs a new client connected to the requested service.
|
Modifier and Type | Method and Description |
---|---|
static VinciContext |
VinciContext.getGlobalContext()
Get the global VinciContext used by Vinci classes when no context is explicitly specified.
|
Copyright © 2006–2021 The Apache Software Foundation. All rights reserved.