-
Packages that use Protocol Package Description com.filenet.download.api -
-
Uses of Protocol in com.filenet.download.api
Methods in com.filenet.download.api that return Protocol Modifier and Type Method and Description static ProtocolProtocol. fromString(java.lang.String displayName)Returns theProtocolwhich corresponds to the specified display name, or null if the value passed in is invalidProtocolServerConnectionData. getProtocol()Returns the protocol used by an instance ofServerConnectionData.static ProtocolProtocol. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Protocol[]Protocol. values()Returns an array containing the constants of this enum type, in the order they are declared.
-