Interface AFServerSocketConnector<A extends AFSocketAddress,T extends AFSocketAddress>

Type Parameters:
A - The address type to bind to.
T - The address type for the returned server socket (which should either be identical to A or AFSocketAddress to indicate that this could be any socket).

public interface AFServerSocketConnector<A extends AFSocketAddress,T extends AFSocketAddress>
Some connector that is able to create AFServerSockets bound to a given AFSocketAddress.
Author:
Christian Kohlschütter
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    AFServerSocket<? extends T>
    bind(A addr)
    Creates an AFServerSocket bound to the given address.