(long typeId, @NotNull ByteBuffer bb, @NotNull ProtocolFactoryHandle<?> factoryHandle, @Nullable AsyncSocket so)
| 474 | } |
| 475 | |
| 476 | public final @NotNull Protocol<?> decodeProtocol(long typeId, @NotNull ByteBuffer bb, |
| 477 | @NotNull ProtocolFactoryHandle<?> factoryHandle, |
| 478 | @Nullable AsyncSocket so) { |
| 479 | return decodeProtocol(typeId, bb, factoryHandle, so, true); |
| 480 | } |
| 481 | |
| 482 | @SuppressWarnings("MethodMayBeStatic") |
| 483 | public @NotNull Protocol<?> decodeProtocol(long typeId, @NotNull ByteBuffer bb, |
no test coverage detected