Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
ioc_sixiang_license
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zengtianlai3
ioc_sixiang_license
Commits
ce07cb22
Commit
ce07cb22
authored
Nov 14, 2022
by
AfirSraftGarrier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
格式并加些打印
parent
7cbb902a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
DeviceServerHandler.java
.../java/iot/sixiang/license/device/DeviceServerHandler.java
+1
-2
No files found.
license/src/main/java/iot/sixiang/license/device/DeviceServerHandler.java
View file @
ce07cb22
...
@@ -38,7 +38,6 @@ public class DeviceServerHandler extends SimpleChannelInboundHandler<Object> {
...
@@ -38,7 +38,6 @@ public class DeviceServerHandler extends SimpleChannelInboundHandler<Object> {
@Override
@Override
protected
void
channelRead0
(
ChannelHandlerContext
ctx
,
Object
msg
)
{
protected
void
channelRead0
(
ChannelHandlerContext
ctx
,
Object
msg
)
{
log
.
info
(
"come read..."
);
SocketChannel
channel
=
(
SocketChannel
)
ctx
.
channel
();
SocketChannel
channel
=
(
SocketChannel
)
ctx
.
channel
();
InetSocketAddress
socketAddr
=
(
InetSocketAddress
)
ctx
.
channel
().
remoteAddress
();
InetSocketAddress
socketAddr
=
(
InetSocketAddress
)
ctx
.
channel
().
remoteAddress
();
String
remoteIp
=
socketAddr
.
getHostString
();
String
remoteIp
=
socketAddr
.
getHostString
();
...
@@ -60,7 +59,7 @@ public class DeviceServerHandler extends SimpleChannelInboundHandler<Object> {
...
@@ -60,7 +59,7 @@ public class DeviceServerHandler extends SimpleChannelInboundHandler<Object> {
}
}
}
}
//
TODO
以下为正式代码
// 以下为正式代码
if
(
auth
==
false
)
{
if
(
auth
==
false
)
{
channel
.
close
();
channel
.
close
();
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment