| | |
| | | private final byte[] buffer = new byte[BUFFER_SIZE]; |
| | | private final ConnectionSecurityLayer bindContext; |
| | | |
| | | private final MemoryManager<Buffer> memoryManager; |
| | | |
| | | |
| | | |
| | | @SuppressWarnings("unchecked") |
| | | public SASLDecoderTransformer(final ConnectionSecurityLayer bindContext) |
| | | { |
| | | this(bindContext, TransportFactory.getInstance().getDefaultMemoryManager()); |
| | | } |
| | | private final MemoryManager<?> memoryManager; |
| | | |
| | | |
| | | |
| | | public SASLDecoderTransformer(final ConnectionSecurityLayer bindContext, |
| | | final MemoryManager<Buffer> memoryManager) |
| | | final MemoryManager<?> memoryManager) |
| | | { |
| | | this.bindContext = bindContext; |
| | | this.memoryManager = memoryManager; |