public interface IPrimeConnection
extends com.netflix.client.IClientConfigAware
| Modifier and Type | Method and Description |
|---|---|
boolean |
connect(Server server,
java.lang.String uriPath)
Sub classes should implement protocol specific operation to connect
to a server.
|
boolean connect(Server server, java.lang.String uriPath) throws java.lang.Exception
server - Server to connecturiPath - URI to use in server connectionjava.lang.Exception - Any network errors