Searched refs:ChannelCrypterNetty (Results 1 – 5 of 5) sorted by relevance
45 int maxProtectedFrameBytes, ChannelCrypterNetty crypter, ByteBufAllocator alloc) { in AltsTsiFrameProtector()101 private ChannelCrypterNetty crypter;103 Protector(int maxProtectedFrameBytes, ChannelCrypterNetty crypter) { in Protector()191 private final ChannelCrypterNetty crypter;201 Unprotector(ChannelCrypterNetty crypter, ByteBufAllocator alloc) { in Unprotector()
31 public interface ChannelCrypterNetty { interface
29 final class AltsChannelCrypter implements ChannelCrypterNetty {
27 public final class FakeChannelCrypter implements ChannelCrypterNetty {
41 public ChannelCrypterNetty client;42 public ChannelCrypterNetty server;