Example usage for io.netty.channel.kqueue KQueue unavailabilityCause

List of usage examples for io.netty.channel.kqueue KQueue unavailabilityCause

Introduction

In this page you can find the example usage for io.netty.channel.kqueue KQueue unavailabilityCause.

Prototype

public static Throwable unavailabilityCause() 

Source Link

Document

Returns the cause of unavailability of <a href="https://netty.io/wiki/native-transports.html"> netty-transport-native-kqueue </a>.

Usage

From source file:io.vertx.core.net.impl.transport.KQueueTransport.java

License:Open Source License

@Override
public Throwable unavailabilityCause() {
    return KQueue.unavailabilityCause();
}