Class AbstractEndpoint<S,U>

java.lang.Object
org.apache.tomcat.util.net.AbstractEndpoint<S,U>
Type Parameters:
S - The type used by the socket wrapper associated with this endpoint. May be the same as U.
U - The type of the underlying socket used by this endpoint. May be the same as S.
Direct Known Subclasses:
AbstractNetworkChannelEndpoint

public abstract class AbstractEndpoint<S,U> extends Object
Author:
Mladen Turk, Remy Maucherat