com.aelitis.azureus.core.networkmanager
Interface ProtocolEndpointHandler


public interface ProtocolEndpointHandler


Method Summary
 ProtocolEndpoint create(ConnectionEndpoint connection_endpoint, InetSocketAddress address)
           
 ProtocolEndpoint create(InetSocketAddress address)
           
 int getType()
           
 

Method Detail

getType

int getType()

create

ProtocolEndpoint create(InetSocketAddress address)

create

ProtocolEndpoint create(ConnectionEndpoint connection_endpoint,
                        InetSocketAddress address)