A C D E F G H I J L M N P R S T V W

S

Server - Class in j8583.example
Example of a small server app that listens on a port, receives connections and reads messages and responds back.
setAssignDate(boolean) - Method in class com.solab.iso8583.MessageFactory
Sets whether the factory should set the current date on newly created messages, in field 7.
setBinary(boolean) - Method in class com.solab.iso8583.IsoMessage
Indicates whether the message should be binary.
setCategoryId(int) - Method in class j8583.example.ProductData
 
setConfigPath(String) - Method in class com.solab.iso8583.MessageFactory
Tells the receiver to read the configuration at the specified path.
setCustomField(int, CustomField<?>) - Method in class com.solab.iso8583.MessageFactory
Sets the CustomField encoder for the specified field number.
setCustomFields(Map<Integer, CustomField<?>>) - Method in class com.solab.iso8583.MessageFactory
Specifies a map for custom field encoder/decoders.
setEtx(int) - Method in class com.solab.iso8583.IsoMessage
Sets the ETX character, which is sent at the end of the message as a terminator.
setEtx(int) - Method in class com.solab.iso8583.MessageFactory
Sets the ETX character to be sent at the end of the message.
setField(int, IsoValue<?>) - Method in class com.solab.iso8583.IsoMessage
Stored the field in the specified index.
setIsoHeader(String) - Method in class com.solab.iso8583.IsoMessage
Sets the string to be sent as ISO header, that is, after the length header but before the message type.
setIsoHeader(int, String) - Method in class com.solab.iso8583.MessageFactory
Sets the ISO header for a specific message type.
setIsoHeaders(Map<Integer, String>) - Method in class com.solab.iso8583.MessageFactory
Sets the ISO header to be used in each message type.
setParseMap(int, Map<Integer, FieldParseInfo>) - Method in class com.solab.iso8583.MessageFactory
Sets a map with the fields that are to be expected when parsing a certain type of message.
setProductId(String) - Method in class j8583.example.ProductData
 
setTraceNumberGenerator(TraceNumberGenerator) - Method in class com.solab.iso8583.MessageFactory
Sets the generator that this factory will get new trace numbers from.
setType(int) - Method in class com.solab.iso8583.IsoMessage
Sets the ISO message type.
setUseBinaryMessages(boolean) - Method in class com.solab.iso8583.MessageFactory
Tells the receiver to create and parse binary messages if the flag is true.
setValue(int, Object, IsoType, int) - Method in class com.solab.iso8583.IsoMessage
Sets the specified value in the specified field, creating an IsoValue internally.
setValue(int, Object, CustomField<Object>, IsoType, int) - Method in class com.solab.iso8583.IsoMessage
Sets the specified value in the specified field, creating an IsoValue internally.
SimpleTraceGenerator - Class in com.solab.iso8583.impl
Simple implementation of a TraceNumberGenerator with an internal number that is increased in memory but is not stored anywhere.
SimpleTraceGenerator(int) - Constructor for class com.solab.iso8583.impl.SimpleTraceGenerator
Creates a new instance that will use the specified initial value.
stop() - Method in class j8583.example.Client
 

A C D E F G H I J L M N P R S T V W