org.fusesource.hawtdispatch.transport
Interface SecureTransport

All Superinterfaces:
Transport
All Known Implementing Classes:
SslTransport

public interface SecureTransport
extends Transport

Author:
Hiram Chirino

Method Summary
 X509Certificate[] getPeerX509Certificates()
          Gets the X509Certificate associated withe the peer.
 
Methods inherited from interface org.fusesource.hawtdispatch.transport.Transport
flush, full, getDispatchQueue, getLocalAddress, getProtocolCodec, getRemoteAddress, getTransportListener, isClosed, isConnected, offer, resumeRead, setDispatchQueue, setProtocolCodec, setTransportListener, start, start, stop, stop, suspendRead
 

Method Detail

getPeerX509Certificates

X509Certificate[] getPeerX509Certificates()
Gets the X509Certificate associated withe the peer.

Returns:


Copyright © 2010-2012 FuseSource, Corp.. All Rights Reserved.