Interface Source<T>

Type Parameters:
T - Is the type of session that is returned. Eg For JSSE would be SSLSession.

public interface Source<T>
Used to Wrap a socket and to provide access to the underlying session.