org.fourthline.cling.model.message
Interface Connection
- All Known Implementing Classes:
- AsyncServletStreamServerImpl.AsyncServletConnection, StreamServerImpl.ApacheServerConnection, StreamServerImpl.HttpServerConnection
public interface Connection
An API for the Cling protocol layer to access some transport layer details.
- Author:
- Christian Bauer
isOpen
boolean isOpen()
getRemoteAddress
InetAddress getRemoteAddress()
getLocalAddress
InetAddress getLocalAddress()
Copyright © 2013 4th Line GmbH, Switzerland. All Rights Reserved.