Package com.yahoo.search.dispatch.rpc
Interface Client
- All Known Implementing Classes:
RpcClient
public interface Client
A dispatch client.
- Author:
- bratseth
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic class
static interface
static class
static class
static interface
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
createConnection
(String hostname, int port) Creates a connection to a particular node in this
-
Method Details
-
createConnection
Creates a connection to a particular node in this -
close
void close()
-