Lineage
Toggle table of contents
0.1.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Lineage
proxy
/
ru.hytalemodding.lineage.proxy.net.handler
/
StreamBridge
Stream
Bridge
class
StreamBridge
(
target
:
Channel
)
:
ChannelInboundHandlerAdapter
Forwards inbound data to a target channel and closes the target on disconnect.
Members
Constructors
Stream
Bridge
Link copied to clipboard
constructor
(
target
:
Channel
)
Properties
is
Sharable
Link copied to clipboard
open
val
isSharable
:
Boolean
Functions
channel
Active
Link copied to clipboard
open
fun
channelActive
(
ctx
:
ChannelHandlerContext
?
)
channel
Inactive
Link copied to clipboard
open
override
fun
channelInactive
(
ctx
:
ChannelHandlerContext
)
channel
Read
Link copied to clipboard
open
override
fun
channelRead
(
ctx
:
ChannelHandlerContext
,
msg
:
Any
)
channel
Read
Complete
Link copied to clipboard
open
fun
channelReadComplete
(
ctx
:
ChannelHandlerContext
?
)
channel
Registered
Link copied to clipboard
open
fun
channelRegistered
(
ctx
:
ChannelHandlerContext
?
)
channel
Unregistered
Link copied to clipboard
open
fun
channelUnregistered
(
ctx
:
ChannelHandlerContext
?
)
channel
Writability
Changed
Link copied to clipboard
open
fun
channelWritabilityChanged
(
ctx
:
ChannelHandlerContext
?
)
exception
Caught
Link copied to clipboard
open
fun
exceptionCaught
(
ctx
:
ChannelHandlerContext
?
,
cause
:
Throwable
?
)
handler
Added
Link copied to clipboard
open
fun
handlerAdded
(
ctx
:
ChannelHandlerContext
?
)
handler
Removed
Link copied to clipboard
open
fun
handlerRemoved
(
ctx
:
ChannelHandlerContext
?
)
user
Event
Triggered
Link copied to clipboard
open
fun
userEventTriggered
(
ctx
:
ChannelHandlerContext
?
,
evt
:
Any
?
)