Package | Description |
---|---|
com.grey.base.sasl | |
com.grey.base.utils | |
com.grey.naf.nafman | |
com.grey.naf.reactor |
Modifier and Type | Method and Description |
---|---|
protected ByteArrayRef |
SaslEntity.decode(ByteArrayRef buf) |
Modifier and Type | Method and Description |
---|---|
protected ByteArrayRef |
SaslEntity.decode(ByteArrayRef buf) |
protected void |
SaslEntity.encode(ByteArrayRef inbuf,
ByteChars outbuf) |
ByteChars |
CramMD5Client.setResponse(CharSequence username,
ByteChars secret,
ByteArrayRef challenge,
ByteChars outbuf) |
protected abstract boolean |
SaslServer.verifyDecodedResponse(ByteArrayRef rspdata) |
protected boolean |
PlainServer.verifyDecodedResponse(ByteArrayRef msg) |
protected boolean |
ExternalServer.verifyDecodedResponse(ByteArrayRef msg) |
protected boolean |
CramMD5Server.verifyDecodedResponse(ByteArrayRef msg) |
boolean |
SaslServer.verifyResponse(ByteArrayRef msg) |
Modifier and Type | Class and Description |
---|---|
class |
ByteChars
This class is a byte array handle which lets us handle the byte array as if it were composed of single-byte chars (effectively
8-bit text) - and conversely also lets us treat 8-bit text as a byte array. All without doing any charset conversions.
|
Modifier and Type | Method and Description |
---|---|
static ByteArrayRef |
FileOps.read(CharSequence pthnam_cs,
int reqlen,
ByteArrayRef bufh) |
static ByteArrayRef |
FileOps.read(File fh) |
static ByteArrayRef |
FileOps.read(File fh,
int reqlen,
ByteArrayRef bufh) |
static ByteArrayRef |
FileOps.read(InputStream istrm,
int reqlen,
ByteArrayRef bufh) |
static ByteArrayRef |
FileOps.read(Path fh) |
static ByteArrayRef |
FileOps.read(Path fh,
int reqlen,
ByteArrayRef bufh) |
static ByteArrayRef |
FileOps.read(URL url,
int reqlen,
ByteArrayRef bufh) |
Modifier and Type | Method and Description |
---|---|
void |
EmailAddress.parse(ByteArrayRef data) |
ByteChars |
ByteChars.populateBytes(ByteArrayRef src) |
static ByteArrayRef |
FileOps.read(CharSequence pthnam_cs,
int reqlen,
ByteArrayRef bufh) |
static ByteArrayRef |
FileOps.read(File fh,
int reqlen,
ByteArrayRef bufh) |
static ByteArrayRef |
FileOps.read(InputStream istrm,
int reqlen,
ByteArrayRef bufh) |
static ByteArrayRef |
FileOps.read(Path fh,
int reqlen,
ByteArrayRef bufh) |
static ByteArrayRef |
FileOps.read(URL url,
int reqlen,
ByteArrayRef bufh) |
ByteChars |
ByteChars.set(ByteArrayRef src) |
ByteChars |
ByteChars.set(ByteArrayRef src,
int off) |
ByteChars |
ByteChars.set(ByteArrayRef src,
int off,
int len) |
Constructor and Description |
---|
ByteArrayRef(ByteArrayRef src) |
ByteArrayRef(ByteArrayRef src,
boolean copy) |
ByteArrayRef(ByteArrayRef src,
int off,
int len,
boolean copy) |
ByteChars(ByteArrayRef src,
boolean copy) |
Modifier and Type | Method and Description |
---|---|
void |
NafManServer.ioReceived(ByteArrayRef data) |
Modifier and Type | Method and Description |
---|---|
protected ByteArrayRef |
IOExecReader.getUserBuffer() |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
CM_Stream.ioReceived(ByteArrayRef rcvdata) |
protected abstract void |
CM_UDP.ioReceived(ByteArrayRef rcvdata,
InetSocketAddress remaddr) |
void |
IOExecWriter.transmit(ByteArrayRef data) |
Copyright 2010-2018 Grey Software (Yusef Badri). All Rights Reserved.