public static class StreamNegotiator.NegotiationResult extends Object
XMPPStreamManager is asked to
start/restart a stream. Starting/Restarting a stream involves negotiating
a stream.| Constructor and Description |
|---|
NegotiationResult(boolean isError,
StreamNegotiator.NegotiationError error) |
| Modifier and Type | Method and Description |
|---|---|
StreamNegotiator.NegotiationError |
getError() |
boolean |
isError() |
boolean |
isSuccess() |
public NegotiationResult(boolean isError,
StreamNegotiator.NegotiationError error)
public boolean isError()
public boolean isSuccess()
public StreamNegotiator.NegotiationError getError()
Copyright © 2019. All rights reserved.