Skip to content

Commit 8ff38bf

Browse files
committed
fix compile
1 parent c4d4ca0 commit 8ff38bf

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

ziti-vertx/src/main/kotlin/org/openziti/vertx/ZitiTransport.kt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
package org.openziti.vertx
1818

1919
import io.netty.channel.*
20+
import io.netty.channel.nio.NioIoHandler
2021
import io.netty.channel.socket.DatagramChannel
2122
import io.netty.channel.socket.InternetProtocolFamily
2223
import io.vertx.core.spi.transport.Transport
@@ -58,4 +59,6 @@ class ZitiTransport(val ztx: ZitiContext, val binding: Map<Int, ZitiAddress.Bind
5859
super.convert(address)
5960
}
6061
}
62+
63+
override fun ioHandlerFactory(): IoHandlerFactory = NioIoHandler.newFactory()
6164
}

ziti/src/integrationTest/kotlin/org/openziti/integ/ManagementHelper.kt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ package org.openziti.integ
1818

1919
import kotlinx.coroutines.Dispatchers
2020
import kotlinx.coroutines.asExecutor
21-
import okhttp3.internal.notifyAll
22-
import org.openziti.api.InterceptConfig
23-
import org.openziti.api.InterceptV1Cfg
2421
import org.openziti.management.ApiClient
2522
import org.openziti.management.JSON
2623
import org.openziti.management.api.AuthenticationApi

0 commit comments

Comments
 (0)