public interface FIXTransport
Modifier and Type | Method and Description |
---|---|
void |
close()
Close transport method.
|
String |
getAddress() |
int |
getOptimalBufferSize()
Gets optimal the size of buffer.
|
boolean |
isBlockingSocket() |
void |
readMessage(MsgBuf buf)
Read message method.
|
void |
setRawTags(RawFIXUtil.RawTags rawTags) |
void |
waitUntilReadyToWrite() |
void |
write(byte[] message)
Write message method.
|
int |
write(byte[] message,
int offset,
int length)
Write message method.
|
int |
write(ByteBuffer buf,
int offset,
int length) |
boolean isBlockingSocket()
void readMessage(MsgBuf buf) throws IOException
IOException
- - if error occurredvoid write(byte[] message) throws IOException
message
- the messageIOException
- - if error occurredint write(byte[] message, int offset, int length) throws IOException
message
- the messageoffset
- the start buffer positionlength
- the lengthIOException
- - if error occurredint write(ByteBuffer buf, int offset, int length) throws IOException
IOException
void waitUntilReadyToWrite() throws IOException
IOException
void close() throws IOException
IOException
- - if error occurredint getOptimalBufferSize()
String getAddress()
void setRawTags(RawFIXUtil.RawTags rawTags)
rawTags
- Copyright © 2000–2022 EPAM Systems. All rights reserved.