You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 10, 2025. It is now read-only.
feat: add client and server properties to improve connection and packet listener integration
- Introduced `client` property in `Connection` and `CommonPacketListener` for enhanced interaction with `NettyClient` instances.
- Added `server` property to `NettyClient` implementations for improved reference to `CommonCloudServer`.
- Updated relevant constructors in packet listeners to ensure `client` property is overridden for consistency.
- Refactored `ConnectionImpl` and `CommonNettyClientImpl` to provide lazy-loaded access to new properties.
Copy file name to clipboardExpand all lines: surf-cloud-api/surf-cloud-api-common/src/main/kotlin/dev/slne/surf/cloud/api/common/netty/network/Connection.kt
Copy file name to clipboardExpand all lines: surf-cloud-core/surf-cloud-core-client/src/main/kotlin/dev/slne/surf/cloud/core/client/netty/network/ClientPreRunningPacketListenerImpl.kt
Copy file name to clipboardExpand all lines: surf-cloud-core/surf-cloud-core-client/src/main/kotlin/dev/slne/surf/cloud/core/client/netty/network/ClientRunningPacketListenerImpl.kt
Copy file name to clipboardExpand all lines: surf-cloud-core/surf-cloud-core-client/src/main/kotlin/dev/slne/surf/cloud/core/client/netty/network/ClientSynchronizingPacketListenerImpl.kt
Copy file name to clipboardExpand all lines: surf-cloud-core/surf-cloud-core-common/src/main/kotlin/dev/slne/surf/cloud/core/common/netty/CommonNettyClientImpl.kt
Copy file name to clipboardExpand all lines: surf-cloud-core/surf-cloud-core-common/src/main/kotlin/dev/slne/surf/cloud/core/common/netty/network/ConnectionImpl.kt
Copy file name to clipboardExpand all lines: surf-cloud-standalone/src/main/kotlin/dev/slne/surf/cloud/standalone/netty/server/network/ServerCommonPacketListenerImpl.kt
0 commit comments