org.fourthline.cling.model.message
Interface Connection


public interface Connection

An API for the Cling protocol layer to access some transport layer details.

Author:
Christian Bauer

Method Summary
 InetAddress getLocalAddress()
           
 InetAddress getRemoteAddress()
           
 boolean isOpen()
           
 

Method Detail

isOpen

boolean isOpen()

getRemoteAddress

InetAddress getRemoteAddress()

getLocalAddress

InetAddress getLocalAddress()


Copyright © 2013 4th Line GmbH, Switzerland. All Rights Reserved.