| Interface | Description |
|---|---|
| ProtocolDetectingSocketHandler.MagicMatcher | |
| SocketHandler | |
| SocketHandlerFactory | |
| SocketLikeHandler |
Similar to
SocketHandler but designed to operate on SocketLike instances
which allow for buffered "peeks" of data to decide which protocol handler to use. |
| Class | Description |
|---|---|
| AddressNameHelper | |
| CompositeInputStream | |
| LazySocketHandler |
Optimization designed to allow us to lazily construct/configure the true Stetho server
only after the first caller connects.
|
| LeakyBufferedInputStream | |
| LocalSocketServer | |
| ProtocolDetectingSocketHandler |
Socket handler which is designed to detect a difference in protocol signatures very early on
in the connection to figure out which real handler to route to.
|
| ProtocolDetectingSocketHandler.AlwaysMatchMatcher | |
| ProtocolDetectingSocketHandler.ExactMagicMatcher | |
| SecureSocketHandler | |
| ServerManager | |
| SocketLike |
Utility to allow reading buffered data from a socket and then "unreading" the data
and combining it with the original unbuffered stream.
|
| Exception | Description |
|---|---|
| PeerAuthorizationException |