JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.fabric3.spi.transport
Interface Transport
public interface
Transport
Manages a runtime transport such as HTTP.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
resume
()
Resumes receiving requests from the transport.
void
suspend
()
Suspends receiving requests from the transport.
Method Detail
suspend
void suspend()
Suspends receiving requests from the transport.
resume
void resume()
Resumes receiving requests from the transport.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method