Uses of Enum Class
org.serviceconnector.scmp.SCMPHeaderKey
Packages that use SCMPHeaderKey
-
Uses of SCMPHeaderKey in org.serviceconnector.log
Methods in org.serviceconnector.log with parameters of type SCMPHeaderKeyModifier and TypeMethodDescriptionstatic voidMessageLogger.logInputMessage(SCMPHeaderKey headlineKey, SCMPMessage message) produce the log for an input message.static voidMessageLogger.logOutputMessage(SCMPHeaderKey headlineKey, SCMPMessage message) produce the log for an output message. -
Uses of SCMPHeaderKey in org.serviceconnector.net
Methods in org.serviceconnector.net with parameters of type SCMPHeaderKeyModifier and TypeMethodDescriptionprotected voidMessageEncoderDecoderAdapter.writeHeadLine(SCMPVersion scmpVersion, BufferedWriter bw, SCMPHeaderKey headerKey, int messageSize, int headerSize) Write head line. -
Uses of SCMPHeaderKey in org.serviceconnector.scmp
Methods in org.serviceconnector.scmp that return SCMPHeaderKeyModifier and TypeMethodDescriptionstatic SCMPHeaderKeySCMPHeaderKey.getKeyByHeadline(byte[] b) Gets the key by headline (byte buffer).static SCMPHeaderKeySCMPHeaderKey.getKeyByHeadline(String string) Gets the key by headline (string).static SCMPHeaderKeySCMPHeaderKey.getMsgHeaderKey(String headerKey) Gets the msg header key by string.static SCMPHeaderKeyReturns the enum constant of this class with the specified name.static SCMPHeaderKey[]SCMPHeaderKey.values()Returns an array containing the constants of this enum class, in the order they are declared.