JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.apache.qpid.proton.reactor
Interface ReactorChild
All Known Subinterfaces:
Acceptor
,
Connection
,
ProtonJConnection
,
Selectable
All Known Implementing Classes:
AcceptorImpl
,
ConnectionImpl
,
SelectableImpl
public interface
ReactorChild
Interface used to identify classes that can be a child of a reactor.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
free
()
Frees any resources associated with this child.
Method Detail
free
void free()
Frees any resources associated with this child.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method