com.sun.xml.ws.transport.tcp.grizzly
Class GrizzlyTCPConnector
java.lang.Object
com.sun.xml.ws.transport.tcp.grizzly.GrizzlyTCPConnector
- All Implemented Interfaces:
- WSTCPConnector
public class GrizzlyTCPConnector
- extends java.lang.Object
- implements WSTCPConnector
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GrizzlyTCPConnector
public GrizzlyTCPConnector(@NotNull
java.lang.String host,
int port,
@NotNull
TCPMessageListener listener)
GrizzlyTCPConnector
public GrizzlyTCPConnector(@NotNull
TCPMessageListener listener,
@NotNull
java.util.Properties properties)
listen
public void listen()
throws java.io.IOException
- Specified by:
listen
in interface WSTCPConnector
- Throws:
java.io.IOException
listenOnNewPort
public void listenOnNewPort()
throws java.io.IOException
- Throws:
java.io.IOException
listenOnUnifiedPort
public void listenOnUnifiedPort()
close
public void close()
- Specified by:
close
in interface WSTCPConnector
getHost
public java.lang.String getHost()
- Specified by:
getHost
in interface WSTCPConnector
setHost
public void setHost(java.lang.String host)
- Specified by:
setHost
in interface WSTCPConnector
getPort
public int getPort()
- Specified by:
getPort
in interface WSTCPConnector
setPort
public void setPort(int port)
- Specified by:
setPort
in interface WSTCPConnector
getListener
public TCPMessageListener getListener()
- Specified by:
getListener
in interface WSTCPConnector
setListener
public void setListener(TCPMessageListener listener)
- Specified by:
setListener
in interface WSTCPConnector
setFrameSize
public void setFrameSize(int frameSize)
- Specified by:
setFrameSize
in interface WSTCPConnector
getFrameSize
public int getFrameSize()
- Specified by:
getFrameSize
in interface WSTCPConnector