|
Spring Integration | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface TcpSocketSupport
Strategy interface for modifying sockets.
| Method Summary | |
|---|---|
void |
postProcessServerSocket(java.net.ServerSocket serverSocket)
Performs any further modifications to the server socket after the connection factory has created the socket and set any configured attributes, before invoking ServerSocket.accept(). |
void |
postProcessSocket(java.net.Socket socket)
Performs any further modifications to the Socket after
the socket has been created by a client, or accepted by
a server, and after any configured atributes have been
set. |
| Method Detail |
|---|
void postProcessServerSocket(java.net.ServerSocket serverSocket)
ServerSocket.accept().
serverSocket - The ServerSocketvoid postProcessSocket(java.net.Socket socket)
Socket after
the socket has been created by a client, or accepted by
a server, and after any configured atributes have been
set.
socket - The Socket
|
Spring Integration | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||