public static final class BufferCallBeforeInitHandler.BufferCallEvent extends Object
Modifier and Type | Field and Description |
---|---|
BufferCallBeforeInitHandler.BufferCallAction |
action |
IOException |
error |
Modifier | Constructor and Description |
---|---|
private |
BufferCallEvent(BufferCallBeforeInitHandler.BufferCallAction action,
IOException error) |
Modifier and Type | Method and Description |
---|---|
static BufferCallBeforeInitHandler.BufferCallEvent |
fail(IOException error) |
static BufferCallBeforeInitHandler.BufferCallEvent |
success() |
public final BufferCallBeforeInitHandler.BufferCallAction action
public final IOException error
private BufferCallEvent(BufferCallBeforeInitHandler.BufferCallAction action, IOException error)
public static BufferCallBeforeInitHandler.BufferCallEvent success()
public static BufferCallBeforeInitHandler.BufferCallEvent fail(IOException error)
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.