Skip navigation links
C D G I P R S T W 

C

close() - Method in class com.adaptris.core.socket.SocketConsumer
 
close() - Method in class com.adaptris.core.socket.SocketProducer
 
closeConnection() - Method in class com.adaptris.core.socket.ConsumeConnection
 
com.adaptris.core.socket - package com.adaptris.core.socket
 
ConsumeConnection - Class in com.adaptris.core.socket
Basic ConsumeConnection class for the Socket Adapter.
ConsumeConnection() - Constructor for class com.adaptris.core.socket.ConsumeConnection
 
createServerSocket() - Method in class com.adaptris.core.socket.ConsumeConnection
Create the server socket that will be used by Socket consumers.
createServerSocket() - Method in class com.adaptris.core.socket.TcpConsumeConnection
 
createSocket(String) - Method in class com.adaptris.core.socket.ProduceConnection
Create the socket that will be used by the Producer.
createSocket(String) - Method in class com.adaptris.core.socket.TcpProduceConnection
 

D

defaultTimeout() - Method in class com.adaptris.core.socket.SocketProducer
 
doRequest(AdaptrisMessage, ProduceDestination, long) - Method in class com.adaptris.core.socket.SocketProducer
 

G

getBacklog() - Method in class com.adaptris.core.socket.ConsumeConnection
Get the backlog for this connection.
getListenPort() - Method in class com.adaptris.core.socket.ConsumeConnection
Get the listen port.
getProtocolImplementation() - Method in class com.adaptris.core.socket.SocketConsumer
Get the protocol implementation.
getProtocolImplementation() - Method in class com.adaptris.core.socket.SocketProducer
Get the protocol implementation.
getReceivedAsBytes() - Method in interface com.adaptris.core.socket.Protocol
Get the received document as a byte array.
getReceivedAsStream() - Method in interface com.adaptris.core.socket.Protocol
Get the received document as a stream.
getReplyAsBytes() - Method in interface com.adaptris.core.socket.Protocol
Return the reply from the receiving party.
getReplyAsStream() - Method in interface com.adaptris.core.socket.Protocol
Get the reply as an InputStream.
getSendImmediateReply() - Method in class com.adaptris.core.socket.SocketConsumer
Get the immediate reply flag.
getServerSocketTimeout() - Method in class com.adaptris.core.socket.ConsumeConnection
Get the server socket timeout.
getSocketTimeout() - Method in class com.adaptris.core.socket.ProduceConnection
Get the configured timeout.
getSocketTimeout() - Method in class com.adaptris.core.socket.SocketConsumer
Get the configured socket timeout in milliseconds.

I

init() - Method in class com.adaptris.core.socket.SocketConsumer
 
init() - Method in class com.adaptris.core.socket.SocketProducer
 
initConnection() - Method in class com.adaptris.core.socket.TcpConsumeConnection
 

P

prepare() - Method in class com.adaptris.core.socket.SocketConsumer
 
prepare() - Method in class com.adaptris.core.socket.SocketProducer
 
prepareConnection() - Method in class com.adaptris.core.socket.ConsumeConnection
 
prepareConnection() - Method in class com.adaptris.core.socket.TcpProduceConnection
 
produce(AdaptrisMessage, ProduceDestination) - Method in class com.adaptris.core.socket.SocketProducer
 
ProduceConnection - Class in com.adaptris.core.socket
Abstract ProduceConnection class for the Socket Adapter.
ProduceConnection() - Constructor for class com.adaptris.core.socket.ProduceConnection
 
Protocol - Interface in com.adaptris.core.socket
Protocol interface for the Socket Listener.

R

receiveDocument() - Method in interface com.adaptris.core.socket.Protocol
Receive a document.
receiveDocumentError() - Method in interface com.adaptris.core.socket.Protocol
The document receive was processed incorrectly, send a reply indicating it.
receiveDocumentSuccess() - Method in interface com.adaptris.core.socket.Protocol
The document receive was processed correctly, send a reply indicating it.

S

sendDocument(byte[]) - Method in interface com.adaptris.core.socket.Protocol
Send a document.
setBacklog(int) - Method in class com.adaptris.core.socket.ConsumeConnection
Set the socket backlog for this connection.
setListenPort(int) - Method in class com.adaptris.core.socket.ConsumeConnection
Set the listen port.
setProtocolImplementation(String) - Method in class com.adaptris.core.socket.SocketConsumer
Set the protocol implementation.
setProtocolImplementation(String) - Method in class com.adaptris.core.socket.SocketProducer
Set the protocol implementation.
setSendImmediateReply(Boolean) - Method in class com.adaptris.core.socket.SocketConsumer
Specify whether to send an immediate reply.
setServerSocketTimeout(int) - Method in class com.adaptris.core.socket.ConsumeConnection
Get the server socket timeout.
setSocket(Socket) - Method in interface com.adaptris.core.socket.Protocol
Set the Socket that should be used for the next conversation.
setSocketTimeout(int) - Method in class com.adaptris.core.socket.ProduceConnection
Set the timeout in milliseconds for socket operations.
setSocketTimeout(int) - Method in class com.adaptris.core.socket.SocketConsumer
Set the socket timeout in milliseconds.
SocketConsumer - Class in com.adaptris.core.socket
Consumer for the generic Socket Adapter.
SocketConsumer() - Constructor for class com.adaptris.core.socket.SocketConsumer
 
SocketProducer - Class in com.adaptris.core.socket
Message Producer implemention for TCP.
SocketProducer() - Constructor for class com.adaptris.core.socket.SocketProducer
 
start() - Method in class com.adaptris.core.socket.SocketConsumer
 
start() - Method in class com.adaptris.core.socket.SocketProducer
 
startConnection() - Method in class com.adaptris.core.socket.ConsumeConnection
 
stop() - Method in class com.adaptris.core.socket.SocketConsumer
 
stop() - Method in class com.adaptris.core.socket.SocketProducer
 
stopConnection() - Method in class com.adaptris.core.socket.ConsumeConnection
 

T

TcpConsumeConnection - Class in com.adaptris.core.socket
Vanilla TCP Socket consume connection.
TcpConsumeConnection() - Constructor for class com.adaptris.core.socket.TcpConsumeConnection
 
TcpProduceConnection - Class in com.adaptris.core.socket
Basic vanilla TCP produce connection.
TcpProduceConnection() - Constructor for class com.adaptris.core.socket.TcpProduceConnection
 

W

wasSendSuccess() - Method in interface com.adaptris.core.socket.Protocol
Return true if the sendDocument was considered successful.
C D G I P R S T W 
Skip navigation links