public abstract class DefaultPgsqlRawPart<T extends PgsqlRawPart> extends Object implements PgsqlRawPart
| Constructor and Description |
|---|
DefaultPgsqlRawPart(io.netty.buffer.ByteBuf bytes)
Creates a new instance with the specified chunk bytes.
|
| Modifier and Type | Method and Description |
|---|---|
io.netty.buffer.ByteBuf |
content() |
T |
copy() |
T |
duplicate() |
boolean |
filter() |
void |
filter(boolean filter) |
int |
refCnt() |
boolean |
release() |
boolean |
release(int decrement) |
abstract T |
replace(io.netty.buffer.ByteBuf bytes) |
T |
retain() |
T |
retain(int increment) |
T |
retainedDuplicate() |
T |
touch() |
T |
touch(Object hint) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBytespublic DefaultPgsqlRawPart(io.netty.buffer.ByteBuf bytes)
public io.netty.buffer.ByteBuf content()
content in interface io.netty.buffer.ByteBufHolderpublic T copy()
copy in interface io.netty.buffer.ByteBufHolderpublic T duplicate()
duplicate in interface io.netty.buffer.ByteBufHolderpublic T retainedDuplicate()
retainedDuplicate in interface io.netty.buffer.ByteBufHolderpublic abstract T replace(io.netty.buffer.ByteBuf bytes)
replace in interface io.netty.buffer.ByteBufHolderpublic int refCnt()
refCnt in interface io.netty.util.ReferenceCountedpublic T retain()
retain in interface io.netty.buffer.ByteBufHolderretain in interface io.netty.util.ReferenceCountedpublic T retain(int increment)
retain in interface io.netty.buffer.ByteBufHolderretain in interface io.netty.util.ReferenceCountedpublic T touch()
touch in interface io.netty.buffer.ByteBufHoldertouch in interface io.netty.util.ReferenceCountedpublic T touch(Object hint)
touch in interface io.netty.buffer.ByteBufHoldertouch in interface io.netty.util.ReferenceCountedpublic boolean release()
release in interface io.netty.util.ReferenceCountedpublic boolean release(int decrement)
release in interface io.netty.util.ReferenceCountedpublic boolean filter()
filter in interface PgsqlRawPartfilter in interface FilterableMessagepublic void filter(boolean filter)
filter in interface PgsqlRawPartCopyright © 2017 The CLARUS Consortium. All rights reserved.