Uses of Enum Class
org.serviceconnector.scmp.SCMPVersion
Packages that use SCMPVersion
-
Uses of SCMPVersion in org.serviceconnector.net
Methods in org.serviceconnector.net with parameters of type SCMPVersionModifier and TypeMethodDescriptionprotected voidMessageEncoderDecoderAdapter.writeHeadLine(SCMPVersion scmpVersion, BufferedWriter bw, SCMPHeaderKey headerKey, int messageSize, int headerSize) Write head line. -
Uses of SCMPVersion in org.serviceconnector.scmp
Methods in org.serviceconnector.scmp that return SCMPVersionModifier and TypeMethodDescriptionSCMPMessage.getSCMPVersion()Gets the SCMP version.static SCMPVersionSCMPVersion.getSCMPVersionByByteArray(byte[] versionBuffer) Gets the sCMP version by byte array.Get theEnumconstant by looking up the code in the reverse enum mapstatic SCMPVersionReturns the enum constant of this class with the specified name.static SCMPVersion[]SCMPVersion.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.serviceconnector.scmp with parameters of type SCMPVersionModifierConstructorDescriptionSCMPKeepAlive(SCMPVersion scmpVersion) SCMPMessage(SCMPVersion scmpVersion) Instantiates a new SCMP.SCMPMessage(SCMPVersion scmpVersion, Map<String, String> baseHeader) Instantiates a new SCMP message with given message key.SCMPMessageFault(SCMPVersion scmpVersion) Instantiates a new SCMP fault.SCMPMessageFault(SCMPVersion scmpVersion, Exception exception, SCMPError error) Instantiates a new SCMP fault.SCMPMessageFault(SCMPVersion scmpVersion, SCMPError error, String additionalInfo) Instantiates a new SCMP fault message.SCMPPart(SCMPVersion scmpVersion) Instantiates a new SCMPPart.SCMPPart(SCMPVersion scmpVersion, boolean pollRequest) Instantiates a new SCMP part.SCMPPart(SCMPVersion scmpVersion, boolean pollRequest, Map<String, String> baseHeader) Instantiates a new SCMP part.