JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Help
org.apache.activemq.transport
TransportAcceptListener
Contents
Description
Method Summary
Method Details
onAccept(Transport)
onAcceptError(Exception)
Hide sidebar
Show sidebar
Interface TransportAcceptListener
public interface
TransportAcceptListener
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
onAccept
(
Transport
transport)
void
onAcceptError
(
Exception
error)
Method Details
onAccept
void
onAccept
(
Transport
transport)
onAcceptError
void
onAcceptError
(
Exception
error)