public interface Flow
Modifier and Type | Method and Description |
---|---|
SipURI |
getLocalURI()
Represents the local endpoint of the transport association
represented by this flow.
|
SipURI |
getRemoteURI()
Represents the remote endpoint of the transport association
represented by this flow.
|
String |
getToken()
Gets the flow token representing this flow as defined by RFC 5626.
|
boolean |
isActive()
Returns whether the flow is active or not.
|
void |
release()
Indicate to the container that the application invoking this method
is not interested in using this
Flow any more. |
String getToken()
String
representing the flow token of this flow.SipURI getLocalURI()
SipURI
instance representing local endpoint.SipURI getRemoteURI()
SipURI
instance representing remote endpoint.void release()
Flow
any more. This act as a hint
to the container vendors in stopping the keep-alive and/or terminating the
underlying transport association of the flow.boolean isActive()
Copyright © 1996-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.