public class LogByteStringTools$
extends java.lang.Object
Flow and BidiFlow stages to log streams of ByteString.
Modifier and Type | Field and Description |
---|---|
static LogByteStringTools$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
LogByteStringTools$() |
Modifier and Type | Method and Description |
---|---|
char |
asASCII(byte b) |
org.apache.pekko.stream.scaladsl.Flow<org.apache.pekko.util.ByteString,org.apache.pekko.util.ByteString,org.apache.pekko.NotUsed> |
logByteString(java.lang.String name,
int maxBytes) |
org.apache.pekko.stream.scaladsl.BidiFlow<org.apache.pekko.util.ByteString,org.apache.pekko.util.ByteString,org.apache.pekko.util.ByteString,org.apache.pekko.util.ByteString,org.apache.pekko.NotUsed> |
logByteStringBidi(java.lang.String name,
int maxBytes) |
org.apache.pekko.stream.scaladsl.BidiFlow<org.apache.pekko.stream.TLSProtocol.SslTlsOutbound,org.apache.pekko.stream.TLSProtocol.SslTlsOutbound,org.apache.pekko.stream.TLSProtocol.SslTlsInbound,org.apache.pekko.stream.TLSProtocol.SslTlsInbound,org.apache.pekko.NotUsed> |
logTLSBidi(java.lang.String name,
int maxBytes) |
org.apache.pekko.stream.scaladsl.BidiFlow<org.apache.pekko.stream.TLSProtocol.SslTlsOutbound,org.apache.pekko.stream.TLSProtocol.SslTlsOutbound,org.apache.pekko.stream.TLSProtocol.SslTlsInbound,org.apache.pekko.stream.TLSProtocol.SslTlsInbound,java.lang.Object> |
logTLSBidiBySetting(java.lang.String tag,
scala.Option<java.lang.Object> maxBytesSetting) |
org.apache.pekko.stream.scaladsl.Flow<org.apache.pekko.stream.TLSProtocol.SslTlsInbound,org.apache.pekko.stream.TLSProtocol.SslTlsInbound,org.apache.pekko.NotUsed> |
logTlsInbound(java.lang.String name,
int maxBytes) |
org.apache.pekko.stream.scaladsl.Flow<org.apache.pekko.stream.TLSProtocol.SslTlsOutbound,org.apache.pekko.stream.TLSProtocol.SslTlsOutbound,org.apache.pekko.NotUsed> |
logTlsOutbound(java.lang.String name,
int maxBytes) |
<A> org.apache.pekko.stream.scaladsl.Flow<A,A,org.apache.pekko.NotUsed> |
logToString(java.lang.String name,
int maxBytes) |
<A,B> org.apache.pekko.stream.scaladsl.BidiFlow<A,A,B,B,org.apache.pekko.NotUsed> |
logToStringBidi(java.lang.String name,
int maxBytes,
scala.reflect.ClassTag<A> evidence$1,
scala.reflect.ClassTag<B> evidence$2) |
int |
MaxBytesPrinted() |
java.lang.String |
printByteString(org.apache.pekko.util.ByteString bytes,
int maxBytes,
boolean addPrefix,
java.lang.String indent) |
public static final LogByteStringTools$ MODULE$
public int MaxBytesPrinted()
public org.apache.pekko.stream.scaladsl.BidiFlow<org.apache.pekko.util.ByteString,org.apache.pekko.util.ByteString,org.apache.pekko.util.ByteString,org.apache.pekko.util.ByteString,org.apache.pekko.NotUsed> logByteStringBidi(java.lang.String name, int maxBytes)
public <A,B> org.apache.pekko.stream.scaladsl.BidiFlow<A,A,B,B,org.apache.pekko.NotUsed> logToStringBidi(java.lang.String name, int maxBytes, scala.reflect.ClassTag<A> evidence$1, scala.reflect.ClassTag<B> evidence$2)
public org.apache.pekko.stream.scaladsl.Flow<org.apache.pekko.util.ByteString,org.apache.pekko.util.ByteString,org.apache.pekko.NotUsed> logByteString(java.lang.String name, int maxBytes)
public <A> org.apache.pekko.stream.scaladsl.Flow<A,A,org.apache.pekko.NotUsed> logToString(java.lang.String name, int maxBytes)
public org.apache.pekko.stream.scaladsl.BidiFlow<org.apache.pekko.stream.TLSProtocol.SslTlsOutbound,org.apache.pekko.stream.TLSProtocol.SslTlsOutbound,org.apache.pekko.stream.TLSProtocol.SslTlsInbound,org.apache.pekko.stream.TLSProtocol.SslTlsInbound,org.apache.pekko.NotUsed> logTLSBidi(java.lang.String name, int maxBytes)
public org.apache.pekko.stream.scaladsl.Flow<org.apache.pekko.stream.TLSProtocol.SslTlsOutbound,org.apache.pekko.stream.TLSProtocol.SslTlsOutbound,org.apache.pekko.NotUsed> logTlsOutbound(java.lang.String name, int maxBytes)
public org.apache.pekko.stream.scaladsl.Flow<org.apache.pekko.stream.TLSProtocol.SslTlsInbound,org.apache.pekko.stream.TLSProtocol.SslTlsInbound,org.apache.pekko.NotUsed> logTlsInbound(java.lang.String name, int maxBytes)
public java.lang.String printByteString(org.apache.pekko.util.ByteString bytes, int maxBytes, boolean addPrefix, java.lang.String indent)
public char asASCII(byte b)
public org.apache.pekko.stream.scaladsl.BidiFlow<org.apache.pekko.stream.TLSProtocol.SslTlsOutbound,org.apache.pekko.stream.TLSProtocol.SslTlsOutbound,org.apache.pekko.stream.TLSProtocol.SslTlsInbound,org.apache.pekko.stream.TLSProtocol.SslTlsInbound,java.lang.Object> logTLSBidiBySetting(java.lang.String tag, scala.Option<java.lang.Object> maxBytesSetting)