java.lang.Object
com.zeroc.Ice.EndpointInfo
com.zeroc.IceBT.EndpointInfo
Provides access to Bluetooth endpoint information.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal StringThe address configured with the endpoint.final StringThe UUID configured with the endpoint.Fields inherited from class com.zeroc.Ice.EndpointInfo
compress, underlying -
Method Summary
Methods inherited from class com.zeroc.Ice.EndpointInfo
datagram
-
Field Details
-
addr
The address configured with the endpoint. -
uuid
The UUID configured with the endpoint.
-
-
Method Details
-
type
public short type()Description copied from class:EndpointInfoReturns the type of the endpoint.- Overrides:
typein classEndpointInfo- Returns:
- the endpoint type
-
secure
public boolean secure()Description copied from class:EndpointInfoReturns whether this endpoint uses SSL.- Overrides:
securein classEndpointInfo- Returns:
trueif this endpoint's transport uses SSL,falseotherwise
-