685686687688689690691
}; } @Nonnull public static Key key( @Nonnull final String value ) { return new Key( ChannelBuffers.wrappedBuffer( value.getBytes() ) ); }