@ManagedObject(value="SIP connector")
public interface SipConnector
extends org.eclipse.jetty.util.component.LifeCycle
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
java.net.InetAddress |
getAddress() |
SipConnection |
getConnection(java.net.InetAddress address,
int port) |
java.lang.String |
getHost() |
int |
getPort() |
Transport |
getTransport() |
javax.servlet.sip.SipURI |
getURI() |
void |
open() |
void |
setHost(java.lang.String host) |
void |
setPort(int port) |
Transport getTransport()
void open() throws java.io.IOException
java.io.IOExceptionvoid close()
throws java.io.IOException
java.io.IOException@ManagedAttribute(value="Host",
readonly=true)
java.lang.String getHost()
void setHost(java.lang.String host)
void setPort(int port)
@ManagedAttribute(value="Port",
readonly=true)
int getPort()
javax.servlet.sip.SipURI getURI()
SipConnection getConnection(java.net.InetAddress address, int port) throws java.io.IOException
java.io.IOExceptionjava.net.InetAddress getAddress()
Copyright © 2015. All Rights Reserved.