JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
net.officefloor.server
Interface AcceptedSocketDecorator
public interface
AcceptedSocketDecorator
Decorates the accepted
Socket
connections.
Author:
Daniel Sagenschneider
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
decorate
(
Socket
socket)
Decorates the accepted
Socket
connections.
Method Details
decorate
void
decorate
(
Socket
socket)
Decorates the accepted
Socket
connections.
Parameters:
socket
- Accepted
Socket
.