|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IServerAddress.Protocol | |
|---|---|
| com.perforce.p4java.impl.mapbased.server | |
| com.perforce.p4java.server | Provides interfaces and classes for accessing Perforce SCM servers and associated server-level services. |
| Uses of IServerAddress.Protocol in com.perforce.p4java.impl.mapbased.server |
|---|
| Methods in com.perforce.p4java.impl.mapbased.server that return IServerAddress.Protocol | |
|---|---|
IServerAddress.Protocol |
ServerAddress.getProtocol()
|
IServerAddress.Protocol |
ServerAddressBuilder.getProtocol()
Gets the protocol. |
| Uses of IServerAddress.Protocol in com.perforce.p4java.server |
|---|
| Methods in com.perforce.p4java.server that return IServerAddress.Protocol | |
|---|---|
static IServerAddress.Protocol |
IServerAddress.Protocol.fromString(String protocol)
Returns the connection protocol as inferred from the passed-in value. |
IServerAddress.Protocol |
IServerAddress.getProtocol()
Gets the connection protocol. |
static IServerAddress.Protocol |
IServerAddress.Protocol.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static IServerAddress.Protocol[] |
IServerAddress.Protocol.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||