Rivoreo Source Code Repositories
src.rivoreo.one
/
minecraft
/
protocolsupport
/
e49c1ce8afbb10f624bf6eecb2774cc054a4b019
/
.
/
src
/
protocolsupport
/
protocol
/
pipeline
/
IPipeLineBuilder.java
blob: 8aa90087496f19113f370921142e4d8b7022beb8 [
file
] [
log
] [
blame
] [
raw
]
package
protocolsupport
.
protocol
.
pipeline
;
import
io
.
netty
.
channel
.
Channel
;
import
protocolsupport
.
api
.
Connection
;
public
interface
IPipeLineBuilder
{
public
void
buildPipeLine
(
Channel
channel
,
Connection
connection
);
}