public interface  org.springframework.messaging.tcp.TcpOperations extends java.lang.Object
{
public abstract org.springframework.util.concurrent.ListenableFuture connect(org.springframework.messaging.tcp.TcpConnectionHandler);
public abstract org.springframework.util.concurrent.ListenableFuture connect(org.springframework.messaging.tcp.TcpConnectionHandler, org.springframework.messaging.tcp.ReconnectStrategy);
public abstract org.springframework.util.concurrent.ListenableFuture shutdown();
}