public abstract class MavenSipConnector extends org.eclipse.jetty.util.component.AbstractLifeCycle implements SipConnector
| Constructor and Description |
|---|
MavenSipConnector() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
protected void |
doStart() |
protected void |
doStop() |
java.net.InetAddress |
getAddress() |
SipConnection |
getConnection(java.net.InetAddress address,
int port) |
java.lang.String |
getHost() |
int |
getPort() |
SipServer |
getServer() |
javax.servlet.sip.SipURI |
getURI() |
protected abstract SipConnector |
newDelegate() |
void |
open() |
void |
setHost(java.lang.String host) |
void |
setPort(int port) |
void |
setServer(SipServer server) |
addLifeCycleListener, getState, getState, getStopTimeout, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeLifeCycleListener, setStopTimeout, start, stopclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTransportprotected void doStart()
throws java.lang.Exception
doStart in class org.eclipse.jetty.util.component.AbstractLifeCyclejava.lang.Exceptionprotected void doStop()
throws java.lang.Exception
doStop in class org.eclipse.jetty.util.component.AbstractLifeCyclejava.lang.Exceptionprotected abstract SipConnector newDelegate()
public void setServer(SipServer server)
public SipServer getServer()
public void open()
throws java.io.IOException
open in interface SipConnectorjava.io.IOExceptionpublic void close()
throws java.io.IOException
close in interface SipConnectorjava.io.IOExceptionpublic java.lang.String getHost()
getHost in interface SipConnectorpublic void setHost(java.lang.String host)
setHost in interface SipConnectorpublic void setPort(int port)
setPort in interface SipConnectorpublic int getPort()
getPort in interface SipConnectorpublic javax.servlet.sip.SipURI getURI()
getURI in interface SipConnectorpublic SipConnection getConnection(java.net.InetAddress address, int port) throws java.io.IOException
getConnection in interface SipConnectorjava.io.IOExceptionpublic java.net.InetAddress getAddress()
getAddress in interface SipConnectorCopyright © 2015. All Rights Reserved.