Class AbstractStringWritable
- java.lang.Object
-
- com.impossibl.postgres.protocol.sasl.scram.util.AbstractStringWritable
-
- All Implemented Interfaces:
StringWritable
- Direct Known Subclasses:
AbstractCharAttributeValue
,Gs2Header
public abstract class AbstractStringWritable extends Object implements StringWritable
Basic implementation of the StringWritable interface, that overrides the toString() method.
-
-
Constructor Summary
Constructors Constructor Description AbstractStringWritable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
toString()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.impossibl.postgres.protocol.sasl.scram.util.StringWritable
writeTo
-
-