public class DefaultTcpNetConnectionSupport extends AbstractTcpConnectionSupport implements TcpNetConnectionSupport
TcpNetConnectionSupport
.Constructor and Description |
---|
DefaultTcpNetConnectionSupport() |
Modifier and Type | Method and Description |
---|---|
TcpNetConnection |
createNewConnection(Socket socket,
boolean server,
boolean lookupHost,
ApplicationEventPublisher applicationEventPublisher,
String connectionFactoryName)
Create a new
TcpNetConnection object wrapping the Socket . |
getPushbackBufferSize, isPushbackCapable, setPushbackBufferSize, setPushbackCapable
public TcpNetConnection createNewConnection(Socket socket, boolean server, boolean lookupHost, @Nullable ApplicationEventPublisher applicationEventPublisher, String connectionFactoryName)
TcpNetConnectionSupport
TcpNetConnection
object wrapping the Socket
.createNewConnection
in interface TcpNetConnectionSupport
socket
- the Socket.server
- true if this connection is a server connection.lookupHost
- true if hostname lookup should be performed, otherwise the connection will
be identified using the ip address.applicationEventPublisher
- the publisher to which OPEN, CLOSE and EXCEPTION events will
be sent; may be null if event publishing is not required.connectionFactoryName
- the name of the connection factory creating this connection; used
during event publishing, may be null, in which case "unknown" will be used.