public interface TrafficListener
Command
s.ConnectionFactory.setTrafficListener(TrafficListener)
Modifier and Type | Field and Description |
---|---|
static TrafficListener |
NO_OP
No-op
TrafficListener . |
Modifier and Type | Method and Description |
---|---|
void |
read(Command inboundCommand)
Notified for each inbound
Command . |
void |
write(Command outboundCommand)
Notified for each outbound
Command . |
static final TrafficListener NO_OP
TrafficListener
.Copyright © 2021 VMware, Inc. or its affiliates.. All rights reserved.